Click or drag to resize

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.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public NetProxy(
	string host,
	int port,
	int lport
)

Parameters

host
Type: SystemString
GameServer IP address or host-name
port
Type: SystemInt32
Game server port
lport
Type: SystemInt32
Localhost port
See Also