Share via


INetSecurityTelemetryConsumer Interface

Definition

A consumer of System.Net.Security EventSource events.

public interface INetSecurityTelemetryConsumer
type INetSecurityTelemetryConsumer = interface
Public Interface INetSecurityTelemetryConsumer

Methods

Name Description
OnHandshakeFailed(DateTime, Boolean, TimeSpan, String)

Called before OnHandshakeStop(DateTime, SslProtocols) if the handshake failed.

OnHandshakeStart(DateTime, Boolean, String)

Called before a handshake.

OnHandshakeStop(DateTime, SslProtocols)

Called after a handshake.

Applies to