Method | Description | |
---|---|---|
ParseHeader ( byte buffer, int lineStart, int lineEnd, string &name, string &value ) : void | ||
ParseRequestLine ( byte buffer, int lineStart, int lineEnd, Method &method, string &path, string &query, string &version ) : void | ||
TryParseHeaders ( byte buffer, int &start, int end, string>.Action |
||
TryParseHttpRequest ( byte buffer, int &start, int end, System.Net.HttpRequest state, System.Net.HttpRequest &parsedRequest ) : bool | ||
TryParseRequestLine ( byte buffer, int &start, int end, Method &method, string &path, string &query, string &version ) : bool |
Method | Description | |
---|---|---|
GetLineForDebug ( byte buffer, int lineStart, int lineEnd, int maxChars ) : string | ||
ParseHttpRequest ( System.Net.HttpRequest state ) : System.Net.HttpRequest | ||
TryReadLine ( byte buffer, int &start, int end, int &lineStart, int &lineEnd ) : bool |
public static ParseHeader ( byte buffer, int lineStart, int lineEnd, string &name, string &value ) : void | ||
buffer | byte | |
lineStart | int | |
lineEnd | int | |
name | string | |
value | string | |
return | void |
public static ParseRequestLine ( byte buffer, int lineStart, int lineEnd, Method &method, string &path, string &query, string &version ) : void | ||
buffer | byte | |
lineStart | int | |
lineEnd | int | |
method | Method | |
path | string | |
query | string | |
version | string | |
return | void |
public static TryParseHeaders ( byte buffer, int &start, int end, string>.Action |
||
buffer | byte | |
start | int | |
end | int | |
onHeader | string>.Action | |
return | bool |
public static TryParseHttpRequest ( byte buffer, int &start, int end, System.Net.HttpRequest state, System.Net.HttpRequest &parsedRequest ) : bool | ||
buffer | byte | |
start | int | |
end | int | |
state | System.Net.HttpRequest | |
parsedRequest | System.Net.HttpRequest | |
return | bool |
public static TryParseRequestLine ( byte buffer, int &start, int end, Method &method, string &path, string &query, string &version ) : bool | ||
buffer | byte | |
start | int | |
end | int | |
method | Method | |
path | string | |
query | string | |
version | string | |
return | bool |