DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / BytesSent Property






    BytesSent Property
    Approximate measures of Network Output
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BytesSent As System.Long
     
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As System.Long
     
    value = instance.BytesSent
    Remarks
    This property reports only approximate values, but is useful for updating of status bars etc.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also