Share via


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

リダイレクト名前空間。

戻り値

新しいリダイレクト スコープ インスタンス。

適用対象