次の方法で共有


HttpHeaderValueElement コンストラクター

定義

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>>

ユーザー設定パラメーターのキー値ペアの列挙。

適用対象