IsonasAccessControlClient Create Method Isonas .NET Client API Documentation
This is the way you begin interacting with the API. The connection won't be open yet, this just gets things ready. After calling this method, call IIsonasController.Open or IIsonasController.OpenEncrypted to actually open the connection

Namespace: Bsw.Isonas.Dotnet.Client.Core
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.2.1.0 (1.2.1)
Syntax

public static IIsonasAccessControlClient Create(
	string hostname,
	int port = 7101
)

Parameters

hostname
Type: OnlineSystem String
Hostname INRServ is running on
port (Optional)
Type: OnlineSystem Int32
Port INRserv is running on (usually 7101)

Return Value

Type: IIsonasAccessControlClient
See Also