edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionGetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
Serialization info.
context  StreamingContext
Serialization context.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)

See Also