P_Furcadia_Net_Options_ProxyOptions_LocalhostPort - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

ProxyOptions.LocalhostPort Property

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Localhost TCP port

Namespace: Furcadia.Net.Options
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public int LocalhostPort { get; set; }

VB

Public Property LocalhostPort As Integer
	Get
	Set

VB Usage

Dim instance As ProxyOptions
Dim value As Integer

value = instance.LocalhostPort

instance.LocalhostPort = value

C++

public:
property int LocalhostPort {
	int get ();
	void set (int value);
}

F#

member LocalhostPort : int with get, set

Property Value

Type: Int32

See Also

Reference

ProxyOptions Class
Furcadia.Net.Options Namespace

⚠️ **GitHub.com Fallback** ⚠️