ISslStreamFeature Interface

Definition

Feature to get access to the connection's SslStream. This feature will not be available for non-TLS connections or HTTP/3.

public interface ISslStreamFeature
type ISslStreamFeature = interface
Public Interface ISslStreamFeature

Properties

SslStream

Gets the SslStream. Note that ISslStreamFeature will not be available for non-TLS connections or HTTP/3.

Applies to