HttpWebClientProtocol.UnsafeAuthenticatedConnectionSharing Propriedade
Definição
Obtém ou define um valor que indica se o compartilhamento de conexão está habilitado quando o cliente usa a autenticação NTLM para se conectar ao servidor Web que hospeda o serviço Web XML.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.
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
Valor da propriedade
true Se o compartilhamento de conexão estiver habilitado; caso contrário, false .true if connection sharing is enabled; otherwise, false. O padrão é false.The default is false.
- Atributos
Comentários
Essa propriedade define o valor da UnsafeAuthenticatedConnectionSharing Propriedade do HttpWebRequest usado para se comunicar com o servidor Web.This property sets the value of the UnsafeAuthenticatedConnectionSharing property of the HttpWebRequest used to communicate with the Web server.