Click or drag to resize

TcpPortStatus Properties

The TcpPortStatus type exposes the following members.

Properties
  Name Description
Public property PortName The name of the protocol associated with that port, for example, HTTP for 80, FTP for 21.
Public property PrinterPort The port number open on the printer.
Public property RemoteIpAddress The remote IP connected to the printer's port, will be 0.0.0.0 if not connected.
Public property RemotePort The port number of the remote connected to the printer, will be 0 if no connection.
Public property Status The status of the printer's port, such as {@code LISTEN}, {@code ESTABLISHED}.
Top
See Also