Gets or sets a value indicating whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server hosting the XML Web service.
[Visual Basic] Public Property UnsafeAuthenticatedConnectionSharing As Boolean [C#] public bool UnsafeAuthenticatedConnectionSharing {get; set;} [C++] public: __property bool get_UnsafeAuthenticatedConnectionSharing(); public: __property void set_UnsafeAuthenticatedConnectionSharing(bool); [JScript] public function get UnsafeAuthenticatedConnectionSharing() : Boolean; public function set UnsafeAuthenticatedConnectionSharing(Boolean);
true 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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
HttpWebClientProtocol Class | HttpWebClientProtocol Members | System.Web.Services.Protocols Namespace | UnsafeAuthenticatedConnectionSharing | ConnectionGroupName