This is experimental documentation.
Gets the bytes received from a socket, is used in method SocketDataArrival.
Declaration Syntax
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 )
Parameters
- asyn (IAsyncResult)
- The IAsyncResult object.
Return Value
An interger representing the amount of bytes received.
Assembly: Asgard5Library (Module: Asgard5Library)