Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( Object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
PingResponse ( |
Creates a PingResposne from the given apiMsg
|
|
PingResponse ( String message, long time, string>.Dictionary |
Creates a PingResponse from its components
|
public Equals ( Object obj ) : bool | ||
obj | Object | The object to compare against |
return | bool |
public PingResponse ( |
||
apiMsg | The message from the API | |
return | System |
public PingResponse ( String message, long time, string>.Dictionary |
||
message | String | The message |
time | long | The time of the response |
headers | string>.Dictionary | The headers returned by the API |
content | object>.Dictionary | The content in dictionary form |
contentAsJson | String | The content in JSON compatible string form |
return | System |