SoapServerTlb Clase

Definición

Procesa componentes SOAP autenticados y cifrados en servidores. Esta clase no puede heredarse.

public ref class SoapServerTlb sealed : System::EnterpriseServices::Internal::ISoapServerTlb
[System.Runtime.InteropServices.Guid("F6B6768F-F99E-4152-8ED2-0412F78517FB")]
public sealed class SoapServerTlb : System.EnterpriseServices.Internal.ISoapServerTlb
[<System.Runtime.InteropServices.Guid("F6B6768F-F99E-4152-8ED2-0412F78517FB")>]
type SoapServerTlb = class
    interface ISoapServerTlb
Public NotInheritable Class SoapServerTlb
Implements ISoapServerTlb
Herencia
SoapServerTlb
Atributos
Implementaciones

Comentarios

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

Constructores

SoapServerTlb()

Inicializa una nueva instancia de la clase SoapServerTlb.

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.

Equals(Object)

Determina si el objeto especificado es igual que el objeto actual.

(Heredado de Object)
GetHashCode()

Sirve como la función hash predeterminada.

(Heredado de Object)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()

Crea una copia superficial del Object actual.

(Heredado de Object)
ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a