다음을 통해 공유


RedirectionScope.Create(String, String) 메서드

정의

지정된 범위와 네임스페이스로 새 RedirectionScope 인스턴스를 만듭니다.

public:
 static System::ServiceModel::Channels::RedirectionScope ^ Create(System::String ^ scope, System::String ^ ns);
public static System.ServiceModel.Channels.RedirectionScope Create (string scope, string ns);
static member Create : string * string -> System.ServiceModel.Channels.RedirectionScope
Public Shared Function Create (scope As String, ns As String) As RedirectionScope

매개 변수

scope
String

리디렉션 범위입니다.

ns
String

리디렉션 네임스페이스입니다.

반환

새 리디렉션 범위 인스턴스입니다.

적용 대상