NetProxy Constructor (String, Int32, Int32)

FFF3PP

NetProxy Constructor (String, 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.]

Connect to the Game serer by Host name to IP address

Namespace:  Furcadia.Net
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public NetProxy(
	string host,
	int port,
	int lport
)
Public Sub New ( 
	host As String,
	port As Integer,
	lport As Integer
)

Dim host As String
Dim port As Integer
Dim lport As Integer

Dim instance As New NetProxy(host, port, 
	lport)
public:
NetProxy(
	String^ host, 
	int port, 
	int lport
)
new : 
        host : string * 
        port : int * 
        lport : int -> NetProxy

Parameters

host
Type: SystemString
GameServer Ip address or hostname
port
Type: SystemInt32
Game server port
lport
Type: SystemInt32
Localhost port
See Also