IIpHttpServerChannelInfo

Overview

This interface extends the IIpServerChannelInfo to provide access to HTTP specific information about the incoming request. In particular, it provides the details of the HTTP Request that the request has come in with.

Location

Properties


Request

Reference to the Internet Pack HTTP Request class that the request being processed has come in with.

 

property Request: HttpServerRequest read;

 

HttpServerRequest Request { get; }

 

ReadOnly Property Request() As HttpServerRequest