DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / RestfulResponse Class / RestfulResponse Constructor / RestfulResponse Constructor(MultipartReader,Int32)
MultipartReader object to obtain the MultipartSection
Maximum allowed body size



In This Topic
    RestfulResponse Constructor(MultipartReader,Int32)
    In This Topic
    Parse incoming multipart STOW request to DicomDataSetCollection
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal reader As MultipartReader, _
       ByVal maxBodySize As Integer _
    )
    'Usage
     
    
    Dim reader As MultipartReader
    Dim maxBodySize As Integer
     
    Dim instance As New RestfulResponse(reader, maxBodySize)
    public RestfulResponse( 
       MultipartReader reader,
       int maxBodySize
    )
    public:
    RestfulResponse( 
       MultipartReader^ reader,
       int maxBodySize
    )

    Parameters

    reader
    MultipartReader object to obtain the MultipartSection
    maxBodySize
    Maximum allowed body size
    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