This is experimental documentation.
Gets the bytes received from a socket, is used in method SocketDataArrival.

C# | Visual Basic | Visual C++ |
protected virtual int GetBytesReceived( IAsyncResult asyn )
Protected Overridable Function GetBytesReceived ( _ asyn As IAsyncResult _ ) As Integer
protected: virtual int GetBytesReceived( IAsyncResult^ asyn )

- asyn (IAsyncResult)
- The IAsyncResult object.

An interger representing the amount of bytes received.
Assembly: Asgard5Library (Module: Asgard5Library)