RedirectionLocation(Uri) Constructor

Definition

Initializes a new instance of the RedirectionLocation with the specified Uri.

public:
 RedirectionLocation(Uri ^ address);
public RedirectionLocation (Uri address);
new System.ServiceModel.Channels.RedirectionLocation : Uri -> System.ServiceModel.Channels.RedirectionLocation
Public Sub New (address As Uri)

Parameters

address
Uri

The URI of the redirection.

Applies to