Click or drag to resize
MvOptionsConnection Class
Description of a connection request.
Inheritance Hierarchy
SystemObject
  RW.Server.ComponentMvOptionsConnection

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public sealed class Connection

The MvOptionsConnection type exposes the following members.

Properties
  NameDescription
Public propertyHost
Host where the server is.
Public propertyServer
Server to connect to.
Public propertyViewsOptions
List of views to open on the server.
Top
Remarks
It describes a connection as requested by the connect parameter (-ilsconnect or -ilsc)
See Also