'Usage Dim 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
'Usage Dim 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.