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. |