RedirectionDuration Class

.NET Framework (current version)
 

Represents the duration that a SOAP redirection is in effect.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

System::Object
  System.ServiceModel.Channels::RedirectionDuration

[SerializableAttribute]
public ref class RedirectionDuration 

NameDescription
System_CAPS_pubpropertyNamespace

Gets the namespace of the RedirectionDuration.

System_CAPS_pubpropertySystem_CAPS_staticPermanent

Gets the RedirectionDuration that represents a permanent redirection.

System_CAPS_pubpropertySystem_CAPS_staticTemporary

Gets the RedirectionDuration that represents a temporary redirection.

System_CAPS_pubpropertyValue

Gets the value of the RedirectionDuration instance.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(String^, String^)

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

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current RedirectionDuration instance.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for this instance.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the current RedirectionDuration to its equivalent string representation.(Overrides Object::ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(RedirectionDuration^, RedirectionDuration^)

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

System_CAPS_puboperatorSystem_CAPS_staticInequality(RedirectionDuration^, RedirectionDuration^)

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

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: