JpipInitialSize Property (DicomGlobal)
In This Topic
The size of the first request (in bytes) to make to a JPIP server.
Syntax
'Declaration
Public Shared Property JpipInitialSize As System.Integer
'Usage
Dim value As System.Integer
DicomGlobal.JpipInitialSize = value
value = DicomGlobal.JpipInitialSize
public static System.int JpipInitialSize {get; set;}
public read-write property JpipInitialSize: System.Integer; static;
public static function get,set JpipInitialSize : System.int
public: __property static System.int get_JpipInitialSize();
public: __property static void set_JpipInitialSize(
System.int value
);
public:
static property System.int JpipInitialSize {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also