Click or drag to resize

IKeeperEndpointExecuteRest Method

Executes Protobuf request.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task<byte[]> ExecuteRest(
	string endpoint,
	ApiRequestPayload payload
)

Parameters

endpoint  String
URL path for request.
payload  ApiRequestPayload
Protobuf Payload.

Return Value

TaskByte
Task returning serialized response.
See Also