ValidateServerCertificateEventArgsSession Property |
The Session for which a HTTPS certificate was received.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public Session Session { get; }
Public ReadOnly Property Session As Session
Get
public:
property Session^ Session {
Session^ get ();
}
Property Value
Type:
SessionSee Also