C# Class WaveBox.ApiHandler.UriWrapper

Afficher le fichier Open project: einsteinx2/WaveBox Class Usage Examples

Méthodes publiques

Méthode Description
UriPart ( int index ) : string

Return the element at a given index of the URI

UriWrapper ( string uriString, string httpMethod = null ) : System

Constructor for UriWrapper, takes in a URI string and enables methods to parse its pieces

Private Methods

Méthode Description
ParseParameters ( ) : void

Parse parameters into a Dictionary from a URI

RemoveEmptyElements ( string input ) : IList

Purge the empty elements in an array of strings, returning a list of strings

Method Details

UriPart() public méthode

Return the element at a given index of the URI
public UriPart ( int index ) : string
index int
Résultat string

UriWrapper() public méthode

Constructor for UriWrapper, takes in a URI string and enables methods to parse its pieces
public UriWrapper ( string uriString, string httpMethod = null ) : System
uriString string
httpMethod string
Résultat System