NameValueHeaderValue Class

Represents a name/value pair.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

public ref class NameValueHeaderValue

The NameValueHeaderValue type exposes the following members.

  NameDescription
Public methodNameValueHeaderValue(String)Initializes a new instance of the NameValueHeaderValue class.
Protected methodNameValueHeaderValue(NameValueHeaderValue)Initializes a new instance of the NameValueHeaderValue class.
Public methodNameValueHeaderValue(String, String)Initializes a new instance of the NameValueHeaderValue class.
Top

  NameDescription
Public propertyNameGets {insert text here}.
Public propertyValueGets or sets {insert text here}.
Top

  NameDescription
Public methodEquals (Overrides Object::Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides Object::GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Public methodToString (Overrides Object::ToString().)
Public methodStatic memberTryParse
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: