DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / DicomWebServer Class / MaxConcurrentConnections Property



In This Topic
    MaxConcurrentConnections Property
    In This Topic
    maximum number of open connections. When set to null, the number of connections is unlimited.
    Syntax
    'Declaration
     
    
    Public Property MaxConcurrentConnections As Nullable(Of Long)
    'Usage
     
    
    Dim instance As DicomWebServer
    Dim value As Nullable(Of Long)
     
    instance.MaxConcurrentConnections = value
     
    value = instance.MaxConcurrentConnections
    public Nullable<long> MaxConcurrentConnections {get; set;}
    public:
    property Nullable<int64> MaxConcurrentConnections {
       Nullable<int64> get();
       void set (    Nullable<int64> value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also