RetryConditionHeaderValue Class
Represents a header value which can either be a date/time or a timespan value.
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.RetryConditionHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class RetryConditionHeaderValue
'Usage
Dim instance As RetryConditionHeaderValue
public class RetryConditionHeaderValue
public ref class RetryConditionHeaderValue
type RetryConditionHeaderValue = class end
public class RetryConditionHeaderValue
The RetryConditionHeaderValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RetryConditionHeaderValue(DateTimeOffset) | Initializes a new instance of the RetryConditionHeaderValue class. | |
RetryConditionHeaderValue(TimeSpan) | Initializes a new instance of the RetryConditionHeaderValue class. |
Top
Properties
Name | Description | |
---|---|---|
Date | Gets {insert text here}. | |
Delta | Gets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | ||
ToString | (Overrides Object.ToString().) | |
TryParse |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.