CallbackContextMessageProperty Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CallbackContextMessageProperty.

Przeciążenia

CallbackContextMessageProperty(IDictionary<String,String>)

Inicjuje nowe wystąpienie CallbackContextMessageProperty klasy z określonym kontekstem.

CallbackContextMessageProperty(EndpointAddress)

Inicjuje nowe wystąpienie CallbackContextMessageProperty klasy z określonym . EndpointAddress

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

Inicjuje nowe wystąpienie klasy z określonymi wartościami CallbackContextMessageProperty i , które zawierają informacje o EndpointAddress IDictionary<TKey,TValue> kontekście.

CallbackContextMessageProperty(String, IDictionary<String,String>)

Inicjuje nowe wystąpienie klasy CallbackContextMessageProperty z określonym adresem nasłuchiwać i informacje o kontekście.

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

Inicjuje nowe wystąpienie klasy CallbackContextMessageProperty z określonym adresem nasłuchiwać i informacje o kontekście.

CallbackContextMessageProperty(IDictionary<String,String>)

Inicjuje nowe wystąpienie CallbackContextMessageProperty klasy z określonym kontekstem.

public:
 CallbackContextMessageProperty(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty (System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (context As IDictionary(Of String, String))

Parametry

context
IDictionary<String,String>

Informacje zawarte w komunikacie, które są identyfikowane przez klienta i wystąpienie usługi, między którym odbywa się komunikacja.

Dotyczy

CallbackContextMessageProperty(EndpointAddress)

Inicjuje nowe wystąpienie CallbackContextMessageProperty klasy z określonym . EndpointAddress

public:
 CallbackContextMessageProperty(System::ServiceModel::EndpointAddress ^ callbackAddress);
public CallbackContextMessageProperty (System.ServiceModel.EndpointAddress callbackAddress);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.ServiceModel.EndpointAddress -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (callbackAddress As EndpointAddress)

Parametry

callbackAddress
EndpointAddress

Adres wywołania zwrotnego.

Uwagi

Adres wywołania zwrotnego jest adresem punktu końcowego używanym przez usługę do wywołania zwrotnego do klienta.

Dotyczy

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

Inicjuje nowe wystąpienie klasy z określonymi wartościami CallbackContextMessageProperty i , które zawierają informacje o EndpointAddress IDictionary<TKey,TValue> kontekście.

public:
 CallbackContextMessageProperty(System::ServiceModel::EndpointAddress ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty (System.ServiceModel.EndpointAddress listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.ServiceModel.EndpointAddress * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As EndpointAddress, context As IDictionary(Of String, String))

Parametry

listenAddress
EndpointAddress

Adres punktu końcowego, na który nasłuchuje klient.

context
IDictionary<String,String>

Informacje zawarte w komunikacie, które są identyfikowane przez klienta i wystąpienie usługi, między którym odbywa się komunikacja.

Uwagi

Informacje kontekstowe mogą zawierać informacje o wystąpieniu klienta i konwersacji.

Dotyczy

CallbackContextMessageProperty(String, IDictionary<String,String>)

Inicjuje nowe wystąpienie klasy CallbackContextMessageProperty z określonym adresem nasłuchiwać i informacje o kontekście.

public:
 CallbackContextMessageProperty(System::String ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty (string listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : string * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As String, context As IDictionary(Of String, String))

Parametry

listenAddress
String

Adres punktu końcowego, na który nasłuchuje klient.

context
IDictionary<String,String>

Informacje zawarte w komunikacie, które są identyfikowane przez klienta i wystąpienie usługi, między którym odbywa się komunikacja.

Dotyczy

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

Inicjuje nowe wystąpienie klasy CallbackContextMessageProperty z określonym adresem nasłuchiwać i informacje o kontekście.

public:
 CallbackContextMessageProperty(Uri ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty (Uri listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : Uri * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As Uri, context As IDictionary(Of String, String))

Parametry

listenAddress
Uri

Adres punktu końcowego, na który nasłuchuje klient.

context
IDictionary<String,String>

Informacje zawarte w komunikacie, które są identyfikowane przez klienta i wystąpienie usługi, między którym odbywa się komunikacja.

Dotyczy