RetryConditionHeaderValue クラス

定義

日付/時刻または期間値のいずれかとなる Retry-After ヘッダー値を表します。

public ref class RetryConditionHeaderValue
public ref class RetryConditionHeaderValue : ICloneable
public class RetryConditionHeaderValue
public class RetryConditionHeaderValue : ICloneable
type RetryConditionHeaderValue = class
type RetryConditionHeaderValue = class
    interface ICloneable
Public Class RetryConditionHeaderValue
Public Class RetryConditionHeaderValue
Implements ICloneable
継承
RetryConditionHeaderValue
実装

注釈

クラスは RetryConditionHeaderValue 、IETF によって RFC 2616 で定義されているRetry-After ヘッダーのサポートを提供します。

コンストラクター

RetryConditionHeaderValue(DateTimeOffset)

RetryConditionHeaderValue クラスの新しいインスタンスを初期化します。

RetryConditionHeaderValue(TimeSpan)

RetryConditionHeaderValue クラスの新しいインスタンスを初期化します。

プロパティ

Date

RetryConditionHeaderValue オブジェクトから日付と時刻のオフセットを取得します。

Delta

RetryConditionHeaderValue オブジェクトから秒単位のデルタを取得します。

メソッド

Equals(Object)

指定した Object が、現在の RetryConditionHeaderValue オブジェクトと等しいかどうかを判断します。

GetHashCode()

RetryConditionHeaderValue オブジェクトのハッシュ関数として機能します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Parse(String)

文字列を RetryConditionHeaderValue インスタンスに変換します。

ToString()

現在の RetryConditionHeaderValue オブジェクトを表す文字列を返します。

TryParse(String, RetryConditionHeaderValue)

文字列が有効な RetryConditionHeaderValue 情報かどうかを判断します。

明示的なインターフェイスの実装

ICloneable.Clone()

現在の RetryConditionHeaderValue インスタンスのコピーである新しいオブジェクトを作成します。

適用対象