ISoapServerTlb Interfaz

Definición

Procesa componentes SOAP autenticados y cifrados en servidores.

public interface class ISoapServerTlb
[System.Runtime.InteropServices.Guid("1E7BA9F7-21DB-4482-929E-21BDE2DFE51C")]
public interface ISoapServerTlb
[<System.Runtime.InteropServices.Guid("1E7BA9F7-21DB-4482-929E-21BDE2DFE51C")>]
type ISoapServerTlb = interface
Public Interface ISoapServerTlb
Derivado
Atributos

Comentarios

Consulte SoapServerTlb para obtener la implementación predeterminada.

ISoapServerTlb lo usa internamente .NET Framework. No es necesario usarlo directamente en el código.

Métodos

AddServerTlb(String, String, String, String, String, String, String, String, String, String, String, String, String)

Agrega entradas para la biblioteca de tipos de servidor a los archivos Web.config y Default.disco, en función de las opciones de seguridad y genera un proxy si es necesario.

DeleteServerTlb(String, String, String, String, String, String, String, String, String, String)

Quita entradas para la biblioteca de tipos de servidor de los archivos Web.config y Default.disco, en función de las opciones de seguridad.

Se aplica a