Method | Description | |
---|---|---|
Append ( byte Data ) : void |
Reads passed in data and fills the partial data object with the read data
|
|
HTTPPartialData ( |
Initializes a new instance of the HTTPPartialData class
|
public Append ( byte Data ) : void | ||
Data | byte | Data to read, in bytes |
return | void |
public HTTPPartialData ( |
||
HandlerSocket | The associated socket | |
return | System |