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



In This Topic
    MaxRequestBodySize Property
    In This Topic
    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
    public Nullable<long> MaxRequestBodySize {get; set;}
    public:
    property Nullable<int64> MaxRequestBodySize {
       Nullable<int64> get();
       void set (    Nullable<int64> value);
    }
    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