NameValueWithParametersHeaderValue Class

.NET Framework (current version)
 

Represents a name/value pair with parameters used in various headers as defined in RFC 2616.

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

System::Object
  System.Net.Http.Headers::NameValueHeaderValue
    System.Net.Http.Headers::NameValueWithParametersHeaderValue

public ref class NameValueWithParametersHeaderValue : NameValueHeaderValue, 
	ICloneable

NameDescription
System_CAPS_protmethodNameValueWithParametersHeaderValue(NameValueWithParametersHeaderValue^)

Initializes a new instance of the NameValueWithParametersHeaderValue class.

System_CAPS_pubmethodNameValueWithParametersHeaderValue(String^)

Initializes a new instance of the NameValueWithParametersHeaderValue class.

System_CAPS_pubmethodNameValueWithParametersHeaderValue(String^, String^)

Initializes a new instance of the NameValueWithParametersHeaderValue class.

NameDescription
System_CAPS_pubpropertyName

Gets the header name.(Inherited from NameValueHeaderValue.)

System_CAPS_pubpropertyParameters

Gets the parameters from the NameValueWithParametersHeaderValue object.

System_CAPS_pubpropertyValue

Gets the header value.(Inherited from NameValueHeaderValue.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified Object is equal to the current NameValueWithParametersHeaderValue object.(Overrides NameValueHeaderValue::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for an NameValueWithParametersHeaderValue object.(Overrides NameValueHeaderValue::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticParse(String^)

Converts a string to an NameValueWithParametersHeaderValue instance.

System_CAPS_pubmethodToString()

Returns a string that represents the current NameValueWithParametersHeaderValue object.(Overrides NameValueHeaderValue::ToString().)

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, NameValueWithParametersHeaderValue^%)

Determines whether a string is valid NameValueWithParametersHeaderValue information.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates a new object that is a copy of the current NameValueWithParametersHeaderValue instance.

The NameValueWithParametersHeaderValue class provides support for a name/value pair with parameters used in various headers as defined in RFC 2616 by the IETF.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1

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

Return to top
Show: