Udostępnij za pośrednictwem


CallbackContextMessageProperty Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CallbackContextMessageProperty.

Przeciążenia

CallbackContextMessageProperty(IDictionary<String,String>)

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

CallbackContextMessageProperty(EndpointAddress)

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

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

Inicjuje CallbackContextMessageProperty nowe wystąpienie klasy z określonym EndpointAddress i obiektem zawierającym IDictionary<TKey,TValue> informacje kontekstowe.

CallbackContextMessageProperty(String, IDictionary<String,String>)

Inicjuje CallbackContextMessageProperty nowe wystąpienie klasy przy użyciu określonego adresu nasłuchiwania i informacji kontekstowych.

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

Inicjuje CallbackContextMessageProperty nowe wystąpienie klasy przy użyciu określonego adresu nasłuchiwania i informacji kontekstowych.

CallbackContextMessageProperty(IDictionary<String,String>)

Inicjuje CallbackContextMessageProperty nowe wystąpienie 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óry można zidentyfikować przez klienta i wystąpienie usługi, między którym odbywa się komunikacja.

Dotyczy

CallbackContextMessageProperty(EndpointAddress)

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

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 to adres punktu końcowego używany przez usługę do wywołania zwrotnego do klienta.

Dotyczy

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

Inicjuje CallbackContextMessageProperty nowe wystąpienie klasy z określonym EndpointAddress i obiektem zawierającym IDictionary<TKey,TValue> informacje kontekstowe.

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óry można zidentyfikować 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 CallbackContextMessageProperty nowe wystąpienie klasy przy użyciu określonego adresu nasłuchiwania i informacji kontekstowych.

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óry można zidentyfikować przez klienta i wystąpienie usługi, między którym odbywa się komunikacja.

Dotyczy

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

Inicjuje CallbackContextMessageProperty nowe wystąpienie klasy przy użyciu określonego adresu nasłuchiwania i informacji kontekstowych.

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óry można zidentyfikować przez klienta i wystąpienie usługi, między którym odbywa się komunikacja.

Dotyczy