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>

重定向位置的集合。

适用于