Property | Type | Description | |
---|---|---|---|
_getArguments | |||
_headers | |||
_method | string | ||
_url | string |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Request ( char header, Socket client ) : System |
Creates request
|
Method | Description | |
---|---|---|
ProcessGETParameters ( string parameters ) : void |
Generated Key-Value-Hashtable for GET-Parameters
|
|
ProcessHeader ( char data ) : void |
Fills the Request with the header values
|
public Request ( char header, Socket client ) : System | ||
header | char | |
client | Socket | Socket that sent the request |
return | System |
protected Hashtable,System.Collections _getArguments | ||
return |
protected Hashtable,System.Collections _headers | ||
return |