IpEndPoint PropertiesC# API
The IpEndPoint type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberAll
Gets an IpEndPoint object which has the IP address that represents all IP addresses (usually only used in server scripts).
Public propertyStatic memberAny
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.
Public propertyStatic memberBroadcast
Gets an IpEndPoint object which has an IP address that represents the broadcast address.
Public propertyHost
Gets the host (IP address).
Public propertyIsAll
Gets a value that indicates whether this is the All IpEndPoint.
Public propertyIsBroadcast
Gets a value that indicates whether this object has an IP address representing the broadcast address.
Public propertyIsLegal
Gets a value that indicates whether this object is in a legal state and ready for use by the API.
Public propertyIsStandard
Gets a value that indicates whether this object has a standard IP address and port.
Public propertyStatic memberLocal
Gets an IpEndPoint object with the localhost IP address (127.0.0.1).
Public propertyStatic memberNone
Gets a none IpEndPoint object. The returned object represents an uninitialised IpEndPoint.
Public propertyPort
Gets the port number.
Back to Top
See Also