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
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: IIpHttpServerChannelInfo
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