Furcadia Framework For Third Party Programs
ProxyOptionsLocalhostPort Property |
[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 44
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: Int32See Also