Click or drag to resize

IKeeperEndpoint Interface

Describes Keeper server endpoint.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IKeeperEndpoint

The IKeeperEndpoint type exposes the following members.

Properties
 NameDescription
Public propertyClientVersion Gets / sets Client version.
Public propertyDeviceName Gets / sets device name.
Public propertyLocale Gets / sets user locale / interface language.
Public propertyServer Gets / sets Keeper server host name.
Public propertyWebProxy Gets / sets HTTP Proxy
Top
Methods
 NameDescription
Public methodExecuteRest Executes Protobuf request.
Top
Extension Methods
 NameDescription
Public Extension MethodExecuteV2Command Executes JSON request.
(Defined by KeeperEndpointExtensions)
Public Extension MethodExecuteV2CommandTC, TR Executes Keeper JSON command. Generic version.
(Defined by KeeperEndpointExtensions)
Top
See Also