SoapServerVRoot Classe

Definição

Publica raízes virtuais SOAP autenticadas e criptografadas em servidores. Essa classe não pode ser herdada.

public ref class SoapServerVRoot sealed : System::EnterpriseServices::Internal::ISoapServerVRoot
[System.Runtime.InteropServices.Guid("CAA817CC-0C04-4d22-A05C-2B7E162F4E8F")]
public sealed class SoapServerVRoot : System.EnterpriseServices.Internal.ISoapServerVRoot
[<System.Runtime.InteropServices.Guid("CAA817CC-0C04-4d22-A05C-2B7E162F4E8F")>]
type SoapServerVRoot = class
    interface ISoapServerVRoot
Public NotInheritable Class SoapServerVRoot
Implements ISoapServerVRoot
Herança
SoapServerVRoot
Atributos
Implementações

Comentários

SoapServerVRoot é usado internamente pelo .NET Framework. Você não precisa usá-lo diretamente em seu código.

Construtores

Nome Description
SoapServerVRoot()

Inicializa uma nova instância da classe SoapServerVRoot.

Métodos

Nome Description
CreateVirtualRootEx(String, String, String, String, String, String, String, String, String, String, String)

Cria uma raiz virtual SOAP com opções de segurança.

DeleteVirtualRootEx(String, String, String)

Exclui uma raiz virtual. Não totalmente implementado.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.

(Herdado de Object)
GetVirtualRootStatus(String, String, String, String, String, String, String, String, String, String, String, String)

Retorna o status de segurança de uma raiz virtual SOAP existente.

MemberwiseClone()

Cria uma cópia superficial do Objectatual.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)

Aplica-se a