共用方式為


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

適用於