HttpDateOrDeltaHeaderValue.Delta Property

Definition

Gets the value of the delta-seconds information used in the Retry-After HTTP header.

public:
 property IReference<TimeSpan> ^ Delta { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> Delta();
public System.Nullable<System.TimeSpan> Delta { get; }
var iReference = httpDateOrDeltaHeaderValue.delta;
Public ReadOnly Property Delta As Nullable(Of TimeSpan)

Property Value

The value of the delta-seconds information.

Applies to