Rogue Wave Server 6.3 Release Notes > New Features
 
New Features
.NET Component Library
Server now provides a component library for the .NET platforms that allows you to create a client application within the .NET platform.
The assemblies are available in the lib/dotnet directory:
*RW.Server.Component.dll is the component assembly that handles representation objects and component connections.
*RW.Server.Tcp.dll implements the MvTCP communication protocol.
A sample is provided in demo/network7/dotnetcomponent and the RW.Server.Component.MvOptions class documentation explains the possible client options and how to set them.
The RW.Server.Component.Mapping class allows you to define how the names of the view representation objects (in .ils files) are mapped to actual .NET classes.
Once options and mappings are properly defined, initialize the communication layer with RW.Server.Tcp.MvProcess.Initialize() then connect the client to a server with RW.Server.Component.MvComponent.Connect().

Version 6.3
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.