CallbackContextMessageProperty.CallbackAddress 属性

定义

获取回调地址。

public:
 property System::ServiceModel::EndpointAddress ^ CallbackAddress { System::ServiceModel::EndpointAddress ^ get(); };
public System.ServiceModel.EndpointAddress CallbackAddress { get; }
member this.CallbackAddress : System.ServiceModel.EndpointAddress
Public ReadOnly Property CallbackAddress As EndpointAddress

属性值

EndpointAddress

一个包含回调地址的 EndpointAddress

注解

此回调地址是服务器用来调用客户端的终结点地址。

适用于