public BeginReceive ( byte buffer, int offset, int size, SocketFlags socketFlags, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | The storage location for the received data. |
offset | int | The zero-based position in the buffer parameter at which to store the received data. |
size | int | The number of bytes to receive. |
socketFlags | SocketFlags | A bitwise combination of the |
callback | AsyncCallback | The |
state | object | An object containing state information for this request. |
리턴 | IAsyncResult |