Overload | Description |
---|---|
Listen(Int32) | 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) | Open a TCP port to listen for secure incoming DICOM Connections on a specific IP address |