Delegate used to accept TLS communications
'Declaration
Public Delegate Function TlsAcceptor( _
ByVal As Stream, _
ByVal As String, _
ByVal As Integer _
) As Stream
'Usage
Dim instance As New TlsAcceptor(AddressOf HandlerMethod)
Parameters
- EncryptedStream
- The encrypted stream over which unencrypted data will be sent and received
- RemoteAddress
- Remote IP address
- LocalPort
- The local port to which the remote entity has connected
Target Platforms: .NET CLR 4.0 or higher