CallbackContextMessageProperty Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci CallbackContextMessageProperty třídy.
Přetížení
CallbackContextMessageProperty(IDictionary<String,String>) |
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadaným kontextem. |
CallbackContextMessageProperty(EndpointAddress) |
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadaným parametrem EndpointAddress . |
CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>) |
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadaným EndpointAddress a IDictionary<TKey,TValue> , která obsahuje kontextové informace. |
CallbackContextMessageProperty(String, IDictionary<String,String>) |
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadanou adresou naslouchání a informacemi o kontextu. |
CallbackContextMessageProperty(Uri, IDictionary<String,String>) |
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadanou adresou naslouchání a informacemi o kontextu. |
CallbackContextMessageProperty(IDictionary<String,String>)
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadaným kontextem.
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>
Informace obsažené ve zprávě, kterou je možné identifikovat od klienta a instance služby, mezi nímž probíhá komunikace.
Platí pro
CallbackContextMessageProperty(EndpointAddress)
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadaným parametrem 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
Adresa zpětného volání.
Poznámky
Adresa zpětného volání je adresa koncového bodu, kterou služba používá ke zpětnému volání klienta.
Platí pro
CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadaným EndpointAddress a IDictionary<TKey,TValue> , která obsahuje kontextové informace.
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
Adresa koncového bodu, na které klient naslouchá.
- context
- IDictionary<String,String>
Informace obsažené ve zprávě, kterou je možné identifikovat od klienta a instance služby, mezi nímž probíhá komunikace.
Poznámky
Kontextové informace mohou zahrnovat informace o instanci klienta a konverzaci.
Platí pro
CallbackContextMessageProperty(String, IDictionary<String,String>)
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadanou adresou naslouchání a informacemi o kontextu.
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
Adresa koncového bodu, na které klient naslouchá.
- context
- IDictionary<String,String>
Informace obsažené ve zprávě, kterou je možné identifikovat od klienta a instance služby, mezi nímž probíhá komunikace.
Platí pro
CallbackContextMessageProperty(Uri, IDictionary<String,String>)
Inicializuje novou instanci CallbackContextMessageProperty třídy se zadanou adresou naslouchání a informacemi o kontextu.
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
Adresa koncového bodu, na které klient naslouchá.
- context
- IDictionary<String,String>
Informace obsažené ve zprávě, kterou je možné identifikovat od klienta a instance služby, mezi nímž probíhá komunikace.