HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing 属性

定义

获取或设置一个值,它指示客户端使用 NTLM 身份验证连接到承载 XML Web services 的 Web 服务器时,是否启用连接共享。

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

属性值

如果启用连接共享,则为 true;否则为 false。 默认值为 false

属性

注解

此属性设置用于与 Web 服务器通信的 的 HttpWebRequest 属性的值UnsafeAuthenticatedConnectionSharing

适用于

另请参阅