IpEndPoint Any Property C# API
Gets a wildcard IpEndPoint object. The returned object represents an IP address and port where the actual values used by the low level communication layers will be determined by the Operating System.

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

public static IpEndPoint Any { get; }

Field Value

An IpEndPoint object.
See Also