Property | Type | Description | |
---|---|---|---|
Arguments | List | ||
ClientAddress | string | ||
Content | string>.Dictionary | ||
ContentLength | int? | ||
Headers | string>.Dictionary | ||
Path | string | ||
RequestHandler | |||
Type | RequestType | ||
Version | double |
Method | Description | |
---|---|---|
ProcessContent ( string content ) : void | ||
Request ( string clientAddress, RequestType type, string path, double version, string>.Dictionary |
public ProcessContent ( string content ) : void | ||
content | string | |
return | void |
public Request ( string clientAddress, RequestType type, string path, double version, string>.Dictionary |
||
clientAddress | string | |
type | RequestType | |
path | string | |
version | double | |
headers | string>.Dictionary | |
useRealIP | bool | |
return | System |