IIpServerChannelInfo

Overview

This interface extends the IServerChannelInfo to provide access to Internet Pack specific information about the incoming request. In particular, it provides the Connection that the request has come in with.

Location


Properties


Connection

Reference to the Internet Pack Connection class that the request being processed as come in through.

 

property Connection: Connection read;

 

Connection Connection { get; }

 

ReadOnly Property Connection() As Connection