ClientWebSocketOptions.Cookies 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与此请求关联的 Cookie。
public:
 property System::Net::CookieContainer ^ Cookies { System::Net::CookieContainer ^ get(); void set(System::Net::CookieContainer ^ value); };[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Net.CookieContainer? Cookies { get; set; }public System.Net.CookieContainer Cookies { get; set; }[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.Cookies : System.Net.CookieContainer with get, setmember this.Cookies : System.Net.CookieContainer with get, setPublic Property Cookies As CookieContainer属性值
与请求关联的 Cookie。
- 属性