Share via


IHttpContextFeature Interface

Definition

Feature set on the ConnectionContext that provides access to the underlying HttpContext associated with the connection if there is one.

public interface class IHttpContextFeature
public interface IHttpContextFeature
type IHttpContextFeature = interface
Public Interface IHttpContextFeature

Properties

HttpContext

The HttpContext associated with the connection if available.

Applies to