ContextBindingElement Constructors

Definitie

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse.

Overloads

Name Description
ContextBindingElement()

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse.

ContextBindingElement(ProtectionLevel)

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse met een opgegeven beveiligingsniveau.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism)

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse met een opgegeven beveiligings- en uitwisselingsmechanisme.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri)

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse met het opgegeven beveiligingsniveau, het mechanisme voor contextuitwisseling en het callback-adres van de client.

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri, Boolean)

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse met het opgegeven beveiligingsniveau, het mechanisme voor contextuitwisseling, het callbackadres van de client en een waarde die aangeeft of contextbeheer is ingeschakeld.

ContextBindingElement()

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse.

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

Opmerkingen

Hiermee stelt u de standaardwaarden voor SignProtectionLevel en ContextSoapHeader voor ContextExchangeMechanism.

Van toepassing op

ContextBindingElement(ProtectionLevel)

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse met een opgegeven beveiligingsniveau.

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)

Parameters

protectionLevel
ProtectionLevel

Het ProtectionLevel voor het bindingselement.

Uitzonderingen

De protectionLevel waarde is ongeldig.

Opmerkingen

Hiermee stelt u de standaardwaarde voor ContextSoapHeaderContextExchangeMechanism.

Van toepassing op

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism)

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse met een opgegeven beveiligings- en uitwisselingsmechanisme.

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)

Parameters

protectionLevel
ProtectionLevel

Het ProtectionLevel voor het bindingselement.

contextExchangeMechanism
ContextExchangeMechanism

Hiermee ContextExchangeMechanism geeft u het mechanisme op dat wordt gebruikt voor het uitwisselen van context voor het bindingselement.

Uitzonderingen

protectionLevel of contextExchangeMechanism is ongeldig.

Van toepassing op

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri)

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse met het opgegeven beveiligingsniveau, het mechanisme voor contextuitwisseling en het callback-adres van de client.

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)

Parameters

protectionLevel
ProtectionLevel

Het beveiligingsniveau vormt het bindingselement.

contextExchangeMechanism
ContextExchangeMechanism

Het mechanisme dat wordt gebruikt voor het uitwisselen van context voor het bindingselement.

clientCallbackAddress
Uri

Het callback-adres van de client.

Van toepassing op

ContextBindingElement(ProtectionLevel, ContextExchangeMechanism, Uri, Boolean)

Initialiseert een nieuw exemplaar van de ContextBindingElement klasse met het opgegeven beveiligingsniveau, het mechanisme voor contextuitwisseling, het callbackadres van de client en een waarde die aangeeft of contextbeheer is ingeschakeld.

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)

Parameters

protectionLevel
ProtectionLevel

Het beveiligingsniveau voor het bindingselement.

contextExchangeMechanism
ContextExchangeMechanism

Het mechanisme dat wordt gebruikt voor het uitwisselen van context voor het bindingselement.

clientCallbackAddress
Uri

Het callback-adres van de client.

contextManagementEnabled
Boolean

true als het contextbeheer is ingeschakeld; anders false.

Van toepassing op