RedirectionLocation Classe
Definizione
Rappresenta l'indirizzo dove devono essere reindirizzate le richieste successive.Represents the address where the subsequent requests should be redirected.
public ref class RedirectionLocation
[System.Serializable]
public class RedirectionLocation
[<System.Serializable>]
type RedirectionLocation = class
Public Class RedirectionLocation
- Ereditarietà
-
RedirectionLocation
- Attributi
Costruttori
RedirectionLocation(Uri) |
Inizializza una nuova istanza di RedirectionLocation con l'oggetto Uri specificato.Initializes a new instance of the RedirectionLocation with the specified Uri. |
Proprietà
Address |
Ottiene l'oggetto Uri del reindirizzamento.Gets the Uri of the redirection. |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |