M_Furcadia_Net_NetProxy__ctor_3 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Initializes a new instance of the NetProxy class
Namespace: Furcadia.Net
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public NetProxy(
int port,
int lport
)
VB
Public Sub New (
port As Integer,
lport As Integer
)
VB Usage
Dim port As Integer
Dim lport As Integer
Dim instance As New NetProxy(port, lport)
C++
public:
NetProxy(
int port,
int lport
)
F#
new :
port : int *
lport : int -> NetProxy
- port
- Type: System.Int32
gameserver port - lport
- Type: System.Int32
localhost port