C# Class HttpServer.Headers.Parsers.ConnectionParser

Inheritance: IHeaderParser
Show file Open project: NyxStudios/HttpServer

Public Methods

Method Description
Parse ( string name, ITextReader reader ) : IHeader

Parse a header

Method Details

Parse() public method

Parse a header
Header value is not of the expected format.
public Parse ( string name, ITextReader reader ) : IHeader
name string Name of header.
reader ITextReader Reader containing value.
return IHeader