RedirectionScope Class
Represents redirection scope.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Endpoint | Gets the RedirectionScope that represents the endpoint redirection scope. |
![]() ![]() | Message | Gets the RedirectionScope that represents the message redirection scope. |
![]() | Namespace | Gets the namespace of the RedirectionScope. |
![]() ![]() | Session | Gets the RedirectionScope that represents the session redirection scope. |
![]() | Value | Gets the value of the RedirectionScope instance. |
| Name | Description | |
|---|---|---|
![]() ![]() | Create(String, String) | Creates a new RedirectionScope instance with the specified scope and namespace. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current RedirectionScope instance.(Overrides Object.Equals(Object).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code for this instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Converts the current RedirectionScope to its equivalent string representation.(Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(RedirectionScope, RedirectionScope) | Returns a value that indicates whether two instances of the RedirectionScope types are equal. |
![]() ![]() | Inequality(RedirectionScope, RedirectionScope) | Returns a value that indicates whether two instances of the RedirectionScope 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.




