Interface ITlsAcceptor
- Namespace
- FellowOakDicom.Network.Tls
- Assembly
- fo-dicom.core.dll
This is an interface for all handlers that accept tls connections
public interface ITlsAcceptor
- Extension Methods
Methods
AcceptTls(Stream, string, int)
Accepts an incomming Tls connection
Stream AcceptTls(Stream encryptedStream, string remoteAddress, int localPort)
Parameters
encryptedStream
StreamThe encrypted stream over which unencrypted data will be sent and received
remoteAddress
stringRemote IP address or hostname
localPort
intThe local port to which the remote entity has connected