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

리디렉션 네임스페이스입니다.

반환

RedirectionType

리디렉션 형식입니다.

적용 대상