LocalClientChannel Class

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)

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

Properties

Property
Type
Description
Server ILocalDispatch


Methods

Method
Description
LocalClientChannel Default constructor for LocalClientChannel.


See Also


Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools