Method | Description | |
---|---|---|
ExtractHeaders ( string message, string &rawHeaders, |
Method that takes a full message and extract the headers from it.
|
Method | Description | |
---|---|---|
IsMoreLinesInHeaderValue ( TextReader reader ) : bool |
Check if the next line is part of the current header value we are parsing by peeking on the next character of the TextReader. This should only be called while parsing headers
|
public static ExtractHeaders ( string message, string &rawHeaders, |
||
message | string | The message to extract headers from |
rawHeaders | string | The portion of the message that was headers |
headers | A collection of Name and Value pairs of headers | |
return | void |