Mono Class Library: Overview

System.Net.HttpListenerResponse: Members

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

See Also: Inherited members from System.Object

Public Properties

ContentEncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
ContentLength64long. Documentation for this section has not yet been entered.
ContentTypestring. Documentation for this section has not yet been entered.
CookiesCookieCollection. Documentation for this section has not yet been entered.
HeadersWebHeaderCollection. Documentation for this section has not yet been entered.
KeepAlivebool. Documentation for this section has not yet been entered.
[read-only]
OutputStreamSystem.IO.Stream. Documentation for this section has not yet been entered.
ProtocolVersionVersion. Documentation for this section has not yet been entered.
RedirectLocationstring. Documentation for this section has not yet been entered.
SendChunkedbool. Documentation for this section has not yet been entered.
StatusCodeint. Documentation for this section has not yet been entered.
StatusDescriptionstring. Documentation for this section has not yet been entered.

Public Methods

Abort()
Documentation for this section has not yet been entered.
AddHeader(string, string)
Documentation for this section has not yet been entered.
AppendCookie(Cookie)
Documentation for this section has not yet been entered.
AppendHeader(string, string)
Documentation for this section has not yet been entered.
Close()
Documentation for this section has not yet been entered.
Close(byte[], bool)
Documentation for this section has not yet been entered.
CopyFrom(HttpListenerResponse)
Documentation for this section has not yet been entered.
Redirect(string)
Documentation for this section has not yet been entered.
SetCookie(Cookie)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

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