CallbackContextMessageProperty Konstruktorer

Definition

Initierar en ny instans av CallbackContextMessageProperty klassen.

Överlagringar

Name Description
CallbackContextMessageProperty(IDictionary<String,String>)

Initierar en ny instans av CallbackContextMessageProperty klassen med den angivna kontexten.

CallbackContextMessageProperty(EndpointAddress)

Initierar en ny instans av CallbackContextMessageProperty klassen med angiven EndpointAddress.

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

Initierar en ny instans av CallbackContextMessageProperty klassen med angiven EndpointAddress och en IDictionary<TKey,TValue> som innehåller kontextinformation.

CallbackContextMessageProperty(String, IDictionary<String,String>)

Initierar en ny instans av CallbackContextMessageProperty klassen med den angivna lyssningsadressen och kontextinformationen.

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

Initierar en ny instans av CallbackContextMessageProperty klassen med den angivna lyssningsadressen och kontextinformationen.

CallbackContextMessageProperty(IDictionary<String,String>)

Initierar en ny instans av CallbackContextMessageProperty klassen med den angivna kontexten.

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))

Parametrar

context
IDictionary<String,String>

Information som finns i meddelandet som kan identifieras av klienten och tjänstinstansen mellan vilken kommunikationen sker.

Gäller för

CallbackContextMessageProperty(EndpointAddress)

Initierar en ny instans av CallbackContextMessageProperty klassen med angiven 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)

Parametrar

callbackAddress
EndpointAddress

Återanropsadressen.

Kommentarer

Motringningsadressen är den slutpunktsadress som tjänsten använder för att anropa tillbaka till klienten.

Gäller för

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

Initierar en ny instans av CallbackContextMessageProperty klassen med angiven EndpointAddress och en IDictionary<TKey,TValue> som innehåller kontextinformation.

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))

Parametrar

listenAddress
EndpointAddress

Slutpunktens adress som klienten lyssnar på.

context
IDictionary<String,String>

Information som finns i meddelandet som kan identifieras av klienten och tjänstinstansen mellan vilken kommunikationen sker.

Kommentarer

Kontextinformationen kan innehålla klientinstans och konversationsinformation.

Gäller för

CallbackContextMessageProperty(String, IDictionary<String,String>)

Initierar en ny instans av CallbackContextMessageProperty klassen med den angivna lyssningsadressen och 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))

Parametrar

listenAddress
String

Slutpunktens adress som klienten lyssnar på.

context
IDictionary<String,String>

Information som finns i meddelandet som kan identifieras av klienten och tjänstinstansen mellan vilken kommunikationen sker.

Gäller för

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

Initierar en ny instans av CallbackContextMessageProperty klassen med den angivna lyssningsadressen och 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))

Parametrar

listenAddress
Uri

Slutpunktens adress som klienten lyssnar på.

context
IDictionary<String,String>

Information som finns i meddelandet som kan identifieras av klienten och tjänstinstansen mellan vilken kommunikationen sker.

Gäller för