'Usage Dim instance As DicomServer Dim Port As Integer instance.Listen(Port)
Parameters
- Port
The TCP port on which to receive connections
The TCP port on which to receive connections
'Usage Dim instance As DicomServer Dim Port As Integer instance.Listen(Port)
The TCP port on which to receive connections
More than one port may be active simultaneously. The listening sockets are all closed when the control is de-activated.