Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Function BeginReceive ( _ buffer As Byte(), _ offset As Integer, _ count As Integer, _ socketFlags As SocketFlags, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
C# |
---|
IAsyncResult BeginReceive( byte[] buffer, int offset, int count, SocketFlags socketFlags, AsyncCallback callback, Object state ) |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- count
- Type: System..::..Int32
- socketFlags
- Type: System.Net.Sockets..::..SocketFlags
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object