ProxyOptions.LocalhostPort Property

Furcadia Framework

ProxyOptionsLocalhostPort Property

Furcadia Framework For Third Party Programs
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 42
Syntax

public int LocalhostPort { get; set; }
Public Property LocalhostPort As Integer
	Get
	Set

Dim instance As ProxyOptions
Dim value As Integer

value = instance.LocalhostPort

instance.LocalhostPort = value
public:
property int LocalhostPort {
	int get ();
	void set (int value);
}
member LocalhostPort : int with get, set

Property Value

Type: Int32
See Also

Reference