IpEndPoint Broadcast Property C# API
Gets an IpEndPoint object which has an IP address that represents the broadcast address.

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

public static IpEndPoint Broadcast { get; }

Field Value

An IpEndPoint object.
See Also