CallbackContextMessageProperty Constructors

Definition

Initializes a new instance of the CallbackContextMessageProperty class.

Overloads

CallbackContextMessageProperty(IDictionary<String,String>)

Initializes a new instance of the CallbackContextMessageProperty class with the specified context.

CallbackContextMessageProperty(EndpointAddress)

Initializes a new instance of the CallbackContextMessageProperty class with the specified EndpointAddress.

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

Initializes a new instance of the CallbackContextMessageProperty class with the specified EndpointAddress and a IDictionary<TKey,TValue> that contains context information.

CallbackContextMessageProperty(String, IDictionary<String,String>)

Initializes a new instance of the CallbackContextMessageProperty class with the specified listen address and context information.

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

Initializes a new instance of the CallbackContextMessageProperty class with the specified listen address and context information.

CallbackContextMessageProperty(IDictionary<String,String>)

Initializes a new instance of the CallbackContextMessageProperty class with the specified context.

C#
public CallbackContextMessageProperty(System.Collections.Generic.IDictionary<string,string> context);

Parameters

context
IDictionary<String,String>

Information contained in the message which is identifiable by the client and the service instance between which the communication is taking place.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CallbackContextMessageProperty(EndpointAddress)

Initializes a new instance of the CallbackContextMessageProperty class with the specified EndpointAddress.

C#
public CallbackContextMessageProperty(System.ServiceModel.EndpointAddress callbackAddress);

Parameters

callbackAddress
EndpointAddress

The callback address.

Remarks

The callback address is the endpoint address that the service uses to call back to the client.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

Initializes a new instance of the CallbackContextMessageProperty class with the specified EndpointAddress and a IDictionary<TKey,TValue> that contains context information.

C#
public CallbackContextMessageProperty(System.ServiceModel.EndpointAddress listenAddress, System.Collections.Generic.IDictionary<string,string> context);

Parameters

listenAddress
EndpointAddress

The endpoint address the client listens on.

context
IDictionary<String,String>

Information contained in the message which is identifiable by the client and the service instance between which the communication is taking place.

Remarks

The context information may include client instance and conversation information.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CallbackContextMessageProperty(String, IDictionary<String,String>)

Initializes a new instance of the CallbackContextMessageProperty class with the specified listen address and context information.

C#
public CallbackContextMessageProperty(string listenAddress, System.Collections.Generic.IDictionary<string,string> context);

Parameters

listenAddress
String

The endpoint address the client listens on.

context
IDictionary<String,String>

Information contained in the message which is identifiable by the client and the service instance between which the communication is taking place.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

Initializes a new instance of the CallbackContextMessageProperty class with the specified listen address and context information.

C#
public CallbackContextMessageProperty(Uri listenAddress, System.Collections.Generic.IDictionary<string,string> context);

Parameters

listenAddress
Uri

The endpoint address the client listens on.

context
IDictionary<String,String>

Information contained in the message which is identifiable by the client and the service instance between which the communication is taking place.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1