System.Net.HttpClient.THTTPClient Events
InheritedProtected
AuthEvent | public | Authorization event to ask for user and password. |
OnNeedClientCertificate | public | Event fired when a client certificate is needed |
OnReceiveData | public | Occurs one or more times while your HTTP client receives response data for a request, and it indicates the current progress of the response download. |
OnValidateServerCertificate | public | Event fired when checking the validity of a server certificate. |