Namespace: EnterpriseDT.Net
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public abstract int Send( byte[] buffer, int offset, int size, SocketFlags socketFlags ) |
Visual Basic |
---|
Public MustOverride Function Send ( _ buffer As Byte(), _ offset As Integer, _ size As Integer, _ socketFlags As SocketFlags _ ) As Integer |
Visual C++ |
---|
public: virtual int Send( array<unsigned char>^ buffer, int offset, int size, SocketFlags socketFlags ) abstract |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- size
- Type: System..::..Int32
- socketFlags
- Type: System.Net.Sockets..::..SocketFlags