Click or drag to resize

TcpPortStatus Properties

The TcpPortStatus type exposes the following members.

Properties
  NameDescription
Public propertyPortName
The name of the protocol associated with that port, for example, HTTP for 80, FTP for 21.
Public propertyPrinterPort
The port number open on the printer.
Public propertyRemoteIpAddress
The remote IP connected to the printer's port, will be 0.0.0.0 if not connected.
Public propertyRemotePort
The port number of the remote connected to the printer, will be 0 if no connection.
Public propertyStatus
The status of the printer's port, such as {@code LISTEN}, {@code ESTABLISHED}.
Top
See Also