Opc.Ua.Core
BytesTransferred Property (IMessageSocketAsyncEventArgs)



Opc.Ua.Bindings Namespace > IMessageSocketAsyncEventArgs Interface : BytesTransferred Property
Gets the number of bytes transferred in the socket operation.
Syntax
'Declaration
 
ReadOnly Property BytesTransferred As Integer
'Usage
 
Dim instance As IMessageSocketAsyncEventArgs
Dim value As Integer
 
value = instance.BytesTransferred
int BytesTransferred {get;}
property int BytesTransferred {
   int get();
}

Property Value

An System.Int32 that contains the number of bytes transferred in the socket operation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMessageSocketAsyncEventArgs Interface
IMessageSocketAsyncEventArgs Members