FtpStyleUriParser Classe

Definição

Um analisador personalizável baseado no esquema do protocolo FTP.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
Herança
FtpStyleUriParser

Construtores

FtpStyleUriParser()

Cria um analisador personalizável baseado no esquema do protocolo FTP.Creates a customizable parser based on the File Transfer Protocol (FTP) scheme.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetComponents(Uri, UriComponents, UriFormat)

Obtém os componentes de um URI.Gets the components from a URI.

(Herdado de UriParser)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
InitializeAndValidate(Uri, UriFormatException)

Inicializa o estado do analisador e valida o URI.Initialize the state of the parser and validate the URI.

(Herdado de UriParser)
IsBaseOf(Uri, Uri)

Determina se baseUri é o URI de base para relativeUri.Determines whether baseUri is a base URI for relativeUri.

(Herdado de UriParser)
IsWellFormedOriginalString(Uri)

Indica se um URI é bem formado.Indicates whether a URI is well-formed.

(Herdado de UriParser)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
OnNewUri()

Invocado por um construtor Uri para obter uma instância UriParser.Invoked by a Uri constructor to get a UriParser instance.

(Herdado de UriParser)
OnRegister(String, Int32)

Invocado pelo Framework quando um método UriParser é registrado.Invoked by the Framework when a UriParser method is registered.

(Herdado de UriParser)
Resolve(Uri, Uri, UriFormatException)

Chamado pelos construtores Uri e TryCreate para resolver um URI relativo.Called by Uri constructors and TryCreate to resolve a relative URI.

(Herdado de UriParser)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a