DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / RestfulResponse Class / BulkData Field

In This Topic
    BulkData Field (RestfulResponse)
    In This Topic
    Represents the bulk data URI and the content if present
    Syntax
    'Declaration
     
    
    Public BulkData As System.Collections.Generic.Dictionary(Of Uri,HttpContent)
    public System.Collections.Generic.Dictionary<Uri,HttpContent> BulkData
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also