IpEndPoint All Property C# API
Gets an IpEndPoint object which has the IP address that represents all IP addresses (usually only used in server scripts).

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

public static IpEndPoint All { get; }

Field Value

An IpEndPoint object.
See Also