CallbackContextMessageProperty.GetListenAddressAndContext 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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>
통신이 이루어지는 클라이언트와 서비스 인스턴스가 식별할 수 있는 메시지에 포함된 정보입니다.