次の方法で共有


AspNetWebSocketContext.Headers プロパティ

定義

リモート クライアントによって送信されたヘッダーのコレクションを取得します。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Headers { System::Collections::Specialized::NameValueCollection ^ get(); };
public override System.Collections.Specialized.NameValueCollection Headers { get; }
member this.Headers : System.Collections.Specialized.NameValueCollection
Public Overrides ReadOnly Property Headers As NameValueCollection

プロパティ値

NameValueCollection

メッセージ ヘッダーのコレクション。

例外

プロパティは実装されていません。

適用対象