ContextBindingElement Constructores

Definición

Inicializa una nueva instancia de la clase ContextBindingElement.

Sobrecargas

ContextBindingElement()

Inicializa una nueva instancia de la clase ContextBindingElement.

ContextBindingElement(ProtectionLevel)

Inicializa una nueva instancia de la clase ContextBindingElement con un nivel de protección específico.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism)

Inicializa una nueva instancia de la clase ContextBindingElement con un nivel de protección y un mecanismo de intercambio especificados.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri)

Inicializa una nueva instancia de la clase ContextBindingElement con el nivel de protección, el mecanismo de intercambio de contexto y la dirección de devolución de llamada del cliente especificados.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri, Boolean)

Inicializa una nueva instancia de la clase ContextBindingElement con el nivel de protección, el mecanismo de intercambio de contexto y la dirección de devolución de llamada del cliente especificados, y un valor que especifica si está habilitada la administración del contexto.

ContextBindingElement()

Inicializa una nueva instancia de la clase ContextBindingElement.

public:
 ContextBindingElement();
public ContextBindingElement ();
Public Sub New ()

Comentarios

Establece los valores predeterminados de Sign para ProtectionLevel, y ContextSoapHeader para ContextExchangeMechanism.

Se aplica a

ContextBindingElement(ProtectionLevel)

Inicializa una nueva instancia de la clase ContextBindingElement con un nivel de protección específico.

public:
 ContextBindingElement(System::Net::Security::ProtectionLevel protectionLevel);
public ContextBindingElement (System.Net.Security.ProtectionLevel protectionLevel);
new System.ServiceModel.Channels.ContextBindingElement : System.Net.Security.ProtectionLevel -> System.ServiceModel.Channels.ContextBindingElement
Public Sub New (protectionLevel As ProtectionLevel)

Parámetros

protectionLevel
ProtectionLevel

ProtectionLevel del elemento de enlace.

Excepciones

protectionLevel no es válido.

Comentarios

Establece el valor predeterminado de ContextSoapHeader para ContextExchangeMechanism.

Se aplica a

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism)

Inicializa una nueva instancia de la clase ContextBindingElement con un nivel de protección y un mecanismo de intercambio especificados.

public:
 ContextBindingElement(System::Net::Security::ProtectionLevel protectionLevel, System::ServiceModel::Channels::ContextExchangeMechanism contextExchangeMechanism);
public ContextBindingElement (System.Net.Security.ProtectionLevel protectionLevel, System.ServiceModel.Channels.ContextExchangeMechanism contextExchangeMechanism);
new System.ServiceModel.Channels.ContextBindingElement : System.Net.Security.ProtectionLevel * System.ServiceModel.Channels.ContextExchangeMechanism -> System.ServiceModel.Channels.ContextBindingElement
Public Sub New (protectionLevel As ProtectionLevel, contextExchangeMechanism As ContextExchangeMechanism)

Parámetros

protectionLevel
ProtectionLevel

ProtectionLevel del elemento de enlace.

contextExchangeMechanism
ContextExchangeMechanism

ContextExchangeMechanism que especifica el mecanismo utilizado por el elemento de enlace para intercambiar contexto.

Excepciones

protectionLevel o contextExchangeMechanism no es válido.

Se aplica a

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri)

Inicializa una nueva instancia de la clase ContextBindingElement con el nivel de protección, el mecanismo de intercambio de contexto y la dirección de devolución de llamada del cliente especificados.

public:
 ContextBindingElement(System::Net::Security::ProtectionLevel protectionLevel, System::ServiceModel::Channels::ContextExchangeMechanism contextExchangeMechanism, Uri ^ clientCallbackAddress);
public ContextBindingElement (System.Net.Security.ProtectionLevel protectionLevel, System.ServiceModel.Channels.ContextExchangeMechanism contextExchangeMechanism, Uri clientCallbackAddress);
new System.ServiceModel.Channels.ContextBindingElement : System.Net.Security.ProtectionLevel * System.ServiceModel.Channels.ContextExchangeMechanism * Uri -> System.ServiceModel.Channels.ContextBindingElement
Public Sub New (protectionLevel As ProtectionLevel, contextExchangeMechanism As ContextExchangeMechanism, clientCallbackAddress As Uri)

Parámetros

protectionLevel
ProtectionLevel

El formulario de nivel de protección, el elemento de enlace.

contextExchangeMechanism
ContextExchangeMechanism

El mecanismo usado con el fin de intercambiar contexto para el elemento de enlace.

clientCallbackAddress
Uri

La dirección de devolución de llamada del cliente.

Se aplica a

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri, Boolean)

Inicializa una nueva instancia de la clase ContextBindingElement con el nivel de protección, el mecanismo de intercambio de contexto y la dirección de devolución de llamada del cliente especificados, y un valor que especifica si está habilitada la administración del contexto.

public:
 ContextBindingElement(System::Net::Security::ProtectionLevel protectionLevel, System::ServiceModel::Channels::ContextExchangeMechanism contextExchangeMechanism, Uri ^ clientCallbackAddress, bool contextManagementEnabled);
public ContextBindingElement (System.Net.Security.ProtectionLevel protectionLevel, System.ServiceModel.Channels.ContextExchangeMechanism contextExchangeMechanism, Uri clientCallbackAddress, bool contextManagementEnabled);
new System.ServiceModel.Channels.ContextBindingElement : System.Net.Security.ProtectionLevel * System.ServiceModel.Channels.ContextExchangeMechanism * Uri * bool -> System.ServiceModel.Channels.ContextBindingElement
Public Sub New (protectionLevel As ProtectionLevel, contextExchangeMechanism As ContextExchangeMechanism, clientCallbackAddress As Uri, contextManagementEnabled As Boolean)

Parámetros

protectionLevel
ProtectionLevel

El nivel de protección para el elemento de enlace.

contextExchangeMechanism
ContextExchangeMechanism

El mecanismo usado con el fin de intercambiar contexto para el elemento de enlace.

clientCallbackAddress
Uri

La dirección de devolución de llamada del cliente.

contextManagementEnabled
Boolean

true si la administración de contexto está habilitada; de lo contrario, false.

Se aplica a