Click or drag to resize
MvProcess Class
Base class for all TCP/IP processes.
Inheritance Hierarchy

Namespace: RW.Server.Tcp
Assembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public class MvProcess : MvProcess, IDisposable

The MvProcess type exposes the following members.

Methods
  NameDescription
Public methodDoConnect
Handles the connection and open views required by the command line, if applicable.
(Inherited from MvProcess.)
Protected methodInitialization
Initializes a stand-alone component.
(Inherited from MvProcess.)
Public methodStatic memberInitialize
Initializes the .NET component.
Protected methodLocalInitialize (Inherited from MvProcess.)
Public methodProcessRequest
Called by Run(Int32, Int32) to execute a request issued by a component.
(Inherited from MvProcess.)
Top
Properties
  NameDescription
Public propertyListenPort
Gets the port number of the listen socket.
Public propertyStatic memberTrace
Gets or sets a TextWriter for traces related to Tcp communication layer.
Top
See Also