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

TypeNameDescription
String&data

TryGetByteData

Method

bool TryGetByteData(Byte[]& data)

Parameters

TypeNameDescription
Byte[]&data