DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / BytesReceived Property



    BytesReceived Property
    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
    Remarks
    This property report only approximate values, but are useful for updating of status bars etc.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also