Méthode | Description | |
---|---|---|
HttpAdaptor ( IQQContext context, IHttpAction action ) : System | ||
OnHttpError ( |
||
OnHttpFinish ( |
||
OnHttpHeader ( |
||
OnHttpRead ( long current, long total ) : void | ||
OnHttpWrite ( long current, long total ) : void |
public HttpAdaptor ( IQQContext context, IHttpAction action ) : System | ||
context | IQQContext | |
action | IHttpAction | |
Résultat | System |
public OnHttpError ( |
||
t | ||
Résultat | void |
public OnHttpFinish ( |
||
response | ||
Résultat | void |
public OnHttpHeader ( |
||
response | ||
Résultat | void |
public OnHttpRead ( long current, long total ) : void | ||
current | long | |
total | long | |
Résultat | void |
public OnHttpWrite ( long current, long total ) : void | ||
current | long | |
total | long | |
Résultat | void |