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 se usa internamente en .NET Framework. No es necesario usarlo directamente en el código.

Métodos

Nombre Description
AddServerTlb(String, String, String, String, String, String, String, String, String, String, String, String, String)

Agrega las entradas de una 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 las entradas de una biblioteca de tipos de servidor de los archivos Web.config y Default.disco, en función de las opciones de seguridad.

Se aplica a