HttpListenerRequest Methods
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginGetClientCertificate(AsyncCallback^, Object^) | Begins an asynchronous request for the client's X.509 v.3 certificate. |
![]() | EndGetClientCertificate(IAsyncResult^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
