'Declaration
Public Overloads Sub Listen( _ ByVal Port As Integer, _ ByVal Address As String, _ ByVal IpAddressFamily As AddressFamily, _ ByVal AcceptTls As TlsAcceptor _ )
'Usage
Dim instance As DicomServer Dim Port As Integer Dim Address As String Dim IpAddressFamily As AddressFamily Dim AcceptTls As TlsAcceptor instance.Listen(Port, Address, IpAddressFamily, AcceptTls)
public void Listen( int Port, string Address, AddressFamily IpAddressFamily, TlsAcceptor AcceptTls )
public: void Listen( int Port, String^ Address, AddressFamily IpAddressFamily, TlsAcceptor^ AcceptTls )
Parameters
- Port
The TCP port on which to receive connections
- Address
The address to listen on
- IpAddressFamily
The address family to use (IPv4 or IPv6)
- AcceptTls
The DicomObjects.Delegates.TlsAcceptor object used to accept secure connections