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

重定向命名空间。

返回

新的重定向范围实例。

适用于