UdpClient.Active 属性

定义

获取或设置一个值,该值指示是否已建立默认远程主机。

protected:
 property bool Active { bool get(); void set(bool value); };
protected bool Active { get; set; }
member this.Active : bool with get, set
Protected Property Active As Boolean

属性值

如果连接处于活动状态,则为 true;否则为 false

注解

派生自 UdpClient 的类可以使用此属性来确定是否已建立默认远程主机。 可以使用适当的构造函数或调用 Connect 方法来建立默认远程主机。 如果确实建立了默认远程主机,则无法在对 的调用 Send中指定远程主机。

适用于

另请参阅