RelayedHttpListenerContext 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.
Provides access to the request and response objects representing a client request to a HybridConnectionListener. This is modeled after System.Net.HttpListenerContext.
public class RelayedHttpListenerContext
type RelayedHttpListenerContext = class
Public Class RelayedHttpListenerContext
- Inheritance
-
RelayedHttpListenerContext
Properties
Request |
Gets the RelayedHttpListenerRequest that represents a client's request for a resource. |
Response |
Gets the RelayedHttpListenerResponse object to control the response to the client's request. |
TrackingContext |
Gets the TrackingContext for this listener context. |
Methods
ToString() |
Returns a string that represents the current object. Includes a TrackingId for end to end correlation. |
Applies to
Azure SDK for .NET