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.

Применяется к