ContextBindingElement.ContextExchangeMechanism Property

Definition

Gets or sets the exchange mechanism used to communicate context for the binding element.

public:
 property System::ServiceModel::Channels::ContextExchangeMechanism ContextExchangeMechanism { System::ServiceModel::Channels::ContextExchangeMechanism get(); void set(System::ServiceModel::Channels::ContextExchangeMechanism value); };
public System.ServiceModel.Channels.ContextExchangeMechanism ContextExchangeMechanism { get; set; }
member this.ContextExchangeMechanism : System.ServiceModel.Channels.ContextExchangeMechanism with get, set
Public Property ContextExchangeMechanism As ContextExchangeMechanism

Property Value

The ContextExchangeMechanism that specifies the mechanism used to exchange context for the binding element.

Exceptions

The value set is not valid.

Applies to