HttpListenerWebSocketContext.CookieCollection プロパティ

定義

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

public:
 virtual property System::Net::CookieCollection ^ CookieCollection { System::Net::CookieCollection ^ get(); };
public override System.Net.CookieCollection CookieCollection { get; }
member this.CookieCollection : System.Net.CookieCollection
Public Overrides ReadOnly Property CookieCollection As CookieCollection

プロパティ値

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

適用対象