Click or drag to resize

ContentStream Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the ContentStream class

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public ContentStream(
	Stream stream,
	bool contentModified
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:ITHit.WebDAV.Client.ContentStream.#ctor(System.IO.Stream,System.Boolean)"]

contentModified
Type: SystemBoolean

[Missing <param name="contentModified"/> documentation for "M:ITHit.WebDAV.Client.ContentStream.#ctor(System.IO.Stream,System.Boolean)"]

See Also