RedirectionException.Type Property

Definition

Gets the RedirectionType associated with the RedirectionException.

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

Property Value

The redirection type associated with the exception.

Applies to