Interface List (RemObjects SDK for .NET)
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
| | |
|---|---|
| IActivatableService (RemObjects.SDK.Server) | This interface can be implemented by service implementations that want to be notified for activation and deactivation. |
| IActiveEventChannel (RemObjects.SDK) | |
| IArrayType (RemObjects.SDK) | |
| IAsyncClientChannel (RemObjects.SDK) | |
| IChannel (RemObjects.SDK) | The common base interface for both Client (IClientChannel) and Server (IServerChannel and IServerChannelInfo) channel interfaces. |
| IChannelAwareService (RemObjects.SDK.Server) | This interface can be implemented by service implementations that need to access the underlying server channel component that was used to receive the request. |
| IClassFactory (RemObjects.SDK.Server) | The common base interface for all class factory implementations. |
| IClientChannel (RemObjects.SDK) | An object should implement the IClientChannel interface to support a custom method of transport. |
| IDisposableService (RemObjects.SDK.Server) | This interface can be implemented by service implementations that want to control whether a particular instance can be disposed upon completing the current request. |
| IEventNotification (RemObjects.SDK.Server) | |
| IEventReceiver (RemObjects.SDK) | |
| IEventTargets (RemObjects.SDK.Server) | This interface is provided for extension of the the EventSink infrastructuire. It will be used to limit the clients that a specific event is targeted to. |
| IHttpClientChannel (RemObjects.SDK) | |
| IHttpHeader (RemObjects.SDK) | |
| IHttpRequest (RemObjects.SDK) | |
| IIpHttpServerChannelInfo (RemObjects.SDK.Server) | This interface extends the IIpServerChannelInfo Interface to provide access to HTTP specific information about the incoming request. |
| IIpServerChannelInfo (RemObjects.SDK.Server) | This interface extends the IServerChannelInfo Interface to provide access to Internet Pack specific information about the incoming request. |
| ILocalDispatch (RemObjects.SDK) | |
| IMessage (RemObjects.SDK) | All custom RemObjects Messages must implement the IMessage interface. |
| IMessageQueue (RemObjects.SDK.Server) | |
| IMultiThreadAwareChannel (RemObjects.SDK) | |
| IRecipientListEventTargets (RemObjects.SDK.Server) | |
| IRemoteService (RemObjects.SDK) | |
| IRequest (RemObjects.SDK) | |
| IRodlAccess (RemObjects.SDK) | This interface is implemented by Client Channels types that support standardized retrieval of a RODL library from the server. |
| IRodlConverter (RemObjects.SDK) | This interface can be implemented by message classes that want to convert RODL files into a different format before sending them out to a client. |
| IROEventSink (RemObjects.SDK) | The common base interface for all event sinks definitions. |
| IROEventSinkHandlers (RemObjects.SDK) | |
| IROSerializable (RemObjects.SDK) | |
| IROService (RemObjects.SDK) | The common base interface for all service definitions. |
| ISelectiveEventTargets (RemObjects.SDK.Server) | |
| IServerChannel (RemObjects.SDK.Server) | |
| IServerChannelInfo (RemObjects.SDK.Server) | 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. |
| IServerEventChannel (RemObjects.SDK.Server) | |
| IServiceHttpInfo (RemObjects.SDK.Server) | |
| ISession (RemObjects.SDK.Server) | This is the interface used to access the data of an individual session stored in a SessionManager. |
| IStreamableSession (RemObjects.SDK.Server) |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Index | RemObjects SDK | Architecture | Interface | .NET
