DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / StowEventArgs Class / BodyReader Property



In This Topic
    BodyReader Property
    In This Topic
    If is set to true, DicomObjects will pass the MultipartRead object to StowReceived event for users to do the reading and parsing. Might be more memory efficient as DicomObjects does not have to hold all received and processed data in memory
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BodyReader As MultipartReader
    'Usage
     
    
    Dim instance As StowEventArgs
    Dim value As MultipartReader
     
    value = instance.BodyReader
    public MultipartReader BodyReader {get;}
    public:
    property MultipartReader^ BodyReader {
       MultipartReader^ get();
    }
    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