다음을 통해 공유


QuicListenerOptions.ListenEndPoint 속성

정의

수신 대기할 엔드포인트를 가져오거나 설정합니다.

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

속성 값

설명

이 속성은 필수이며 설정하지 않으면 수신기를 시작할 때 유효성 검사 오류가 발생합니다.

적용 대상