'UsageDim instance As DicomServer Dim Port As Integer Dim Address As String instance.Unlisten(Port, Address)
Parameters
- Port
 The port number which is to be closed for incoming connection
- Address
 IP address to listen on
The port number which is to be closed for incoming connection
IP address to listen on
'UsageDim instance As DicomServer Dim Port As Integer Dim Address As String instance.Unlisten(Port, Address)
The port number which is to be closed for incoming connection
IP address to listen on
Closing a �listening� socket has no effect on currently active associations that connected via that socket.
If the address option is used, then address must be either in dotted form, or a resolvable name.
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