IpEndPoint AddressType EnumerationC# API
The type of address that a IpEndPoint may represent.

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

public enum AddressType
Members

  Member nameValueDescription
NONE0 Represents an uninitialised address.
ANY1 Represents an IP address and port where the actual values used by the low level communication layers will be determined by the Operating System.
STANDARD2 Represents a standard IP address and port.
ALL3 Represents all IP addresses (usually only used in server scripts).
BROADCAST4 Represents the broadcast address.
See Also