C# Class System.Net.Http.Headers.Lexer

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
EatChar ( ) : void
GetQuotedStringValue ( Token start ) : string
GetRemainingStringValue ( int position ) : string
GetStringValue ( Token token ) : string
GetStringValue ( Token start, Token end ) : string
IsStarStringValue ( Token token ) : bool
IsValidCharacter ( char input ) : bool
IsValidToken ( string input ) : bool
Lexer ( string stream ) : System.Globalization
PeekChar ( ) : int
Scan ( bool recognizeDash = false ) : Token
ScanCommentOptional ( string &value ) : bool
ScanCommentOptional ( string &value, Token &readToken ) : bool
TryGetDateValue ( Token token, DateTimeOffset &value ) : bool
TryGetDateValue ( string text, DateTimeOffset &value ) : bool
TryGetDoubleValue ( Token token, double &value ) : bool
TryGetNumericValue ( Token token, int &value ) : bool
TryGetTimeSpanValue ( Token token ) : TimeSpan?

Method Details

EatChar() public méthode

public EatChar ( ) : void
Résultat void

GetQuotedStringValue() public méthode

public GetQuotedStringValue ( Token start ) : string
start Token
Résultat string

GetRemainingStringValue() public méthode

public GetRemainingStringValue ( int position ) : string
position int
Résultat string

GetStringValue() public méthode

public GetStringValue ( Token token ) : string
token Token
Résultat string

GetStringValue() public méthode

public GetStringValue ( Token start, Token end ) : string
start Token
end Token
Résultat string

IsStarStringValue() public méthode

public IsStarStringValue ( Token token ) : bool
token Token
Résultat bool

IsValidCharacter() public static méthode

public static IsValidCharacter ( char input ) : bool
input char
Résultat bool

IsValidToken() public static méthode

public static IsValidToken ( string input ) : bool
input string
Résultat bool

Lexer() public méthode

public Lexer ( string stream ) : System.Globalization
stream string
Résultat System.Globalization

PeekChar() public méthode

public PeekChar ( ) : int
Résultat int

Scan() public méthode

public Scan ( bool recognizeDash = false ) : Token
recognizeDash bool
Résultat Token

ScanCommentOptional() public méthode

public ScanCommentOptional ( string &value ) : bool
value string
Résultat bool

ScanCommentOptional() public méthode

public ScanCommentOptional ( string &value, Token &readToken ) : bool
value string
readToken Token
Résultat bool

TryGetDateValue() public méthode

public TryGetDateValue ( Token token, DateTimeOffset &value ) : bool
token Token
value DateTimeOffset
Résultat bool

TryGetDateValue() public static méthode

public static TryGetDateValue ( string text, DateTimeOffset &value ) : bool
text string
value DateTimeOffset
Résultat bool

TryGetDoubleValue() public méthode

public TryGetDoubleValue ( Token token, double &value ) : bool
token Token
value double
Résultat bool

TryGetNumericValue() public méthode

public TryGetNumericValue ( Token token, int &value ) : bool
token Token
value int
Résultat bool

TryGetTimeSpanValue() public méthode

public TryGetTimeSpanValue ( Token token ) : TimeSpan?
token Token
Résultat TimeSpan?