Click or drag to resize

HttpListenerRequest Methods

The HttpListenerRequest type exposes the following members.

Methods
  NameDescription
Public methodBeginGetClientCertificate
Begins getting the certificate provided by the client asynchronously.
Public methodEndGetClientCertificate
Ends an asynchronous operation to get the certificate provided by the client.
Public methodGetClientCertificate
Gets the certificate provided by the client.
Public methodToString
Returns a string that represents the current instance.
(Overrides ObjectToString.)
Top
See Also