Class WebDAV.File
Represents a file in the remote Dav catalog
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.IO.FileSystem.SVN
Assembly: Azos.Web.dll
Syntax
public sealed class File : WebDAV.Item, INamed, IEquatable<WebDAV.Item>
Properties
Size
Returns 'ContentLength' of this file
Declaration
public ulong Size { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Methods
GetContent(Stream)
Writes contents of the remote file into a stream. No caching is done
Declaration
public void GetContent(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Implements
System.IEquatable<T>