Interface ITlsInitiator
- Namespace
 - FellowOakDicom.Network.Tls
 
- Assembly
 - fo-dicom.core.dll
 
An interface for all handlers that initiate tls connections
public interface ITlsInitiator
  - Extension Methods
 
Methods
InitiateTls(Stream, string, int)
Initiate a tls connection
Stream InitiateTls(Stream plainStream, string remoteAddress, int remotePort)
  Parameters
plainStreamStreamThe cleartext stream over which unencrypted data will be sent and received
remoteAddressstringRemote IP address or hostname
remotePortintRemote port