Provides the events handled by the server components.
-
class
Indicates that a component has accepted a
Request.In.Get
with
a header that requested an upgrade to another protocol.
class
static class
The base class for all incoming HTTP requests.
static class
Represents a HTTP CONNECT request.
static class
static class
Represents a HTTP GET request.
static class
Represents a HTTP HEAD request.
static class
Represents a HTTP OPTIONS request.
static class
Represents a HTTP POST request.
static class
Represents a HTTP PUT request.
static class
Represents a HTTP TRACE request.
static class
The base class for all outgoing HTTP requests.
static class
Represents a HTTP CONNECT request.
static class
Represents a HTTP DELETE request.
static class
Represents a HTTP GET request.
static class
Represents a HTTP HEAD request.
static class
Represents a HTTP OPTIONS request.
static class
Represents a HTTP POST request.
static class
Represents a HTTP PUT request.
static class
Represents a HTTP TRACE request.
class
Represents the response (header).
class
An event that provides the close information when a WebSockt is closed.