Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the NameValueWithParametersHeaderValue class.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String 
Dim instance As New NameValueWithParametersHeaderValue(name)
public NameValueWithParametersHeaderValue(
    string name
)
public:
NameValueWithParametersHeaderValue(
    String^ name
)
new : 
        name:string -> NameValueWithParametersHeaderValue
public function NameValueWithParametersHeaderValue(
    name : String
)
Parameters
- name
 Type: System.String
See Also
Reference
NameValueWithParametersHeaderValue Class