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
重定向命名空间。
返回
新的重定向范围实例。