FtpStyleUriParser Klasse
Definition
Ein vom Benutzer anpassbarer Parser auf Grundlage des FTP-Schemas.A customizable parser based on the File Transfer Protocol (FTP) scheme.
public ref class FtpStyleUriParser : UriParser
public class FtpStyleUriParser : UriParser
type FtpStyleUriParser = class
inherit UriParser
Public Class FtpStyleUriParser
Inherits UriParser
- Vererbung
Konstruktoren
FtpStyleUriParser() |
Erstellt einen vom Benutzer anpassbaren Parser auf Grundlage des FTP-Schemas.Creates a customizable parser based on the File Transfer Protocol (FTP) scheme. |
Methoden
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetComponents(Uri, UriComponents, UriFormat) |
Ruft die Komponenten aus einem URI ab.Gets the components from a URI. (Geerbt von UriParser) |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
InitializeAndValidate(Uri, UriFormatException) |
Initialisieren Sie den Zustand des Parsers, und validieren Sie den URI.Initialize the state of the parser and validate the URI. (Geerbt von UriParser) |
IsBaseOf(Uri, Uri) |
Bestimmt, ob |
IsWellFormedOriginalString(Uri) |
Gibt an, ob die Form eines URIs korrekt ist.Indicates whether a URI is well-formed. (Geerbt von UriParser) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
OnNewUri() |
Wird von einem Uri-Konstruktor zum Abrufen einer UriParser-Instanz aufgerufen.Invoked by a Uri constructor to get a UriParser instance. (Geerbt von UriParser) |
OnRegister(String, Int32) |
Wird vom Framework aufgerufen, wenn eine UriParser-Methode registriert ist.Invoked by the Framework when a UriParser method is registered. (Geerbt von UriParser) |
Resolve(Uri, Uri, UriFormatException) |
Wird von Uri-Konstruktoren und TryCreate aufgerufen, um einen relativen URI aufzulösen.Called by Uri constructors and TryCreate to resolve a relative URI. (Geerbt von UriParser) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |