LocalClientChannel Class
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
LocalClientChannel implements a channel that talks to Services in the same executable via a LocalServerChannel.
This channel is helpful when creating a single-tier version of an existing client/server application, and you want to combine client and server logic in the same executable and avoid the overhead of a "real" communication channel between client and server.
Namespace
Declaration (C#)
[System.Drawing.ToolboxBitmap(typeof(RemObjects.SDK.ClientChannel), "Glyphs.LocalClientChannel.bmp")] [ClientChannel(false)][DefaultProperty("Server")] public class LocalClientChannel : ClientChannel;
Hierarchy
- System.ComponentModel.Component
- RemObjects.SDK.Channel
- RemObjects.SDK.ClientChannel
- RemObjects.SDK.LocalClientChannel
- RemObjects.SDK.ClientChannel
- RemObjects.SDK.Channel
Properties
| | | |
|---|---|---|
| Server | ILocalDispatch |
Methods
| | |
|---|---|
| LocalClientChannel | Default constructor for LocalClientChannel. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
