Click or drag to resize

WebFileShellContent Constructor

Initializes a new instance of the StreamShellContent class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public WebFileShellContent(
	string url,
	long? length = null
)

Parameters

url
Type: SystemString
The url to download the file from.
length (Optional)
Type: SystemNullableInt64
The file length.
See Also