|
NetProxyConnect Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Connects to the Furcadia Server and starts the mini proxy.
Namespace:
Furcadia.Net.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public override void Connect()
Public Overrides Sub Connect
Dim instance As NetProxy
instance.Connect()
public:
virtual void Connect() override
abstract Connect : unit -> unit
override Connect : unit -> unit
Exceptions Exception | Condition |
---|
NetProxyException |
Could not fine available localhost port
or
there is a problem with the Proxy server
or
Process path not found.
or
Client executable '" + options.FurcadiaProcess + "' not found.
|
See Also