Share via


SocketsHttpHandler.UseCookies 속성

정의

처리기에서 쿠키를 사용해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

처리기에서 쿠키를 사용해야 하는지 여부를 나타내는 값입니다.

적용 대상