Mono Class Library: Overview

System.Net.HttpListenerRequest: Members

The members of System.Net.HttpListenerRequest are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AcceptTypesstring[]. Documentation for this section has not yet been entered.
[read-only]
ClientCertificateErrorint. Documentation for this section has not yet been entered.
[read-only]
ContentEncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
[read-only]
ContentLength64long. Documentation for this section has not yet been entered.
[read-only]
ContentTypestring. Documentation for this section has not yet been entered.
[read-only]
CookiesCookieCollection. Documentation for this section has not yet been entered.
[read-only]
HasEntityBodybool. Documentation for this section has not yet been entered.
[read-only]
HeadersSystem.Collections.Specialized.NameValueCollection. Documentation for this section has not yet been entered.
[read-only]
HttpMethodstring. Documentation for this section has not yet been entered.
[read-only]
InputStreamSystem.IO.Stream. Documentation for this section has not yet been entered.
[read-only]
IsAuthenticatedbool. Documentation for this section has not yet been entered.
[read-only]
IsLocalbool. Documentation for this section has not yet been entered.
[read-only]
IsSecureConnectionbool. Documentation for this section has not yet been entered.
[read-only]
KeepAlivebool. Documentation for this section has not yet been entered.
[read-only]
LocalEndPointIPEndPoint. Documentation for this section has not yet been entered.
[read-only]
ProtocolVersionVersion. Documentation for this section has not yet been entered.
[read-only]
QueryStringSystem.Collections.Specialized.NameValueCollection. Documentation for this section has not yet been entered.
[read-only]
RawUrlstring. Documentation for this section has not yet been entered.
[read-only]
RemoteEndPointIPEndPoint. Documentation for this section has not yet been entered.
[read-only]
RequestTraceIdentifierGuid. Documentation for this section has not yet been entered.
[read-only]
UrlUri. Documentation for this section has not yet been entered.
[read-only]
UrlReferrerUri. Documentation for this section has not yet been entered.
[read-only]
UserAgentstring. Documentation for this section has not yet been entered.
[read-only]
UserHostAddressstring. Documentation for this section has not yet been entered.
[read-only]
UserHostNamestring. Documentation for this section has not yet been entered.
[read-only]
UserLanguagesstring[]. Documentation for this section has not yet been entered.

Public Methods

BeginGetClientCertificate(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
EndGetClientCertificate(IAsyncResult) : System.Security.Cryptography.X509Certificates.X509Certificate2
Documentation for this section has not yet been entered.
GetClientCertificate() : System.Security.Cryptography.X509Certificates.X509Certificate2
Documentation for this section has not yet been entered.