ISslStreamFeature.SslStream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the SslStream. Note that ISslStreamFeature will not be available for non-TLS connections or HTTP/3.
public System.Net.Security.SslStream SslStream { get; }
member this.SslStream : System.Net.Security.SslStream
Public ReadOnly Property SslStream As SslStream