Port property

int? Port
Gets or sets the port number.

Implementation

int? get Port => this._port;
void Port=(int? value)

Implementation

set Port(int? value) => this._port = value;