![]() |
NetProxyConnect Method |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
[This is preliminary documentation and is subject to change.]
Connects to the Furcadia Server and starts the mini proxy.
Namespace: Furcadia.Net
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax
public virtual void Connect()
Public Overridable Sub Connect Dim instance As NetProxy instance.Connect()
public: virtual void Connect()
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