Table of Contents

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 Stream

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

remoteAddress string

Remote IP address or hostname

remotePort int

Remote port

Returns

Stream