共用方式為


AspNetWebSocketContext.Cookies 屬性

定義

取得遠端用戶端在 AspNetWebSocket 訊息中傳送的 cookie 集合。

public:
 virtual property System::Web::HttpCookieCollection ^ Cookies { System::Web::HttpCookieCollection ^ get(); };
public virtual System.Web.HttpCookieCollection Cookies { get; }
member this.Cookies : System.Web.HttpCookieCollection
Public Overridable ReadOnly Property Cookies As HttpCookieCollection

屬性值

Cookie 的集合。

例外狀況

屬性未實作。

適用於