IServerChannelInfo

Overview

This interface can be accessed by services implementing the IChannelAwareService (or descending from the Service) using the ServerChannelInfo property to get more information about the server channel that received this request.

Specialized server channel implementations will provide descendants that you can cast to in order to obtain channel specific information (such as information on the TCP connection or the HTTP Request Header).

Location


Properties


ServerChannel

Reference to the server channel component that received the request being processed.

 

property ServerChannel: ServerChannel read;

 

ServerChannel ServerChannel { get; }

 

ReadOnly Property ServerChannel() As ServerChannel