Property | Type | Description | |
---|---|---|---|
address | |||
no_keep_alive | bool | ||
request_callback | RequestHandler>.Func | ||
stream | |||
xheaders | bool |
Method | Description | |
---|---|---|
HTTPConnection ( |
||
_finish_request ( ) : void | ||
_on_write_complete ( ) : void | ||
close ( ) : void | ||
finish ( ) : void | ||
write ( byte chunk, System.Action callback = null ) : void |
Method | Description | |
---|---|---|
_on_headers ( byte data_ ) : void | ||
_on_request_body ( byte data ) : void |
public HTTPConnection ( |
||
stream_ | ||
address_ | ||
request_callback_ | RequestHandler>.Func | |
no_keep_alive_ | bool | |
xheaders_ | bool | |
return | System |
public write ( byte chunk, System.Action callback = null ) : void | ||
chunk | byte | |
callback | System.Action | |
return | void |