HttpHeaderValueElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HttpHeaderValueElement クラスの新しいインスタンスを初期化します。
public HttpHeaderValueElement (string name, string value, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> parameters);
new Microsoft.OData.HttpHeaderValueElement : string * string * seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.OData.HttpHeaderValueElement
Public Sub New (name As String, value As String, parameters As IEnumerable(Of KeyValuePair(Of String, String)))
パラメーター
- name
- String
基本設定の名前。
- value
- String
基本設定の値。
- parameters
- IEnumerable<KeyValuePair<String,String>>
ユーザー設定パラメーターのキー値ペアの列挙。