HttpAuthorization クラス

定義

Authorization、ProxyAuthorization、WWW-Authenticate、Proxy-Authenticate のヘッダー値の認証情報を表します。

public class HttpAuthorization
type HttpAuthorization = class
Public Class HttpAuthorization
継承
HttpAuthorization

コンストラクター

HttpAuthorization(String, String)

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

プロパティ

Parameter

要求されているリソースのユーザー エージェントの認証情報を含む資格情報を取得します。

Scheme

承認のために使用するスキームを取得します。

メソッド

ToString()

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

適用対象