'Usage Dim instance As DicomServer Dim Port As Integer Dim Address As String instance.Listen(Port, Address)
Parameters
- Port
The TCP port on which to receive connections
- Address
IP address to listen on
The TCP port on which to receive connections
IP address to listen on
'Usage Dim instance As DicomServer Dim Port As Integer Dim Address As String instance.Listen(Port, Address)
The TCP port on which to receive connections
IP address to listen on
This is the secure equivalent of the Listen method.
Different ports must be used for secure and non-secure associations, as the security negotiation occurs before DICOM negotiation.
More than one port may be active simultaneously. The listening sockets are all closed when the control is de-activated.
Closing a “listening” socket has no effect on currently active associations that connected via that socket.
If the IP address is used, then Address must be either in dotted form, or a resolvable name.