C# Класс OpenPOP.MIME.Header.HeaderExtractor

Показать файл Открыть проект

Открытые методы

Метод Описание
ExtractHeaders ( string message, string &rawHeaders, NameValueCollection &headers ) : void

Method that takes a full message and extract the headers from it.

Приватные методы

Метод Описание
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

Описание методов

ExtractHeaders() публичный статический Метод

Method that takes a full message and extract the headers from it.
public static ExtractHeaders ( string message, string &rawHeaders, NameValueCollection &headers ) : void
message string The message to extract headers from
rawHeaders string The portion of the message that was headers
headers System.Collections.Specialized.NameValueCollection A collection of Name and Value pairs of headers
Результат void