'Declaration
Public Delegate Function TlsInitiator( _
ByVal As Stream, _
ByVal As String, _
ByVal As Integer _
) As Stream
'Usage
Dim instance As New TlsInitiator(AddressOf HandlerMethod)
Parameters
- ClearTextStream
- The cleartext stream over which unencrypted data will be sent and received
- RemoteAddress
- Remote IP address
- RemotePort
- remote Port
Return Value
An encrypted stream following TLS negotiation
Target Platforms: .NET CLR 4.0 or higher