RequestAbortedException

Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.ZennoPoster.HTTP.RequestAbortedException


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.

Methods

TryGetStringData

Method

Tries to get data as a string, if the original request must return the string.

Parameters

ПараметрОписание
dataThe variable for storing a result.

Returns: true - if the data exists

TryGetByteData

Method

Tries to get data as a byte array, if the original request must return the byte array.

Parameters

ПараметрОписание
dataThe variable for storing a result.

Returns: true - if the data exists