NameValueWithParametersHeaderValue Class

Definition

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

public ref class NameValueWithParametersHeaderValue : System::Net::Http::Headers::NameValueHeaderValue
public ref class NameValueWithParametersHeaderValue : System::Net::Http::Headers::NameValueHeaderValue, ICloneable
public class NameValueWithParametersHeaderValue : System.Net.Http.Headers.NameValueHeaderValue
public class NameValueWithParametersHeaderValue : System.Net.Http.Headers.NameValueHeaderValue, ICloneable
type NameValueWithParametersHeaderValue = class
    inherit NameValueHeaderValue
type NameValueWithParametersHeaderValue = class
    inherit NameValueHeaderValue
    interface ICloneable
Public Class NameValueWithParametersHeaderValue
Inherits NameValueHeaderValue
Public Class NameValueWithParametersHeaderValue
Inherits NameValueHeaderValue
Implements ICloneable
Inheritance
NameValueWithParametersHeaderValue
Implements

Remarks

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

Constructors

NameValueWithParametersHeaderValue(NameValueWithParametersHeaderValue)

Initializes a new instance of the NameValueWithParametersHeaderValue class.

NameValueWithParametersHeaderValue(String)

Initializes a new instance of the NameValueWithParametersHeaderValue class.

NameValueWithParametersHeaderValue(String, String)

Initializes a new instance of the NameValueWithParametersHeaderValue class.

Properties

Name

Gets the header name.

(Inherited from NameValueHeaderValue)
Parameters

Gets the parameters from the NameValueWithParametersHeaderValue object.

Value

Gets the header value.

(Inherited from NameValueHeaderValue)

Methods

Equals(Object)

Determines whether the specified Object is equal to the current NameValueWithParametersHeaderValue object.

GetHashCode()

Serves as a hash function for an NameValueWithParametersHeaderValue object.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Parse(String)

Converts a string to an NameValueWithParametersHeaderValue instance.

ToString()

Returns a string that represents the current NameValueWithParametersHeaderValue object.

TryParse(String, NameValueWithParametersHeaderValue)

Determines whether a string is valid NameValueWithParametersHeaderValue information.

Explicit Interface Implementations

ICloneable.Clone()

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

Applies to