This documentation is archived and is not being maintained.
HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
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);
Property Value
true if connection sharing is enabled; otherwise, false. The default is false.
Remarks
This property sets the value of the UnsafeAuthenticatedConnectionSharing property of the HttpWebRequest used to communicate with the Web server.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
HttpWebClientProtocol Class | HttpWebClientProtocol Members | System.Web.Services.Protocols Namespace | UnsafeAuthenticatedConnectionSharing | ConnectionGroupName
Show: