HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing 속성

정의

클라이언트가 NTLM 인증을 사용하여 XML Web services가 호스팅되는 웹 서버에 연결하는 데 연결 공유가 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool UnsafeAuthenticatedConnectionSharing { bool get(); void set(bool value); };
public bool UnsafeAuthenticatedConnectionSharing { get; set; }
[System.ComponentModel.Browsable(false)]
public bool UnsafeAuthenticatedConnectionSharing { get; set; }
member this.UnsafeAuthenticatedConnectionSharing : bool with get, set
[<System.ComponentModel.Browsable(false)>]
member this.UnsafeAuthenticatedConnectionSharing : bool with get, set
Public Property UnsafeAuthenticatedConnectionSharing As Boolean

속성 값

Boolean

연결 공유가 활성화된 경우에는 true고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

이 속성의 값을 설정 합니다 UnsafeAuthenticatedConnectionSharing 의 속성을 HttpWebRequest 웹 서버와 통신 하는 데 사용 합니다.

적용 대상

추가 정보