TlsProtocol
The secure bidirectional stream for this connection
protected TlsProtocol()
Should be called in non-blocking mode when the input data reaches EOF.
Gets the amount of received application data.
Gets the amount of encrypted data available to be sent.
Equivalent to OfferInput(input, 0, input.Length).
Offer input from an arbitrary source.
protected virtual short ProcessMaxFragmentLengthExtension(IDictionary<int, byte[]> clientExtensions, IDictionary<int, byte[]> serverExtensions, short alertDescription)
Read data from the network.
Retrieves received application data.
Retrieves encrypted data to be sent.
Write some application data.