INetSecurityTelemetryConsumer Interface
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.
A consumer of System.Net.Security EventSource events.
public interface INetSecurityTelemetryConsumer
type INetSecurityTelemetryConsumer = interface
Public Interface INetSecurityTelemetryConsumer
Methods
| 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. |