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: 7.2.0.0 (7.2.0.0)
Syntax
public class MvProcess : MvProcess, IDisposable

The MvProcess type exposes the following members.

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
Methods
  NameDescription
Public methodDoConnect
Handles the connection and open views required by the command line, if applicable.
(Inherited from MvProcess.)
Public methodStatic memberInitialize
Initializes the .NET component.
Protected methodLocalInitialize (Inherited from MvProcess.)
Public methodStatic memberSetSocketConnectionExceptionHandler
Set the handler for exception raised by socket connection threads.
Top
See Also