다음을 통해 공유


RedirectionScope 클래스

정의

리디렉션 범위를 나타냅니다.

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 형식의 두 인스턴스가 다른지 여부를 나타내는 값을 반환합니다.

적용 대상