M_Furcadia_Net_NetProxy__ctor_3 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

NetProxy Constructor (Int32, Int32)

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

Syntax

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

Parameters

 

port
Type: System.Int32
gameserver port
lport
Type: System.Int32
localhost port

See Also

Reference

NetProxy Class
NetProxy Overload
Furcadia.Net Namespace

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