메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
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
|
public UriWrapper ( string uriString, string httpMethod = null ) : System | ||
uriString | string | |
httpMethod | string | |
리턴 | System |