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

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




Unlisten(Int32) Method
Close a "Listening" TCP port, specified by the port number, for incoming DICOM Connections
Syntax
public void Unlisten( 
   int Port
)
public:
void Unlisten( 
   int Port
) 
'Declaration
 
Public Overloads Sub Unlisten( _
   ByVal Port As Integer _
) 
 
'Usage
 
Dim instance As DicomServer
Dim Port As Integer
 
instance.Unlisten(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 3.5 or higher

See Also