SendSettings.Endpoint 属性

定义

获取或设置要将消息发送到的终结点。

public:
 property System::ServiceModel::Endpoint ^ Endpoint { System::ServiceModel::Endpoint ^ get(); void set(System::ServiceModel::Endpoint ^ value); };
public System.ServiceModel.Endpoint Endpoint { get; set; }
member this.Endpoint : System.ServiceModel.Endpoint with get, set
Public Property Endpoint As Endpoint

属性值

要将消息发送到的终点。

适用于