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 对象接收的 Cookie。

适用于