public static int MaximumPDUSize {get; set;}
public: static property int MaximumPDUSize { int get(); void set ( int value); }
'Declaration Public Shared Property MaximumPDUSize As Integer
'Usage Dim value As Integer DicomGlobal.MaximumPDUSize = value value = DicomGlobal.MaximumPDUSize
This corresponds to the old "MaxPDU" registry setting.
The default value is 65536 (64k)
Target Platforms: .NET CLR 4.0 or higher
DicomGlobal Class DicomGlobal Members