| Client Class |
Namespace: Six.Sixp.Client
public class Client : IDisposable
The Client type exposes the following members.
| Name | Description | |
|---|---|---|
| NumberFormat |
Select number format to use. Valid are Double and Decimal.
| |
| Version |
Return the version of the assembly. It also contains info about OS and 32/64 bit
|
| Name | Description | |
|---|---|---|
| CreateSession(String, ISessionEventListener) |
Create a session to a SIXP server.
| |
| CreateSession(SixpServerSettings, ISessionEventListener) |
Create a session to a SIXP server.
| |
| CreateSession(String, ReconnectStrategy, TimeSpan, ProxySettings, ISessionEventListener) |
Create a session to a SIXP server.
| |
| CreateSession(SixpServerSettings, ReconnectStrategy, TimeSpan, ProxySettings, ISessionEventListener) |
Create a session to a SIXP server.
| |
| CreateSession(ListSixpServerSettings, ReconnectStrategy, TimeSpan, ProxySettings, ISessionEventListener) |
Create a session to a SIXP server(s) with automatic reconnect on disconnect.
| |
| Dispose |
Disposes a client.d
| |
| SetLogging |
Sets up how the client should log.
|