RedirectionException.Scope Property

Definition

Gets the RedirectionScope associated with the RedirectionException.

public:
 property System::ServiceModel::Channels::RedirectionScope ^ Scope { System::ServiceModel::Channels::RedirectionScope ^ get(); };
public System.ServiceModel.Channels.RedirectionScope Scope { get; }
member this.Scope : System.ServiceModel.Channels.RedirectionScope
Public ReadOnly Property Scope As RedirectionScope

Property Value

The redirection scope associated with the exception.

Applies to