IHttpServerChannelInfo
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: IServerChannelInfo | IHttpServerChannelInfo
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