C# Class Fan.Sys.Uri.Decoder

Inheritance: Sections
Afficher le fichier Open project: xored/f4

Private Methods

Méthode Description
Decoder ( string str, bool decoding ) : System
addQueryParam ( Map map, string q, int start, int eq, int end, bool escaped ) : void
decode ( ) : Decoder
decodeQuery ( ) : Map
nextChar ( int section ) : int
nextOctet ( int section ) : int
parseQuery ( string q ) : Map
pathSegments ( string pathStr, int numSegs ) : List
substr ( int start, int end, int section ) : string
substring ( int start, int end, int section ) : string
toQueryStr ( string q, int start, int end, bool escaped ) : string