SkyWay Unity SDK
公式APIリファレンス
読み取り中…
検索中…
一致する文字列を見つけられません
WebSocketSharp.Net.HttpDigestIdentity クラス

Holds the username and other parameters from an HTTP Digest authentication attempt. [詳解]

プロパティ

string Algorithm [get]
 Gets the algorithm parameter from a digest authentication attempt.
 
string Cnonce [get]
 Gets the cnonce parameter from a digest authentication attempt.
 
string Nc [get]
 Gets the nc parameter from a digest authentication attempt.
 
string Nonce [get]
 Gets the nonce parameter from a digest authentication attempt.
 
string Opaque [get]
 Gets the opaque parameter from a digest authentication attempt.
 
string Qop [get]
 Gets the qop parameter from a digest authentication attempt.
 
string Realm [get]
 Gets the realm parameter from a digest authentication attempt.
 
string Response [get]
 Gets the response parameter from a digest authentication attempt.
 
string Uri [get]
 Gets the uri parameter from a digest authentication attempt.
 

詳解

Holds the username and other parameters from an HTTP Digest authentication attempt.

プロパティ詳解

◆ Algorithm

string WebSocketSharp.Net.HttpDigestIdentity.Algorithm
get

Gets the algorithm parameter from a digest authentication attempt.

A string that represents the algorithm parameter.

◆ Cnonce

string WebSocketSharp.Net.HttpDigestIdentity.Cnonce
get

Gets the cnonce parameter from a digest authentication attempt.

A string that represents the cnonce parameter.

◆ Nc

string WebSocketSharp.Net.HttpDigestIdentity.Nc
get

Gets the nc parameter from a digest authentication attempt.

A string that represents the nc parameter.

◆ Nonce

string WebSocketSharp.Net.HttpDigestIdentity.Nonce
get

Gets the nonce parameter from a digest authentication attempt.

A string that represents the nonce parameter.

◆ Opaque

string WebSocketSharp.Net.HttpDigestIdentity.Opaque
get

Gets the opaque parameter from a digest authentication attempt.

A string that represents the opaque parameter.

◆ Qop

string WebSocketSharp.Net.HttpDigestIdentity.Qop
get

Gets the qop parameter from a digest authentication attempt.

A string that represents the qop parameter.

◆ Realm

string WebSocketSharp.Net.HttpDigestIdentity.Realm
get

Gets the realm parameter from a digest authentication attempt.

A string that represents the realm parameter.

◆ Response

string WebSocketSharp.Net.HttpDigestIdentity.Response
get

Gets the response parameter from a digest authentication attempt.

A string that represents the response parameter.

◆ Uri

string WebSocketSharp.Net.HttpDigestIdentity.Uri
get

Gets the uri parameter from a digest authentication attempt.

A string that represents the uri parameter.


このクラス詳解は次のファイルから抽出されました: