Provides the events handled by the server components.
-
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.