RedirectionException.Locations Propriété

Définition

Obtient une collection d’objets RedirectionLocation associée à l’objet RedirectionException actuel.

public:
 property System::Collections::Generic::IEnumerable<System::ServiceModel::Channels::RedirectionLocation ^> ^ Locations { System::Collections::Generic::IEnumerable<System::ServiceModel::Channels::RedirectionLocation ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.ServiceModel.Channels.RedirectionLocation> Locations { get; }
member this.Locations : seq<System.ServiceModel.Channels.RedirectionLocation>
Public ReadOnly Property Locations As IEnumerable(Of RedirectionLocation)

Valeur de propriété

IEnumerable<RedirectionLocation>

Collection d'emplacements de redirection.

S’applique à