CookieHandlerElement.CustomCookieHandler 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자 지정 쿠키 처리기 형식을 가져오거나 설정합니다. 사용자 지정 쿠키 처리기가 구성될 때 이 속성을 설정해야 합니다.
public:
property System::IdentityModel::Configuration::CustomTypeElement ^ CustomCookieHandler { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("customCookieHandler", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement CustomCookieHandler { get; set; }
[<System.Configuration.ConfigurationProperty("customCookieHandler", IsRequired=false)>]
member this.CustomCookieHandler : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property CustomCookieHandler As CustomTypeElement
속성 값
사용자 지정 쿠키 처리기 형식을 정의하는 CustomTypeElement입니다.
- 특성
설명
이 속성은 해당 하는 <customCookieHandler>
의 자식 요소는 <cookieHandler>
요소입니다. 사용 하 여 사용자 지정 쿠키 처리기 형식을 지정 합니다. 이 속성을 설정 하는 경우는 Mode 속성으로 설정 되어 있어야 Custom합니다. 이 속성에 지정 된 사용자 지정 형식에서 파생 되어야 합니다는 CookieHandler 클래스입니다.
중 하나는 ChunkedCookieHandler 속성 또는 CustomCookieHandler 속성 집합, 하지만 둘 다를 수 있습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET