RedirectionType Class
A type that represents the type of redirection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Cache | Gets a RedirectionType that represents the cache redirection type. |
![]() | Namespace | Gets the namespace of the RedirectionType. |
![]() ![]() | Resource | Gets a RedirectionType that represents the resource redirection type. |
![]() ![]() | UseIntermediary | Gets a RedirectionType that represents the use intermediary redirection type. |
![]() | Value | Gets the value of the RedirectionType. |
| Name | Description | |
|---|---|---|
![]() ![]() | Create(String, String) | Creates a new instance of the RedirectionType class with the specified redirection type and redirection namespace. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current RedirectionType instance.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Gets the hash code for this instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Converts the current RedirectionType to its equivalent string representation.(Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(RedirectionType, RedirectionType) | Returns a value that indicates whether two instances of the RedirectionType types are equal. |
![]() ![]() | Inequality(RedirectionType, RedirectionType) | Returns a value that indicates whether two instances of the RedirectionType types are not equal. |
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.



