|
ProxyOptionsLocalhostPort 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 59
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