ProxySession Constructor (ProxyOptions)

Furcadia Framework

ProxySession Constructor (ProxyOptions)

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 ProxySession class

Namespace:  Furcadia.Net.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public ProxySession(
	ProxyOptions Options
)
Public Sub New ( 
	Options As ProxyOptions
)

Dim Options As ProxyOptions

Dim instance As New ProxySession(Options)
public:
ProxySession(
	ProxyOptions^ Options
)
new : 
        Options : ProxyOptions -> ProxySession

Parameters

Options
Type: Furcadia.Net.OptionsProxyOptions
ProxySession Options
See Also

Reference