IPConnection
interface IPConnection
IPConnection
Represents an active IP connection, providing details about the connection's state, local and foreign addresses, ports, and associated process information.
Author
N7ghtm4r3
See also
Inheritors
IPConnectionImpl
Properties
Link copied to clipboard
foreignAddress
The foreign IP address (remote) of the connection as a byte array.
Link copied to clipboard
foreignPort
The foreign port number (remote) of the connection.
Link copied to clipboard
localAddress
The local IP address of the connection as a byte array.
Link copied to clipboard
owningProcessId
The process ID of the process that owns the connection.
Link copied to clipboard
receiveQueue
The length of the receipt queue for the connection.
Link copied to clipboard
transmitQueue
The length of the transmit queue for the connection.