IpEndPoint IsBroadcast Property C# API
Gets a value that indicates whether this object has an IP address representing the broadcast address.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool IsBroadcast { get; }

Field Value

true if this object has an IP address representing the broadcast address; otherwise, false.
See Also