CallbackContextMessageProperty Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse.
Überlädt
CallbackContextMessageProperty(IDictionary<String,String>) |
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit dem angegebenen Kontext. |
CallbackContextMessageProperty(EndpointAddress) |
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit der angegebenen EndpointAddress. |
CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>) |
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit der angegebenen EndpointAddress und einer IDictionary<TKey,TValue>, die Kontextinformationen enthält. |
CallbackContextMessageProperty(String, IDictionary<String,String>) |
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit der angegebenen Abhöradresse und Kontextinformationen. |
CallbackContextMessageProperty(Uri, IDictionary<String,String>) |
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit der angegebenen Abhöradresse und Kontextinformationen. |
CallbackContextMessageProperty(IDictionary<String,String>)
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit dem angegebenen Kontext.
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))
Parameter
- context
- IDictionary<String,String>
In der Nachricht enthaltene Informationen, die vom Client und der Dienstinstanz, zwischen denen die Kommunikation erfolgt, identifiziert werden können.
Gilt für
CallbackContextMessageProperty(EndpointAddress)
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit der angegebenen 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)
Parameter
- callbackAddress
- EndpointAddress
Die Rückrufadresse.
Hinweise
Die Rückrufadresse ist die Endpunktadresse, die der Dienst für den Rückruf des Clients verwendet.
Gilt für
CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit der angegebenen EndpointAddress und einer IDictionary<TKey,TValue>, die Kontextinformationen enthält.
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))
Parameter
- listenAddress
- EndpointAddress
Die Endpunktadresse, die der Client überwacht.
- context
- IDictionary<String,String>
In der Nachricht enthaltene Informationen, die vom Client und der Dienstinstanz, zwischen denen die Kommunikation erfolgt, identifiziert werden können.
Hinweise
Die Kontextinformationen enthalten möglicherweise Clientinstanz- und Konversationsinformationen.
Gilt für
CallbackContextMessageProperty(String, IDictionary<String,String>)
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit der angegebenen Abhöradresse und Kontextinformationen.
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))
Parameter
- listenAddress
- String
Die Endpunktadresse, die der Client überwacht.
- context
- IDictionary<String,String>
In der Nachricht enthaltene Informationen, die vom Client und der Dienstinstanz, zwischen denen die Kommunikation erfolgt, identifiziert werden können.
Gilt für
CallbackContextMessageProperty(Uri, IDictionary<String,String>)
Initialisiert eine neue Instanz der CallbackContextMessageProperty-Klasse mit der angegebenen Abhöradresse und Kontextinformationen.
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))
Parameter
- listenAddress
- Uri
Die Endpunktadresse, die der Client überwacht.
- context
- IDictionary<String,String>
In der Nachricht enthaltene Informationen, die vom Client und der Dienstinstanz, zwischen denen die Kommunikation erfolgt, identifiziert werden können.