Unosquare
    Show / Hide Table of Contents

    Namespace EmbedIO.Net

    Classes

    CookieList

    Provides a collection container for instances of .

    This class is meant to be used internally by EmbedIO; you don't need to use this class directly.

    EndPointManager

    Represents the EndPoint Manager.

    HttpListener

    The EmbedIO implementation of the standard HTTP Listener class.

    Based on MONO HttpListener class.

    ResponseHeaderCollection

    Contains protocol headers associated with an HTTP response.

    Unlike , that supports a variety of scenarios, this class is only meant to be used for the Headers property of the IHttpResponse interface. Therefore, some header names are restricted and cannot be read or set through an instance of this class.

    The restricted headers are the following:

    Header nameRationale

    Connection

    Content-Encoding

    Content-Length

    Date

    Keep-Alive

    Sec-Web-Socket-Accept

    Sec-Web-Socket-Extensions

    Sec-Web-Socket-Protocol

    Sec-Web-Socket-Version

    Server

    Trailer

    Transfer-Encoding

    These headers are automatically managed by EmbedIO.

    Set-Cookie

    Set-Cookie2

    Cookies are set through the Cookies property.

    Accept

    Accept-Charset

    Accept-Encoding

    Accept-Language

    Accept-Patch

    Accept-Ranges

    Access-Control-Request-Headers

    Access-Control-Request-Method

    Authorization

    Cookie

    Cookie2

    Expect

    From

    Host

    If-Match

    If-Modified-Since

    If-None-Match

    If-Range

    If-Unmodified-Since

    Origin

    Proxy-Authorization

    Range

    Referer

    Sec-Web-Socket-Key

    TE

    Upgrade

    Upgrade-Insecure-Requests

    User-Agent

    These headers are only meant to be included in HTTP requests, not in responses.

    Age

    Proxy-Authentication

    Proxy-Connection

    Via

    These headers are only meant to be sent by proxies, not servers.

    Comments

    Back to top Copyright © 2017-2019 Unosquare