IHttpServerChannelInfo

Overview

Location


Properties


Headers

 

property Headers: HttpHeaders read;

 

HttpHeaders Headers { get; }

 

ReadOnly Property Headers() As HttpHeaders

ServerChannel    (declared in IServerChannelInfo)

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

 

property ServerChannel: ServerChannel read;

 

ServerChannel ServerChannel { get; }

 

ReadOnly Property ServerChannel() As ServerChannel