Mono Class Library: Overview

System.Net.HttpListener: Members

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

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AuthenticationSchemesAuthenticationSchemes. Documentation for this section has not yet been entered.
AuthenticationSchemeSelectorDelegateAuthenticationSchemeSelector. Documentation for this section has not yet been entered.
IgnoreWriteExceptionsbool. Documentation for this section has not yet been entered.
[read-only]
IsListeningbool. Documentation for this section has not yet been entered.
[read-only]
static
IsSupportedbool. Documentation for this section has not yet been entered.
[read-only]
PrefixesHttpListenerPrefixCollection. Documentation for this section has not yet been entered.
Realmstring. Documentation for this section has not yet been entered.
UnsafeConnectionNtlmAuthenticationbool. Documentation for this section has not yet been entered.

Public Methods

Abort()
Documentation for this section has not yet been entered.
BeginGetContext(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
Close()
Documentation for this section has not yet been entered.
EndGetContext(IAsyncResult) : HttpListenerContext
Documentation for this section has not yet been entered.
GetContext() : HttpListenerContext
Documentation for this section has not yet been entered.
Start()
Documentation for this section has not yet been entered.
Stop()
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IDisposable.DisposeDocumentation for this section has not yet been entered.