DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomServer Class / UnlistenAll Method



In This Topic
    UnlistenAll Method
    In This Topic
    Close all "Listening" TCP ports for incoming DICOM Connections
    Syntax
    'Declaration
     
    
    Public Sub UnlistenAll() 
    'Usage
     
    
    Dim instance As DicomServer
     
    instance.UnlistenAll()
    public void UnlistenAll()
    public:
    void 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: 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