Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomServerOptions

    Configures the DICOM server startup process

    Inheritance
    System.Object
    DicomServerOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public class DicomServerOptions

    Properties

    MaxClientsAllowed

    Gets or sets the maximum number of clients allowed for a DICOM server. Unlimited if set to zero.

    Declaration
    public int MaxClientsAllowed { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clone()

    Declaration
    public DicomServerOptions Clone()
    Returns
    Type Description
    DicomServerOptions

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors