RedirectionType.Create(String, String) Method

Definition

Creates a new instance of the RedirectionType class with the specified redirection type and redirection namespace.

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

Parameters

type
String

The redirection type.

ns
String

The redirection namespace.

Returns

A redirection type.

Applies to