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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also