HttpWebClientProtocol::UnsafeAuthenticatedConnectionSharing Property
.NET Framework (current version)
Gets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [BrowsableAttribute(false)] property bool UnsafeAuthenticatedConnectionSharing { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if connection sharing is enabled; otherwise, false. The default is false.
This property sets the value of the UnsafeAuthenticatedConnectionSharing property of the HttpWebRequest used to communicate with the Web server.
.NET Framework
Available since 1.1
Available since 1.1
Show: