M_Furcadia_Net_NetProxy_Connect - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

NetProxy.Connect 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
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public virtual void Connect()

VB

Public Overridable Sub Connect

VB Usage

Dim instance As NetProxy

instance.Connect()

C++

public:
virtual void Connect()

F#

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

Reference

NetProxy Class
Furcadia.Net Namespace

⚠️ **GitHub.com Fallback** ⚠️