HttpClientPut(Byte, String, Boolean) Method
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void Put(
byte[] bytes,
string remoteFile,
bool append
)
Public Overridable Sub Put (
bytes As Byte(),
remoteFile As String,
append As Boolean
)
public:
virtual void Put(
array<unsigned char>^ bytes,
String^ remoteFile,
bool append
)
abstract Put :
bytes : byte[] *
remoteFile : string *
append : bool -> unit
override Put :
bytes : byte[] *
remoteFile : string *
append : bool -> unit
- bytes Byte
-
- remoteFile String
-
- append Boolean
-
IFileTransferClientPut(Byte, String, Boolean)