'Declaration
Public Delegate Function TlsAcceptor( _ ByVal EncryptedStream As Stream, _ ByVal RemoteAddress As String, _ ByVal LocalPort As Integer _ ) As Stream
'Usage
Dim instance As New TlsAcceptor(AddressOf HandlerMethod)
public delegate Stream TlsAcceptor( Stream EncryptedStream, string RemoteAddress, int LocalPort )
public delegate Stream^ TlsAcceptor( Stream^ EncryptedStream, String^ RemoteAddress, int LocalPort )
Parameters
- EncryptedStream
- RemoteAddress
- LocalPort