Interface ITlsAcceptor
This is an interface for all handlers that accept tls connections
Namespace: FellowOakDicom.Network.Tls
Assembly: fo-dicom.core.dll
Syntax
public interface ITlsAcceptor
Methods
AcceptTls(Stream, String, Int32)
Accepts an incomming Tls connection
Declaration
Stream AcceptTls(Stream encryptedStream, string remoteAddress, int localPort)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | encryptedStream | The encrypted stream over which unencrypted data will be sent and received |
System.String | remoteAddress | Remote IP address or hostname |
System.Int32 | localPort | The local port to which the remote entity has connected |
Returns
Type | Description |
---|---|
System.IO.Stream |