Share via


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

リダイレクト名前空間。

戻り値

リダイレクト型。

適用対象