DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / DicomWebServer Class / MaxRequestBodySize Property



    MaxRequestBodySize Property
    Set the maximum request body size, default is 1GB. Set to null to remove body size restriction
    Syntax
    'Declaration
     
    
    Public Property MaxRequestBodySize As Nullable(Of Long)
     
    'Usage
     
    
    Dim instance As DicomWebServer
    Dim value As Nullable(Of Long)
     
    instance.MaxRequestBodySize = value
     
    value = instance.MaxRequestBodySize
    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