HttpBindingBase.AllowCookies 屬性

定義

取得或設定值,這個值會指出用戶端是否接受 Cookie 並依未來要求傳播 Cookie。

public:
 property bool AllowCookies { bool get(); void set(bool value); };
public bool AllowCookies { get; set; }
member this.AllowCookies : bool with get, set
Public Property AllowCookies As Boolean

屬性值

如果允許 Cookie,則為 true,否則為 false

適用於