HttpHeaderValueElement Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HttpHeaderValueElement class.
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)))
Parameters
- name
- String
The name of the preference.
- value
- String
The value of the preference.
- parameters
- IEnumerable<KeyValuePair<String,String>>
The enumeration of preference parameter key value pairs.