PowerUI.Http.IAbortable Interface Reference

Detailed Description

Used to abort a request.

Inheritance diagram for PowerUI.Http.IAbortable:
PowerUI.Http.HttpRequest

Public Member Functions

void abort ()
 Aborts the request. More...
 

Properties

float timeout [get, set]
 The timeout if there is one. More...
 

Member Function Documentation

void PowerUI.Http.IAbortable.abort ( )

Aborts the request.

Implemented in PowerUI.Http.HttpRequest.

Property Documentation

float PowerUI.Http.IAbortable.timeout
getset

The timeout if there is one.