NetProxy Constructor (String, Int32)

From Furcadia Framework

NetProxy Constructor (String, Int32)

Furcadia Framework For Third Party Programs
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 42
Syntax

public NetProxy(
	string host,
	int port
)
Public Sub New ( 
	host As String,
	port As Integer
)

Dim host As String
Dim port As Integer

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

Parameters

host
Type: SystemString
Game server host
port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:Furcadia.Net.NetProxy.#ctor(System.String,System.Int32)"]

See Also

Reference