RedirectionScope 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示重新導向範圍。
public ref class RedirectionScope
[System.Serializable]
public class RedirectionScope
[<System.Serializable>]
type RedirectionScope = class
Public Class RedirectionScope
- 繼承
-
RedirectionScope
- 屬性
屬性
Endpoint |
取得表示端點重新導向範圍的 RedirectionScope。 |
Message |
取得表示訊息重新導向範圍的 RedirectionScope。 |
Namespace |
取得 RedirectionScope 的命名空間。 |
Session |
取得表示工作階段重新導向範圍的 RedirectionScope。 |
Value |
取得 RedirectionScope 執行個體的值。 |
方法
Create(String, String) |
使用指定的範圍和命名空間,建立新的 RedirectionScope 執行個體。 |
Equals(Object) |
判斷指定的物件和目前的 RedirectionScope 執行個體是否相等。 |
GetHashCode() |
取得這個執行個體的雜湊程式碼。 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
將目前的 RedirectionScope 轉換為其對等的字串表示。 |
運算子
Equality(RedirectionScope, RedirectionScope) |
傳回值,這個值表示兩個 RedirectionScope 型別的執行個體是否相等。 |
Inequality(RedirectionScope, RedirectionScope) |
傳回值,這個值表示兩個 RedirectionScope 型別的執行個體是否不相等。 |