SoapServerVRoot Clase

Definición

Publica raíces virtuales SOAP autenticadas y cifradas en servidores. Esta clase no puede heredarse.

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
Herencia
SoapServerVRoot
Atributos
Implementaciones

Comentarios

SoapServerVRoot se usa internamente en .NET Framework. No es necesario usarlo directamente en el código.

Constructores

Nombre Description
SoapServerVRoot()

Inicializa una nueva instancia de la clase SoapServerVRoot.

Métodos

Nombre Description
CreateVirtualRootEx(String, String, String, String, String, String, String, String, String, String, String)

Crea una raíz virtual SOAP con opciones de seguridad.

DeleteVirtualRootEx(String, String, String)

Elimina una raíz virtual. No está totalmente implementado.

Equals(Object)

Determina si el objeto especificado es igual al objeto actual.

(Heredado de Object)
GetHashCode()

Actúa como la función hash predeterminada.

(Heredado de Object)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
GetVirtualRootStatus(String, String, String, String, String, String, String, String, String, String, String, String)

Devuelve el estado de seguridad de una raíz virtual SOAP existente.

MemberwiseClone()

Crea una copia superficial del Objectactual.

(Heredado de Object)
ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a