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 IAsyncResult BeginReceive( byte[] buffer, int offset, int size, SocketFlags socketFlags, AsyncCallback callback, Object state ) |
Visual Basic |
---|
Public MustOverride Function BeginReceive ( _ buffer As Byte(), _ offset As Integer, _ size As Integer, _ socketFlags As SocketFlags, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
Visual C++ |
---|
public: virtual IAsyncResult^ BeginReceive( array<unsigned char>^ buffer, int offset, int size, SocketFlags socketFlags, AsyncCallback^ callback, Object^ state ) abstract |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- size
- Type: System..::..Int32
- socketFlags
- Type: System.Net.Sockets..::..SocketFlags
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object