RedirectionScope.Create(String, String) Method

Definition

Creates a new RedirectionScope instance with the specified scope and namespace.

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

Parameters

scope
String

The redirection scope.

ns
String

The redirection namespace.

Returns

A new redirection scope instance.

Applies to