Click or drag to resize

VaserClient Class

This class is used for opening connections to servers. Usage: VaserClient.ConnectClient(...);
Inheritance Hierarchy
SystemObject
  VaserVaserClient

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class VaserClient

The VaserClient type exposes the following members.

Constructors
  NameDescription
Public methodVaserClient
Initializes a new instance of the VaserClient class
Top
Methods
  NameDescription
Public methodStatic memberConnectClient(String, Int32, PortalCollection)
Opens an unencrypted connection to a server.
Public methodStatic memberConnectClient(String, Int32, PortalCollection, VaserKerberosClient)
Opens an kerberos encrypted connection to a server.
Public methodStatic memberConnectClient(String, Int32, PortalCollection, VaserSSLClient)
Connect to a Vaser server via SSL.
Top
See Also