Mono Class Library: OverviewSystem.Net.HttpListenerResponse: Members |
The members of System.Net.HttpListenerResponse are listed below.
See Also: Inherited members from System.Object
ContentEncoding System.Text.Encoding. Documentation for this section has not yet been entered. ContentLength64 long. Documentation for this section has not yet been entered. ContentType string. Documentation for this section has not yet been entered. Cookies CookieCollection. Documentation for this section has not yet been entered. Headers WebHeaderCollection. Documentation for this section has not yet been entered. KeepAlive bool. Documentation for this section has not yet been entered. [read-only] OutputStream System.IO.Stream. Documentation for this section has not yet been entered. ProtocolVersion Version. Documentation for this section has not yet been entered. RedirectLocation string. Documentation for this section has not yet been entered. SendChunked bool. Documentation for this section has not yet been entered. StatusCode int. Documentation for this section has not yet been entered. StatusDescription string. Documentation for this section has not yet been entered.
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.
IDisposable.Dispose Documentation for this section has not yet been entered.