Click or drag to resize

FtpDataStreamSetLength Method

Sets the length of the current stream.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public override void SetLength(
	long len
)
View Source

Parameters

len  Int64
The desired length of the current stream in bytes.
See Also