C# Class MvcApi.Http.HttpRuleParser

Show file Open project: dax70/MvcApi

Private Methods

Method Description
ContainsInvalidNewLine ( string value ) : bool
ContainsInvalidNewLine ( string value, int startIndex ) : bool
DateToString ( DateTimeOffset dateTime ) : string
GetCommentLength ( string input, int startIndex, int &length ) : HttpParseResult
GetExpressionLength ( string input, int startIndex, char openChar, char closeChar, bool supportsNesting, int &nestedCount, int &length ) : HttpParseResult
GetHostLength ( string input, int startIndex, bool allowToken, string &host ) : int
GetNumberLength ( string input, int startIndex, bool allowDecimal ) : int
GetQuotedPairLength ( string input, int startIndex, int &length ) : HttpParseResult
GetQuotedStringLength ( string input, int startIndex, int &length ) : HttpParseResult
GetTokenLength ( string input, int startIndex ) : int
GetWhitespaceLength ( string input, int startIndex ) : int
HttpRuleParser ( ) : System
IsTokenChar ( char character ) : bool
IsValidHostName ( string host ) : bool
TryStringToDate ( string input, DateTimeOffset &result ) : bool