DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / BytesReceived Property



In This Topic
    BytesReceived Property
    In This Topic
    Approximate Measures of Network Input
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BytesReceived As Long
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As Long
     
    value = instance.BytesReceived
    public long BytesReceived {get;}
    public:
    property int64 BytesReceived {
       int64 get();
    }
    Remarks
    This property report only approximate values, but are useful for updating of status bars etc.
    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