TcpListener.Active 属性

定义

获取一个值,该值指示 TcpListener 是否正主动侦听客户端连接。

protected:
 property bool Active { bool get(); };
protected bool Active { get; }
member this.Active : bool
Protected ReadOnly Property Active As Boolean

属性值

如果 TcpListener 正主动侦听,则为 true;否则为 false

注解

派生自 TcpListener 的类可以使用此属性来确定 当前是否 Socket 正在侦听传入的连接尝试。 属性 Active 可用于避免冗余 Start 尝试。

适用于

另请参阅