Defines the port the server is listening for communication. Default: 3000

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Port { get; }
Visual Basic
Public ReadOnly Property Port As Integer
	Get
Visual C++
public:
property int Port {
	int get ();
}
F#
member Port : int with get

Property Value

Type: Int32

See Also