LUSID C# SDK
Properties | List of all members
Lusid.Sdk.Client.IApiResponse Interface Reference

Provides a non-generic contract for the ApiResponse wrapper. More...

Inheritance diagram for Lusid.Sdk.Client.IApiResponse:
Inheritance graph
[legend]

Properties

Type ResponseType [get]
 The data type of Content More...
 
Object Content [get]
 The content of this response More...
 
HttpStatusCode StatusCode [get]
 Gets or sets the status code (HTTP status code) More...
 
Multimap< string, string > Headers [get]
 Gets or sets the HTTP headers More...
 
string ErrorText [get, set]
 Gets or sets any error text defined by the calling client. More...
 
string RawContent [get]
 The raw content of this response More...
 

Detailed Description

Provides a non-generic contract for the ApiResponse wrapper.

Property Documentation

◆ Content

Object Lusid.Sdk.Client.IApiResponse.Content
get

The content of this response

◆ ErrorText

string Lusid.Sdk.Client.IApiResponse.ErrorText
getset

Gets or sets any error text defined by the calling client.

◆ Headers

Multimap<string, string> Lusid.Sdk.Client.IApiResponse.Headers
get

Gets or sets the HTTP headers

HTTP headers

◆ RawContent

string Lusid.Sdk.Client.IApiResponse.RawContent
get

The raw content of this response

◆ ResponseType

Type Lusid.Sdk.Client.IApiResponse.ResponseType
get

The data type of Content

◆ StatusCode

HttpStatusCode Lusid.Sdk.Client.IApiResponse.StatusCode
get

Gets or sets the status code (HTTP status code)

The status code.


The documentation for this interface was generated from the following file: