RedirectionDuration Classe
Definizione
Rappresenta la durata per cui un reindirizzamento SOAP è attivo.Represents the duration that a SOAP redirection is in effect.
public ref class RedirectionDuration
[System.Serializable]
public class RedirectionDuration
[<System.Serializable>]
type RedirectionDuration = class
Public Class RedirectionDuration
- Ereditarietà
-
RedirectionDuration
- Attributi
Proprietà
Namespace |
Ottiene lo spazio dei nomi dell'oggetto RedirectionDuration.Gets the namespace of the RedirectionDuration. |
Permanent |
Ottiene l'oggetto RedirectionDuration che rappresenta un reindirizzamento permanente.Gets the RedirectionDuration that represents a permanent redirection. |
Temporary |
Ottiene l'oggetto RedirectionDuration che rappresenta un reindirizzamento temporaneo.Gets the RedirectionDuration that represents a temporary redirection. |
Value |
Ottiene il valore dell'istanza di RedirectionDuration.Gets the value of the RedirectionDuration instance. |
Metodi
Create(String, String) |
Crea una nuova istanza di RedirectionDuration con la durata e lo spazio dei nomi specificati.Creates a new RedirectionDuration instance with the specified duration and namespace. |
Equals(Object) |
Determina se l'oggetto specificato è uguale all'istanza corrente della classe RedirectionDuration.Determines whether the specified object is equal to the current RedirectionDuration instance. |
GetHashCode() |
Ottiene il codice hash di questa istanza.Gets the hash code for this instance. |
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() |
Converte l'oggetto RedirectionDuration corrente nella rappresentazione in forma di stringa equivalente.Converts the current RedirectionDuration to its equivalent string representation. |
Operatori
Equality(RedirectionDuration, RedirectionDuration) |
Restituisce un valore che indica se due istanze dei tipi RedirectionDuration sono uguali.Returns a value that indicates whether two instances of the RedirectionDuration types are equal. |
Inequality(RedirectionDuration, RedirectionDuration) |
Restituisce un valore che indica se due istanze dei tipi RedirectionDuration non sono uguali.Returns a value that indicates whether two instances of the RedirectionDuration types are not equal. |