The IpEndPoint type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
All |
Gets an IpEndPoint object which has the IP address that represents all IP addresses (usually only used in server scripts).
| |
Any |
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.
| |
Broadcast |
Gets an IpEndPoint object which has an IP address that represents the broadcast address.
| |
Host |
Gets the host (IP address).
| |
IsAll |
Gets a value that indicates whether this is the All IpEndPoint.
| |
IsBroadcast |
Gets a value that indicates whether this object has an IP address representing the broadcast address.
| |
IsLegal |
Gets a value that indicates whether this object is in a legal state and ready for use by the API.
| |
IsStandard |
Gets a value that indicates whether this object has a standard IP address and port.
| |
Local |
Gets an IpEndPoint object with the localhost IP address (127.0.0.1).
| |
None |
Gets a none IpEndPoint object.
The returned object represents an uninitialised IpEndPoint.
| |
Port |
Gets the port number.
|
See Also