|
NetProxy Constructor (String, 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.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
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.Proxy.NetProxy.#ctor(System.String,System.Int32)"]
See Also