WarningHeaderValue Class

.NET Framework (current version)
 

Represents a warning value used by the Warning header.

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

System::Object
  System.Net.Http.Headers::WarningHeaderValue

public ref class WarningHeaderValue : ICloneable

NameDescription
System_CAPS_pubmethodWarningHeaderValue(Int32, String^, String^)

Initializes a new instance of the WarningHeaderValue class.

System_CAPS_pubmethodWarningHeaderValue(Int32, String^, String^, DateTimeOffset)

Initializes a new instance of the WarningHeaderValue class.

NameDescription
System_CAPS_pubpropertyAgent

Gets the host that attached the warning.

System_CAPS_pubpropertyCode

Gets the specific warning code.

System_CAPS_pubpropertyDate

Gets the date/time stamp of the warning.

System_CAPS_pubpropertyText

Gets a quoted-string containing the warning text.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified Object is equal to the current WarningHeaderValue 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 WarningHeaderValue 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 WarningHeaderValue instance.

System_CAPS_pubmethodToString()

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

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, WarningHeaderValue^%)

Determines whether a string is valid WarningHeaderValue information.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

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

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: