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이어야 합니다.

적용 대상