다음을 통해 공유


CallbackContextMessageProperty.GetListenAddressAndContext 메서드

정의

CallbackContextMessageProperty 인스턴스에서 수신 주소와 컨텍스트 데이터를 가져옵니다.

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

매개 변수

listenAddress
EndpointAddress

수신 주소를 저장하는 참조입니다.

context
IDictionary<String,String>

통신이 이루어지는 클라이언트와 서비스 인스턴스가 식별할 수 있는 메시지에 포함된 정보입니다.

적용 대상