Class CertificateErrorEventArgs
CertificateError
public sealed class CertificateErrorEventArgs : EventArgs- Inheritance
- 
      
      
      CertificateErrorEventArgs
- Inherited Members
Properties
ErrorType
Gets or sets the errorType
[JsonPropertyName("errorType")]
public string ErrorType { get; set; }Property Value
EventId
Gets or sets the eventId
[JsonPropertyName("eventId")]
public long EventId { get; set; }Property Value
RequestURL
Gets or sets the requestURL
[JsonPropertyName("requestURL")]
public string RequestURL { get; set; }