Send.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

属性值

Endpoint

终结点。

注解

如果设置了此属性,则 EndpointConfigurationName 属性应为 null

适用于