메소드 | 설명 | |
---|---|---|
HttpRequestHeaderEventArgs ( string version, IHttpHeaders headers, string method, string path ) : System |
Creates the default instance of the class
|
메소드 | 설명 | |
---|---|---|
CreateFirstLine ( ) : string |
Creates the first line in the HTTP request
|
public HttpRequestHeaderEventArgs ( string version, IHttpHeaders headers, string method, string path ) : System | ||
version | string | HTTP version |
headers | IHttpHeaders | HTTP headers |
method | string | HTTP request method |
path | string | Remote host path |
리턴 | System |