CallbackContextMessageProperty Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse.
Overloads
| Name | Description |
|---|---|
| CallbackContextMessageProperty(IDictionary<String,String>) |
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met de opgegeven context. |
| CallbackContextMessageProperty(EndpointAddress) |
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met de opgegeven EndpointAddress. |
| CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>) |
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met de opgegeven EndpointAddress en een IDictionary<TKey,TValue> instantie die contextinformatie bevat. |
| CallbackContextMessageProperty(String, IDictionary<String,String>) |
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met het opgegeven luisteradres en contextinformatie. |
| CallbackContextMessageProperty(Uri, IDictionary<String,String>) |
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met het opgegeven luisteradres en contextinformatie. |
CallbackContextMessageProperty(IDictionary<String,String>)
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met de opgegeven context.
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))
Parameters
- context
- IDictionary<String,String>
Informatie in het bericht dat kan worden geïdentificeerd door de client en het service-exemplaar waartussen de communicatie plaatsvindt.
Van toepassing op
CallbackContextMessageProperty(EndpointAddress)
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met de opgegeven 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)
Parameters
- callbackAddress
- EndpointAddress
Het callback-adres.
Opmerkingen
Het callback-adres is het eindpuntadres dat de service gebruikt om terug te bellen naar de client.
Van toepassing op
CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met de opgegeven EndpointAddress en een IDictionary<TKey,TValue> instantie die contextinformatie bevat.
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))
Parameters
- listenAddress
- EndpointAddress
Het eindpunt adres waarop de client luistert.
- context
- IDictionary<String,String>
Informatie in het bericht dat kan worden geïdentificeerd door de client en het service-exemplaar waartussen de communicatie plaatsvindt.
Opmerkingen
De contextinformatie kan bestaan uit clientexemplaren en gespreksgegevens.
Van toepassing op
CallbackContextMessageProperty(String, IDictionary<String,String>)
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met het opgegeven luisteradres en contextinformatie.
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))
Parameters
- listenAddress
- String
Het eindpunt adres waarop de client luistert.
- context
- IDictionary<String,String>
Informatie in het bericht dat kan worden geïdentificeerd door de client en het service-exemplaar waartussen de communicatie plaatsvindt.
Van toepassing op
CallbackContextMessageProperty(Uri, IDictionary<String,String>)
Initialiseert een nieuw exemplaar van de CallbackContextMessageProperty klasse met het opgegeven luisteradres en contextinformatie.
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))
Parameters
- listenAddress
- Uri
Het eindpunt adres waarop de client luistert.
- context
- IDictionary<String,String>
Informatie in het bericht dat kan worden geïdentificeerd door de client en het service-exemplaar waartussen de communicatie plaatsvindt.