다음을 통해 공유


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)

속성 값

리디렉션 위치의 컬렉션입니다.

적용 대상