Edit

Share via


RealTimeServerConnectionManager.IncomingTlsNegotiationFailed Event

Definition

Raised when the TLS negotiation fails for an incoming connection. The failure may be due to an invalid local certificate, or remote not trusting the local certificate, or some other reason.

public:
 event EventHandler<System::IO::ErrorEventArgs ^> ^ IncomingTlsNegotiationFailed;
public event EventHandler<System.IO.ErrorEventArgs> IncomingTlsNegotiationFailed;
member this.IncomingTlsNegotiationFailed : EventHandler<System.IO.ErrorEventArgs> 
Public Custom Event IncomingTlsNegotiationFailed As EventHandler(Of ErrorEventArgs) 

Event Type

Applies to