RequestAbortedException
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.ZennoPoster.HTTP.RequestAbortedException
Kind: class
The exception represents the situation when the request was aborted by timeout but the answer might contain incomplete data. The data was stored in an object of the exception. You can try to get it.
Constructor
RequestAbortedException()
Constructor
Methods
TryGetStringData
Method
bool TryGetStringData(String& data)
Parameters
| Type | Name | Description |
|---|---|---|
String& | data |
TryGetByteData
Method
bool TryGetByteData(Byte[]& data)
Parameters
| Type | Name | Description |
|---|---|---|
Byte[]& | data |