C# 클래스 WaveBox.ApiHandler.UriWrapper

파일 보기 프로젝트 열기: einsteinx2/WaveBox 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

UriPart() 공개 메소드

Return the element at a given index of the URI
public UriPart ( int index ) : string
index int
리턴 string

UriWrapper() 공개 메소드

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
리턴 System