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

重新導向命名空間。

傳回

RedirectionScope

新的重新導向範圍執行個體。

適用於