共用方式為


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

備註

回呼位址是伺服器用來呼叫用戶端的端點位址。

適用於