LocalServerChannel 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)

LocalServerChannel implements a server that makes services available for consumption from within the same executable via a LocalClientChannel.

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.Server.ServerChannel), "Glyphs.LocalServerChannel.bmp")]
[ServerChannel(false), DefaultClientChannel(typeof(RemObjects.SDK.LocalClientChannel))]
[LicenseProvider(typeof(ROLicenseProvider))]
public class LocalServerChannel : ServerChannel, ILocalDispatch, IServerChannelInfo;

Hierarchy

Properties

Property
Type
Description
ServerChannel ServerChannel


Methods

Method
Description
LocalServerChannel Default constructor for LocalServerChannel.


See Also


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

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools