RedirectionScope Class
Definition
Represents redirection scope.
public ref class RedirectionScope
[System.Serializable]
public class RedirectionScope
[<System.Serializable>]
type RedirectionScope = class
Public Class RedirectionScope
- Inheritance
-
RedirectionScope
- Attributes
Properties
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. |
Methods
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. |
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 RedirectionScope to its equivalent string representation. |
Operators
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. |