RedirectionScope.Create(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的範圍和命名空間,建立新的 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
重新導向命名空間。
傳回
新的重新導向範圍執行個體。