Class DicomServerOptions
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Configures the DICOM server startup process
public class DicomServerOptions
- Inheritance
-
DicomServerOptions
- Inherited Members
- Extension Methods
Properties
MaxClientsAllowed
Gets or sets the maximum number of clients allowed for a DICOM server. Unlimited if set to zero.
public int MaxClientsAllowed { get; set; }
Property Value
Methods
Clone()
public DicomServerOptions Clone()