ISoapServerVRoot Interfaz

Definición

Publica raíces virtuales SOAP autenticadas y cifradas en servidores.

public interface class ISoapServerVRoot
[System.Runtime.InteropServices.Guid("A31B6577-71D2-4344-AEDF-ADC1B0DC5347")]
public interface ISoapServerVRoot
[<System.Runtime.InteropServices.Guid("A31B6577-71D2-4344-AEDF-ADC1B0DC5347")>]
type ISoapServerVRoot = interface
Public Interface ISoapServerVRoot
Derivado
Atributos

Comentarios

Consulte SoapServerVRoot para obtener la implementación predeterminada.

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

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.

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.

Se aplica a