Aracılığıyla paylaş


CallbackContextMessageProperty.GetListenAddressAndContext Yöntem

Tanım

Örnekten dinleme adresini ve bağlam verilerini CallbackContextMessageProperty alır.

public:
 void GetListenAddressAndContext([Runtime::InteropServices::Out] System::ServiceModel::EndpointAddress ^ % listenAddress, [Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ % context);
public void GetListenAddressAndContext (out System.ServiceModel.EndpointAddress listenAddress, out System.Collections.Generic.IDictionary<string,string> context);
member this.GetListenAddressAndContext : EndpointAddress * IDictionary -> unit
Public Sub GetListenAddressAndContext (ByRef listenAddress As EndpointAddress, ByRef context As IDictionary(Of String, String))

Parametreler

listenAddress
EndpointAddress

Dinleme adresini depolamak için bir başvuru.

context
IDictionary<String,String>

İletide yer alan ve istemci ile iletişimin gerçekleştiği hizmet örneği tarafından tanımlanabilen bilgiler.

Şunlara uygulanır