DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / JpipInitialSize Property



In This Topic
    JpipInitialSize Property
    In This Topic
    The size of the first request (in bytes) to make to a JPIP server.
    Syntax
    'Declaration
     
    
    Public Shared Property JpipInitialSize As Integer
    'Usage
     
    
    Dim value As Integer
     
    DicomGlobal.JpipInitialSize = value
     
    value = DicomGlobal.JpipInitialSize
    public static int JpipInitialSize {get; set;}
    public:
    static property int JpipInitialSize {
       int get();
       void set (    int value);
    }
    Remarks
    Lower values give a lower latency, but higher values are more efficient.
    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