RelayedHttpListenerRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an incoming client request to a HybridConnectionListener object. This is modeled after System.Net.HttpListenerRequest.
public sealed class RelayedHttpListenerRequest
type RelayedHttpListenerRequest = class
Public NotInheritable Class RelayedHttpListenerRequest
- Inheritance
-
RelayedHttpListenerRequest
Properties
HasEntityBody |
Gets a Boolean value that indicates whether the request has associated body data. |
Headers |
Gets the collection of header name/value pairs received in the request. |
HttpMethod |
Gets the HTTP method specified by the client. |
InputStream |
Gets a stream that contains the body data sent by the client. |
RemoteEndPoint |
Gets the client IP address and port number from which the request originated. |
Url |
Gets the Uri requested by the client. |
Applies to
Azure SDK for .NET