edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Loads properties from the given Stream.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void Load(
	Stream inputStream
)
Visual Basic
Public Sub Load ( _
	inputStream As Stream _
)
Visual C++
public:
void Load(
	Stream^ inputStream
)

Parameters

inputStream
Type: System.IO..::..Stream
Stream containing the properties.

Remarks

The content of the stream must be in the format produced by Load(String) and Load(Stream).

[!:PropertyChanged] events are not triggered while properties are being loaded.

See Also