IServerChannelInfo Interface

From RemObjects Software

Jump to: navigation, search

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

Properties

Property
Type
Description
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)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools