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.

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

Boolean

true se o compartilhamento de conexão estiver habilitado; caso contrário, false. O padrão é false.

Atributos

Comentários

Essa propriedade define o valor da UnsafeAuthenticatedConnectionSharing propriedade do HttpWebRequest usado para se comunicar com o servidor Web.

Aplica-se a

Confira também