Reference Library
GetBytesReceived Method (asyn)
NamespacesAsgard5.NetSocketClientGetBytesReceived(IAsyncResult)
Gets the bytes received from a socket, is used in method SocketDataArrival.
Declaration Syntax
C#Visual BasicVisual 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)