共用方式為


HttpListenerWebSocketContext.CookieCollection 屬性

定義

取得 HttpListener 物件在 WebSocket 開頭信號交換中收到的 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 物件接收到的 Cookie。

適用於