DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomServer Class / Unlisten Method / Unlisten(Int32) Method

The port number which is to be closed for incoming connection.




In This Topic
    Unlisten(Int32) Method
    In This Topic
    Close a "Listening" TCP port, specified by the port number, for incoming DICOM Connections
    Syntax
    'Declaration
     
    
    Public Overloads Sub Unlisten( _
       ByVal Port As Integer _
    ) 
    'Usage
     
    
    Dim instance As DicomServer
    Dim Port As Integer
     
    instance.Unlisten(Port)
    public void Unlisten( 
       int Port
    )
    public:
    void Unlisten( 
       int Port
    ) 

    Parameters

    Port

    The port number which is to be closed for incoming connection.

    Remarks

    Closing a �listening� socket has no effect on currently active associations that connected via that socket.

    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