Property | Type | Description | |
---|---|---|---|
BlipRequest | System | ||
BuildResponse | Task |
||
ConfigureClient | |||
ExecuteCommand | Task |
Method | Description | |
---|---|---|
BlipRequest ( string credentials, string endpoint ) : System |
The BlipRequest constructor.
|
|
BuildResponse ( |
Converts an HTTPResponseMessage into a BlipResponse object.
|
|
ConfigureClient ( |
Configures the HTTP client with credentials, headers, etc.
|
|
ExecuteCommand ( Command command, string path, string content = null ) : Task |
Executes the specified HTTP command.
|