Method | Description | |
---|---|---|
GenericStreamHandler ( string httpMethod, string path, HttpServerHandle method ) : System | ||
Handle ( string path, Stream request, |
public GenericStreamHandler ( string httpMethod, string path, HttpServerHandle method ) : System | ||
httpMethod | string | |
path | string | |
method | HttpServerHandle | |
return | System |
public Handle ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
return | byte[] |