RetryConditionHeaderValue クラス
定義
日付/時刻または期間値のいずれかとなる Retry-After ヘッダー値を表します。Represents a Retry-After header value which can either be a date/time or a timespan value.
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 で定義されているように、再試行ヘッダーがサポートされています。The RetryConditionHeaderValue class provides support for the Retry-After header as defined in RFC 2616 by the IETF.
コンストラクター
RetryConditionHeaderValue(DateTimeOffset) |
RetryConditionHeaderValue クラスの新しいインスタンスを初期化します。Initializes a new instance of the RetryConditionHeaderValue class. |
RetryConditionHeaderValue(TimeSpan) |
RetryConditionHeaderValue クラスの新しいインスタンスを初期化します。Initializes a new instance of the RetryConditionHeaderValue class. |
プロパティ
Date |
RetryConditionHeaderValue オブジェクトから日付と時刻のオフセットを取得します。Gets the date and time offset from the RetryConditionHeaderValue object. |
Delta |
RetryConditionHeaderValue オブジェクトから秒単位のデルタを取得します。Gets the delta in seconds from the RetryConditionHeaderValue object. |
メソッド
Equals(Object) |
指定した Object が、現在の RetryConditionHeaderValue オブジェクトと等しいかどうかを判断します。Determines whether the specified Object is equal to the current RetryConditionHeaderValue object. |
GetHashCode() |
RetryConditionHeaderValue オブジェクトのハッシュ関数として機能します。Serves as a hash function for an RetryConditionHeaderValue object. |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
Parse(String) |
文字列を RetryConditionHeaderValue インスタンスに変換します。Converts a string to an RetryConditionHeaderValue instance. |
ToString() |
現在の RetryConditionHeaderValue オブジェクトを表す文字列を返します。Returns a string that represents the current RetryConditionHeaderValue object. |
TryParse(String, RetryConditionHeaderValue) |
文字列が有効な RetryConditionHeaderValue 情報かどうかを判断します。Determines whether a string is valid RetryConditionHeaderValue information. |
明示的なインターフェイスの実装
ICloneable.Clone() |
現在の RetryConditionHeaderValue インスタンスのコピーである新しいオブジェクトを作成します。Creates a new object that is a copy of the current RetryConditionHeaderValue instance. |