SshFxpStatus Constructor
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public SshFxpStatus(
uint requestId,
int errorCode,
string msg,
Encoding encoding
)
Public Sub New (
requestId As UInteger,
errorCode As Integer,
msg As String,
encoding As Encoding
)
public:
SshFxpStatus(
unsigned int requestId,
int errorCode,
String^ msg,
Encoding^ encoding
)
new :
requestId : uint32 *
errorCode : int *
msg : string *
encoding : Encoding -> SshFxpStatus
Parameters
- requestId UInt32
-
- errorCode Int32
-
- msg String
-
- encoding Encoding
-