RedirectionException.Locations Свойство

Определение

Возвращает коллекцию объектов RedirectionLocation, связанную с текущим исключением RedirectionException.

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)

Значение свойства

IEnumerable<RedirectionLocation>

Коллекция расположений перенаправления.

Применяется к