DicomObjects.NET.V8
DicomObjects Namespace / DicomServer Class / UnlistenAll Method



    UnlistenAll Method
    Close all "Listening" TCP ports for incoming DICOM Connections
    Syntax
    'Declaration
     
    Public Sub UnlistenAll() 
     
    'Usage
     
    Dim instance As DicomServer
     
    instance.UnlistenAll()
    Remarks

    Since more than one port may be active simultaneously, this method is designed to close all "Listening" socket.

    For more information see Unlisten.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also