RetryConditionHeaderValue Class

.NET Framework (current version)
 

Represents a Retry-After header value which can either be a date/time or a timespan value.

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

System::Object
  System.Net.Http.Headers::RetryConditionHeaderValue

public ref class RetryConditionHeaderValue : ICloneable

NameDescription
System_CAPS_pubmethodRetryConditionHeaderValue(DateTimeOffset)

Initializes a new instance of the RetryConditionHeaderValue class.

System_CAPS_pubmethodRetryConditionHeaderValue(TimeSpan)

Initializes a new instance of the RetryConditionHeaderValue class.

NameDescription
System_CAPS_pubpropertyDate

Gets the date and time offset from the RetryConditionHeaderValue object.

System_CAPS_pubpropertyDelta

Gets the delta in seconds from the RetryConditionHeaderValue object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodToString()

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

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, RetryConditionHeaderValue^%)

Determines whether a string is valid RetryConditionHeaderValue information.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

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

The RetryConditionHeaderValue class provides support for the Retry-After header 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: