CallbackContextMessageProperty Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe CallbackContextMessageProperty.
Sobrecargas
CallbackContextMessageProperty(IDictionary<String,String>) |
Inicializa uma nova instância da classe CallbackContextMessageProperty com o contexto especificado. |
CallbackContextMessageProperty(EndpointAddress) |
Inicializa uma nova instância da classe CallbackContextMessageProperty com o EndpointAddress especificado. |
CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>) |
Inicializa uma nova instância da classe CallbackContextMessageProperty com o EndpointAddress especificado e um IDictionary<TKey,TValue> que contém as informações de contexto. |
CallbackContextMessageProperty(String, IDictionary<String,String>) |
Inicializa uma nova instância da classe CallbackContextMessageProperty com o endereço de escuta e as informações de contexto especificados. |
CallbackContextMessageProperty(Uri, IDictionary<String,String>) |
Inicializa uma nova instância da classe CallbackContextMessageProperty com o endereço de escuta e as informações de contexto especificados. |
CallbackContextMessageProperty(IDictionary<String,String>)
Inicializa uma nova instância da classe CallbackContextMessageProperty com o contexto especificado.
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))
Parâmetros
- context
- IDictionary<String,String>
Informações contidas na mensagem que podem ser identificadas pelo cliente e pela instância do serviço entre os quais a comunicação está em andamento.
Aplica-se a
CallbackContextMessageProperty(EndpointAddress)
Inicializa uma nova instância da classe CallbackContextMessageProperty com o EndpointAddress especificado.
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)
Parâmetros
- callbackAddress
- EndpointAddress
O endereço de retorno de chamada.
Comentários
O endereço de retorno de chamada é o endereço do ponto de extremidade que o serviço usa para chamar de volta para o cliente.
Aplica-se a
CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)
Inicializa uma nova instância da classe CallbackContextMessageProperty com o EndpointAddress especificado e um IDictionary<TKey,TValue> que contém as informações de contexto.
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))
Parâmetros
- listenAddress
- EndpointAddress
O endereço do ponto de extremidade que o cliente ouve.
- context
- IDictionary<String,String>
Informações contidas na mensagem que podem ser identificadas pelo cliente e pela instância do serviço entre os quais a comunicação está em andamento.
Comentários
As informações de contexto podem incluir a instância do cliente e as informações de conversa.
Aplica-se a
CallbackContextMessageProperty(String, IDictionary<String,String>)
Inicializa uma nova instância da classe CallbackContextMessageProperty com o endereço de escuta e as informações de contexto especificados.
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))
Parâmetros
- listenAddress
- String
O endereço do ponto de extremidade que o cliente ouve.
- context
- IDictionary<String,String>
Informações contidas na mensagem que podem ser identificadas pelo cliente e pela instância do serviço entre os quais a comunicação está em andamento.
Aplica-se a
CallbackContextMessageProperty(Uri, IDictionary<String,String>)
Inicializa uma nova instância da classe CallbackContextMessageProperty com o endereço de escuta e as informações de contexto especificados.
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))
Parâmetros
- listenAddress
- Uri
O endereço do ponto de extremidade que o cliente ouve.
- context
- IDictionary<String,String>
Informações contidas na mensagem que podem ser identificadas pelo cliente e pela instância do serviço entre os quais a comunicação está em andamento.