Method |
Description |
|
AllowIdnStatic ( UriParser syntax, Flags flags ) : bool |
|
|
CalculateCaseInsensitiveHashCode ( string text ) : int |
|
|
Canonicalize ( ) : void |
|
|
CheckAuthorityHelper ( char pString, ushort idx, ushort length, ParsingError &err, Flags &flags, UriParser syntax, string &newHost ) : ushort |
|
|
CheckAuthorityHelperHandleAnyHostIri ( char pString, int startInput, int end, bool iriParsing, bool hasUnicode, UriParser syntax, Flags &flags, string &newHost, ParsingError &err ) : void |
|
|
CheckAuthorityHelperHandleDnsIri ( char pString, ushort start, int end, int startInput, bool iriParsing, bool hasUnicode, UriParser syntax, string userInfoString, Flags &flags, bool &justNormalized, string &newHost, ParsingError &err ) : void |
|
|
CheckCanonical ( char str, ushort &idx, ushort end, char delim ) : Check |
|
|
CheckForColonInFirstPathSegment ( string uriString ) : bool |
|
|
CheckForEscapedUnreserved ( string data ) : bool |
|
|
CheckForUnicode ( string data ) : bool |
|
|
CheckKnownSchemes ( long lptr, ushort nChars, UriParser &syntax ) : bool |
|
|
CheckSchemeSyntax ( char ptr, ushort length, UriParser &syntax ) : ParsingError |
|
|
CheckSecurity ( ) : void |
|
|
CombineUri ( Uri basePart, string relativePart, UriFormat uriFormat ) : string |
|
|
Compress ( char dest, ushort start, int &destLength, UriParser syntax ) : char[] |
|
|
CreateHelper ( string uriString, bool dontEscape, UriKind uriKind, UriFormatException &e ) : Uri |
|
|
CreateHostString ( ) : void |
|
|
CreateHostStringHelper ( string str, ushort idx, ushort end, Flags &flags, string &scopeId ) : string |
|
|
CreateThis ( string uri, bool dontEscape, UriKind uriKind ) : void |
|
|
CreateThisFromUri ( Uri otherUri ) : void |
|
|
CreateUri ( Uri baseUri, string relativeUri, bool dontEscape ) : void |
|
|
CreateUriInfo ( Flags cF ) : void |
|
|
EnsureHostString ( bool allowDnsOptimization ) : void |
|
|
EnsureParseRemaining ( ) : void |
|
|
EnsureUriInfo ( ) : UriInfo |
|
|
Escape ( ) : void |
|
|
EscapeString ( string str ) : string |
|
|
EscapeUnescapeIri ( string input, int start, int end, UriComponents component ) : string |
|
|
FindEndOfComponent ( char str, ushort &idx, ushort end, char delim ) : void |
|
|
FindEndOfComponent ( string input, ushort &idx, ushort end, char delim ) : void |
|
|
GetCanonicalPath ( char dest, int &pos, UriFormat formatAs ) : char[] |
|
|
GetCombinedString ( Uri baseUri, string relativeStr, bool dontEscape, string &result ) : ParsingError |
|
|
GetComponentsHelper ( UriComponents uriComponents, UriFormat uriFormat ) : string |
|
|
GetEscapedParts ( UriComponents uriParts ) : string |
|
|
GetException ( ParsingError err ) : UriFormatException |
|
|
GetHostViaCustomSyntax ( ) : void |
|
|
GetLocalPath ( ) : string |
|
|
GetParts ( UriComponents uriParts, UriFormat formatAs ) : string |
|
|
GetRelativeSerializationString ( UriFormat format ) : string |
|
|
GetUnescapedParts ( UriComponents uriParts, UriFormat formatAs ) : string |
|
|
GetUriPartsFromUserString ( UriComponents uriParts ) : string |
|
|
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void |
|
|
InFact ( Flags flags ) : bool |
|
|
InitializeUri ( ParsingError err, UriKind uriKind, UriFormatException &e ) : void |
|
|
InternalEscapeString ( string rawString ) : string |
|
|
InternalIsWellFormedOriginalString ( ) : bool |
|
|
IriParsingStatic ( UriParser syntax ) : bool |
|
|
IsBadFileSystemCharacter ( char character ) : bool |
|
|
IsBaseOfHelper ( Uri uriLink ) : bool |
|
|
IsExcludedCharacter ( char character ) : bool |
|
|
IsIntranet ( string schemeHost ) : bool |
|
|
IsReservedCharacter ( char character ) : bool |
|
|
MakeRelative ( Uri toUri ) : string |
|
|
NotAny ( Flags flags ) : bool |
|
|
Parse ( ) : void |
|
|
ParseMinimal ( ) : UriFormatException |
|
|
ParseRemaining ( ) : void |
|
|
ParseScheme ( string uriString, Flags &flags, UriParser &syntax ) : ParsingError |
|
|
ParseSchemeCheckImplicitFile ( char uriString, ushort length, ParsingError &err, Flags &flags, UriParser &syntax ) : ushort |
|
|
PathDifference ( string path1, string path2, bool compareCase ) : string |
|
|
PrivateParseMinimal ( ) : ParsingError |
|
|
PrivateParseMinimalIri ( string newHost, ushort idx ) : void |
|
|
ReCreateParts ( UriComponents parts, ushort nonCanonical, UriFormat formatAs ) : string |
|
|
ResolveHelper ( Uri baseUri, Uri relativeUri, string &newUriString, bool &userEscaped, UriFormatException &e ) : Uri |
|
|
SetUserDrivenParsing ( ) : void |
|
|
StaticInFact ( Flags allFlags, Flags checkFlags ) : bool |
|
|
StaticIsFile ( UriParser syntax ) : bool |
|
|
StaticNotAny ( Flags allFlags, Flags checkFlags ) : bool |
|
|
Unescape ( string path ) : string |
|
|
UnescapeOnly ( char pch, int start, int &end, char ch1, char ch2, char ch3 ) : void |
|
|
Uri ( Flags flags, UriParser uriParser, string uri ) : System.Globalization |
|
|
Uri ( Uri baseUri, string relativeUri, bool dontEscape ) : System.Runtime.InteropServices |
|
|
Uri ( string uriString, bool dontEscape ) : System.Runtime.InteropServices |
|
|