Table of Contents

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 Stream

The encrypted stream over which unencrypted data will be sent and received

remoteAddress string

Remote IP address or hostname

localPort int

The local port to which the remote entity has connected

Returns

Stream