RedirectionDuration Class

Definition

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
Inheritance
RedirectionDuration
Attributes

Properties

Namespace

Gets the namespace of the RedirectionDuration.

Permanent

Gets the RedirectionDuration that represents a permanent redirection.

Temporary

Gets the RedirectionDuration that represents a temporary redirection.

Value

Gets the value of the RedirectionDuration instance.

Methods

Create(String, String)

Creates a new RedirectionDuration instance with the specified duration and namespace.

Equals(Object)

Determines whether the specified object is equal to the current RedirectionDuration instance.

GetHashCode()

Gets the hash code for this instance.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Converts the current RedirectionDuration to its equivalent string representation.

Operators

Equality(RedirectionDuration, RedirectionDuration)

Returns a value that indicates whether two instances of the RedirectionDuration types are equal.

Inequality(RedirectionDuration, RedirectionDuration)

Returns a value that indicates whether two instances of the RedirectionDuration types are not equal.

Applies to