IServerChannelInfo Interface
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
This interface can be accessed by services implementing the IChannelAwareService (or descending from the RemObjects.SDK.Server.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).
Namespace
Declaration (C#)
public interface IServerChannelInfo : IChannel;
Hierarchy
- RemObjects.SDK.IChannel
- RemObjects.SDK.Server.IServerChannelInfo
Properties
| | | |
|---|---|---|
| ServerChannel | ServerChannel | Reference to the server channel component that received the request being processed. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
