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



In This Topic
    BytesSent Property
    In This Topic
    Approximate measures of Network Output
    Syntax
    'Declaration
     
    Public ReadOnly Property BytesSent As Long
    'Usage
     
    Dim instance As DicomAssociation
    Dim value As Long
     
    value = instance.BytesSent
    public long BytesSent {get;}
    public:
    property int64 BytesSent {
       int64 get();
    }
    Remarks
    This property reports only approximate values, but is useful for updating of status bars etc.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also