HttpListenerWebSocketContext.Headers プロパティ

定義

WebSocket を開くハンドシェイクの中で、HttpListener オブジェクトが受信する HTTP ヘッダーを取得します。

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

プロパティ値

HttpListener オブジェクトが受信した HTTP ヘッダーです。

適用対象