C# 클래스 System.UriParseComponents

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

공개 메소드들

메소드 설명
ParseComponents ( string uri, UriKind kind ) : System.UriElements
TryParseComponents ( string uri, UriKind kind, System.UriElements &elements, string &error ) : bool

비공개 메소드들

메소드 설명
IsAlpha ( char ch ) : bool
IsSubDelim ( char ch ) : bool
IsUnreserved ( char ch ) : bool
ParseAuthority ( ParserState state ) : bool
ParseDelimiter ( ParserState state ) : bool
ParseFilePath ( ParserState state ) : bool
ParseFragment ( ParserState state ) : bool
ParseHost ( ParserState state ) : bool
ParsePath ( ParserState state ) : bool
ParsePort ( ParserState state ) : bool
ParseQuery ( ParserState state ) : bool
ParseScheme ( ParserState state ) : bool
ParseUnixFilePath ( ParserState state ) : bool
ParseUser ( ParserState state ) : bool
ParseWindowsFilePath ( ParserState state ) : bool
ParseWindowsUNC ( ParserState state ) : bool

메소드 상세

ParseComponents() 공개 정적인 메소드

public static ParseComponents ( string uri, UriKind kind ) : System.UriElements
uri string
kind UriKind
리턴 System.UriElements

TryParseComponents() 공개 정적인 메소드

public static TryParseComponents ( string uri, UriKind kind, System.UriElements &elements, string &error ) : bool
uri string
kind UriKind
elements System.UriElements
error string
리턴 bool