RelayedHttpListenerContext Class

Definition

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