System::Net::Http::Headers::AuthenticationHeaderValue クラス

AuthenticationHeaderValue class

‘Authorization’, ‘ProxyAuthorization’, ‘WWW-Authenticate’, および ‘Proxy-Authenticate’ ヘッダーの値を表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、関数に引数として渡す際にはそのポインタを使用してください。

class AuthenticationHeaderValue : public System::ICloneable

メソッド

メソッド説明
AuthenticationHeaderValue(String)コンストラクタ。
AuthenticationHeaderValue(String, String)コンストラクタ。
Clone() overrideRTTI 情報。
Equals(System::SharedPtr<Object>) overrideC# の Object.Equals セマンティクスを使用してオブジェクトを比較します。
get_Parameter()認証情報を含む資格情報を取得します。
get_Scheme()RTTI 情報。
static GetAuthenticationLength(String, int32_t, System::SharedPtr<Object>&)指定された文字列を解析し、文字列表現の最後のインデックスを返します。
GetHashCode() const overrideC# の Object.GetHashCode() メソッドの類似です。カスタムオブジェクトのハッシュ化を可能にします。
static Parse(String)渡された文字列を AuthenticationHeaderValue クラスのインスタンスに変換します。
ToString() const overrideC# の Object.ToString() メソッドに相当します。カスタムオブジェクトを文字列に変換できるようにします。
static TryParse(String, System::SharedPtr<AuthenticationHeaderValue>&)渡された文字列を AuthenticationHeaderValue クラスのインスタンスに変換しようとしています。

参照