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
plainStream
StreamThe cleartext stream over which unencrypted data will be sent and received
remoteAddress
stringRemote IP address or hostname
remotePort
intRemote port