Default constructor.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public FwxClientWrapper()
Visual Basic
Public Sub New
JScript
public function FwxClientWrapper()

Remarks

All wrappers created with this default constructor share one common 'context'. That means they use the same FwxClient instance and have one common cache of requested points.

See Also