Property | Type | Description | |
---|---|---|---|
contentToString | string | ||
decompress | byte[] | ||
headersAsString | string |
Method | Description | |
---|---|---|
ContentToString ( ) : string |
Gets the content in JSON form
|
|
RosetteResponse ( |
RosetteResponse ctor
|
|
RosetteResponse ( string>.IDictionary |
Creates a Rosette Response from its components
|
|
ToString ( ) : string |
ToString override.
|
Method | Description | |
---|---|---|
contentToString ( |
Reads the httpContent value into a string
|
|
decompress ( byte gzip ) : byte[] |
Decompress Method to decompress GZIP files Source: http://www.dotnetperls.com/decompress
|
|
headersAsString ( ) : string |
public RosetteResponse ( |
||
responseMsg | HttpResponseMessage | |
return | System |
public RosetteResponse ( string>.IDictionary |
||
headers | string>.IDictionary | The headers from the API |
content | object>.IDictionary | The content of the response in dictionary form |
contentAsJson | string | The content of the response in JSON |
return | System |