Unosquare
    Show / Hide Table of Contents

    Interface IHttpMessage

    Represents a HTTP request or response.

    Namespace: EmbedIO
    Syntax
    public interface IHttpMessage

    Properties

    Cookies

    Gets the cookies.

    Declaration
    ICookieCollection Cookies { get; }
    Property Value
    Type Description
    ICookieCollection

    The cookies.

    ProtocolVersion

    Gets or sets the protocol version.

    Declaration
    Version ProtocolVersion { get; }
    Property Value
    Type Description
    Version

    The protocol version.

    Comments

    Back to top Copyright © 2017-2019 Unosquare