Click or drag to resize

PsrApi Constructor

Creates a new instance of PsrApi with a specific endpoint address.

Namespace:  PsrApi
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public PsrApi(
	string endpoint,
	PsrApiOptions options = null
)

Parameters

endpoint
Type: SystemString
IP address or hostname of the Password Safe Server. The web services have to be running on that Password Safe Server instance.
options (Optional)
Type: PsrApi.DataPsrApiOptions
See Also