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

SshFxpStatus Constructor

Initializes a new instance of the SshFxpStatus class

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public SshFxpStatus(
	uint requestId,
	int errorCode,
	string msg,
	Encoding encoding
)

Parameters

requestId  UInt32
 
errorCode  Int32
 
msg  String
 
encoding  Encoding
 

See Also