HttpListenerRequest Methods
.NET Framework 4.5
The HttpListenerRequest type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginGetClientCertificate | Begins an asynchronous request for the client's X.509 v.3 certificate. |
|
EndGetClientCertificate | Ends an asynchronous request for the client's X.509 v.3 certificate. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetClientCertificate | Retrieves the client's X.509 v.3 certificate. |
|
GetClientCertificateAsync | Retrieves the client's X.509 v.3 certificate as an asynchronous operation. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |