HttpListenerRequest Methods |
The HttpListenerRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginGetClientCertificate |
Begins getting the certificate provided by the client asynchronously.
| |
| EndGetClientCertificate |
Ends an asynchronous operation to get the certificate provided by the
client.
| |
| GetClientCertificate |
Gets the certificate provided by the client.
| |
| ToString |
Returns a string that represents the current instance.
(Overrides ObjectToString.) |