次の方法で共有


AspNetWebSocketContext.CookieCollection プロパティ

定義

Cookie クラスに基づいてクッキーを使う Windows アプリケーション (WCF サーバー アプリケーションなど) の CookieCollection として入力された Cookies コレクションを返します。

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

プロパティ値

クッキーのコレクション。

例外

プロパティは実装されていません。

適用対象