ContentDispositionHeaderValue Methods

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified Object is equal to the current ContentDispositionHeaderValue object.(Overrides Object::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 ContentDispositionHeaderValue object.(Overrides Object::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 ContentDispositionHeaderValue instance.

System_CAPS_pubmethodToString()

Returns a string that represents the current ContentDispositionHeaderValue object.(Overrides Object::ToString().)

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, ContentDispositionHeaderValue^%)

Determines whether a string is valid ContentDispositionHeaderValue information.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

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

Return to top
Show: