Interface ITlsInitiator
An interface for all handlers that initiate tls connections
Namespace: FellowOakDicom.Network.Tls
Assembly: fo-dicom.core.dll
Syntax
public interface ITlsInitiator
Methods
InitiateTls(Stream, String, Int32)
Initiate a tls connection
Declaration
Stream InitiateTls(Stream plainStream, string remoteAddress, int remotePort)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | plainStream | The cleartext stream over which unencrypted data will be sent and received |
System.String | remoteAddress | Remote IP address or hostname |
System.Int32 | remotePort | Remote port |
Returns
Type | Description |
---|---|
System.IO.Stream |