Class SslConnection
public class SslConnection : IDisposable
- Inheritance
-
SslConnection
- Implements
- Inherited Members
Constructors
SslConnection(Stream, SslInfo, SslApplicationProtocol, NetworkStream?, DisposeEventNotifierStream?)
public SslConnection(Stream stream, SslInfo sslInfo, SslApplicationProtocol applicationProtocol, NetworkStream? underlyingBcStream = null, DisposeEventNotifierStream? eventNotifierStream = null)
Parameters
stream
StreamsslInfo
SslInfoapplicationProtocol
SslApplicationProtocolunderlyingBcStream
NetworkStreameventNotifierStream
DisposeEventNotifierStream
Properties
ApplicationProtocol
public SslApplicationProtocol ApplicationProtocol { get; }
Property Value
EventNotifierStream
public DisposeEventNotifierStream? EventNotifierStream { get; }
Property Value
NssKey
public string? NssKey { get; set; }
Property Value
SslInfo
public SslInfo SslInfo { get; }
Property Value
Stream
public Stream Stream { get; }
Property Value
UnderlyingBcStream
public NetworkStream? UnderlyingBcStream { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()