다음을 통해 공유


EndpointDispatcher.IsSystemEndpoint 속성

정의

엔드포인트를 사용자가 아니라 서버에서 내부적으로 만들었는지를 표시하는 값을 가져옵니다.

public:
 property bool IsSystemEndpoint { bool get(); };
public bool IsSystemEndpoint { get; }
member this.IsSystemEndpoint : bool
Public ReadOnly Property IsSystemEndpoint As Boolean

속성 값

Boolean

시스템에서 엔드포인트를 생성했으면 true이고, 그러지 않으면 false입니다.

적용 대상