DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / JpipRequestSize Property






In This Topic
    JpipRequestSize Property
    In This Topic
    The size of the requests other than the first (in bytes) to make to a JPIP server.
    Syntax
    'Declaration
     
    
    Public Property JpipRequestSize As System.Integer
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Integer
     
    instance.JpipRequestSize = value
     
    value = instance.JpipRequestSize
    public System.int JpipRequestSize {get; set;}
    public read-write property JpipRequestSize: System.Integer; 
    public function get,set JpipRequestSize : System.int
    public: __property System.int get_JpipRequestSize();
    public: __property void set_JpipRequestSize( 
       System.int value
    );
    public:
    property System.int JpipRequestSize {
       System.int get();
       void set (    System.int value);
    }
    Remarks

    Lower values give a lower latency, but higher values are more efficient. The value actually used is increased by 25% each request, so that later requests are larger.

    The value is actually held at the dataset level, and so is shared between images which share a DataSet

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also