Parameters
- Port
The TCP port on which to receive connections
- AcceptTls
The DicomObjects.Delegates.TlsAcceptor object used to accept secure connections
The TCP port on which to receive connections
The DicomObjects.Delegates.TlsAcceptor object used to accept secure connections
The TCP port on which to receive connections
The DicomObjects.Delegates.TlsAcceptor object used to accept secure connections
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.