SoapServerVRoot Classe
Definição
Publica raízes virtuais SOAP autenticadas e criptografadas nos servidores.Publishes authenticated, encrypted SOAP virtual roots on servers. Essa classe não pode ser herdada.This class cannot be inherited.
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.SoapServerVRoot is used internally by the .NET Framework. Você não precisa usá-lo diretamente no seu código.You do not need to use it directly in your code.
Construtores
| SoapServerVRoot() |
Inicializa uma nova instância da classe SoapServerVRoot.Initializes a new instance of the SoapServerVRoot class. |
Métodos
| CreateVirtualRootEx(String, String, String, String, String, String, String, String, String, String, String) |
Cria uma raiz virtual de SOAP com opções de segurança.Creates a SOAP virtual root with security options. |
| DeleteVirtualRootEx(String, String, String) |
Exclui uma raiz virtual.Deletes a virtual root. Não foi totalmente implementado.Not fully implemented. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (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 de SOAP existente.Returns the security status of an existing SOAP virtual root. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |