IFile Interface

ファイルのインターフェース定義です。

Definition

Namespace: Kasasagi.DavServer
Assembly: Kasasagi.DavServer (in Kasasagi.DavServer.dll) Version: 1.0.1+092e35ef41f9c66a6f060a166bd1527db0f2dce3
C#
public interface IFile : INode
Implements
INode

Properties

Creation ファイルの作成日時をUTC(協定世界時)で取得します。
Length ファイル長をバイト単位で取得します。
Modification ファイルの更新日時をUTC(協定世界時)で取得します。
Type ファイルのMIMEタイプを取得します。

Methods

GetStream ファイルの内容を収めたストリームを取得します。

See Also