RedirectionType.Create(String, String) 方法

定義

使用指定的重新導向型別和重新導向命名空間,建立 RedirectionType 類別的新執行個體。

public:
 static System::ServiceModel::Channels::RedirectionType ^ Create(System::String ^ type, System::String ^ ns);
public static System.ServiceModel.Channels.RedirectionType Create (string type, string ns);
static member Create : string * string -> System.ServiceModel.Channels.RedirectionType
Public Shared Function Create (type As String, ns As String) As RedirectionType

參數

type
String

重新導向型別。

ns
String

重新導向命名空間。

傳回

重新導向型別。

適用於