In This Topic
Open a TCP port to listen for incoming DICOM Connections
Overload List
Overload | Description |
Listen(Int32) |
Open a TCP port to listen for incoming DICOM Connections
|
Listen(Int32,ThreadPriority) |
Open a TCP port to listen for incoming DICOM Connections
|
Listen(Int32,TlsAcceptor) |
Open a TCP port to listen for secure incoming DICOM Connections
|
Listen(Int32,AddressFamily,TlsAcceptor) |
Open a TCP port to listen for secure incoming DICOM Connections
|
Listen(Int32,String) |
Open a TCP port to listen for incoming DICOM Connections, specified by port
number and IP address
|
Listen(Int32,String,AddressFamily,TlsAcceptor,ThreadPriority) |
Open a TCP port to listen for secure incoming DICOM Connections on a specific IP address
|
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also