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



In This Topic
    KeepAliveTimeout Property
    In This Topic
    Gets or sets the keep-alive timeout. Defaults to 2 minutes.
    Syntax
    'Declaration
     
    
    Public Property KeepAliveTimeout As TimeSpan
    'Usage
     
    
    Dim instance As DicomWebServer
    Dim value As TimeSpan
     
    instance.KeepAliveTimeout = value
     
    value = instance.KeepAliveTimeout
    public TimeSpan KeepAliveTimeout {get; set;}
    public:
    property TimeSpan KeepAliveTimeout {
       TimeSpan get();
       void set (    TimeSpan 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