DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also