Keeper SDK Class Library
C#
Show/Hide TOC
IKeeper
Endpoint
Execute
Rest Method
Executes Protobuf request.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
<
byte
[]>
ExecuteRest
(
string
endpoint
,
ApiRequestPayload
payload
)
Parameters
endpoint
String
URL path for request.
payload
ApiRequestPayload
Protobuf Payload.
Return Value
Task
Byte
Task returning serialized response.
See Also
Reference
IKeeperEndpoint Interface
KeeperSecurity.Authentication Namespace
In This Article
Definition
Parameters
Return Value
See Also