다음을 통해 공유


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

속성 값

Endpoint

메시지를 보낼 엔드포인트입니다.

적용 대상