IItemContent.GetReadStream Method (Int64, Int64)

IT Hit WebDAV for .NET

Loads part of the content of the resource from WebDAV server.

[Visual Basic]
Function GetReadStream( _
   ByVal startIndex As Long, _
   ByVal count As Long _
) As Stream
[C#]
Stream GetReadStream(
   long startIndex,
   long count
);

Parameters

startIndex
Start position to retrieve count number of bytes from.
count
Number of bytes to retrieve.

Exceptions

Exception Type Condition
NotFoundException This resource doesn't exist on the server.
WebDavHttpException Server returned unknown error.
WebDavException Unexpected error occurred.

See Also

IItemContent Interface | ITHit.WebDAV.Client Namespace | IItemContent.GetReadStream Overload List