Class AsyncFileReaderBase
Inheritance
System.Object
AsyncFileReaderBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class AsyncFileReaderBase : AsyncReaderBase
Constructors
Declaration
protected AsyncFileReaderBase()
Fields
Declaration
public static readonly DependencyProperty BaseAddressProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RequestCacheLevelProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SourceCollectionBaseZIndexProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SourceCollectionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SourceCollectionUseZIndexProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StreamSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TimeoutProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Uri BaseAddress { get; set; }
Property Value
Declaration
public RequestCacheLevel RequestCacheLevel { get; set; }
Property Value
|
System.Net.Cache.RequestCacheLevel
|
Declaration
public Uri Source { get; set; }
Property Value
Declaration
public AsyncReaderSourceCollection SourceCollection { get; set; }
Property Value
Declaration
public int SourceCollectionBaseZIndex { get; set; }
Property Value
Declaration
public bool SourceCollectionUseZIndex { get; set; }
Property Value
Declaration
public Stream StreamSource { get; set; }
Property Value
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Methods
Declaration
protected override void OnReaderPropertyChanged(DependencyPropertyChangedEventArgs eventArgs)
Parameters
|
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs
eventArgs
|
Overrides
Extension Methods