GopherStyleUriParser Clase
Definición
Analizador personalizable basado en el esquema Gopher.A customizable parser based on the Gopher scheme.
public ref class GopherStyleUriParser : UriParser
public class GopherStyleUriParser : UriParser
type GopherStyleUriParser = class
inherit UriParser
Public Class GopherStyleUriParser
Inherits UriParser
- Herencia
Constructores
GopherStyleUriParser() |
Crea un analizador personalizable basado en el esquema Gopher.Creates a customizable parser based on the Gopher scheme. |
Métodos
Equals(Object) |
Determina si el objeto especificado es igual al objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetComponents(Uri, UriComponents, UriFormat) |
Obtiene los componentes de un identificador uniforme de recursos URI.Gets the components from a URI. (Heredado de UriParser) |
GetHashCode() |
Sirve como función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
InitializeAndValidate(Uri, UriFormatException) |
Inicializa el estado del analizador y valida el URI.Initialize the state of the parser and validate the URI. (Heredado de UriParser) |
IsBaseOf(Uri, Uri) |
Determina si |
IsWellFormedOriginalString(Uri) |
Indica si el formato del URI es correcto.Indicates whether a URI is well-formed. (Heredado de UriParser) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
OnNewUri() |
Lo invoca un constructor de Uri para obtener una instancia de UriParser.Invoked by a Uri constructor to get a UriParser instance. (Heredado de UriParser) |
OnRegister(String, Int32) |
El marco de trabajo lo llama cuando se registra un método de UriParser.Invoked by the Framework when a UriParser method is registered. (Heredado de UriParser) |
Resolve(Uri, Uri, UriFormatException) |
Los constructores de Uri y TryCreate lo llaman para resolver un identificador URI relativo.Called by Uri constructors and TryCreate to resolve a relative URI. (Heredado de UriParser) |
ToString() |
Devuelve un valor de tipo string que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |