Rogue Wave Server Component library for .NET Reference Guide
|
|
MvProcess Class |
Base class for all TCP/IP processes.
Namespace: RW.Server.Tcp
Assembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 7.0.0.0 (7.0.0.0)
The MvProcess type exposes the following members.
| Name | Description | |
|---|---|---|
| ListenPort |
Gets the port number of the listen socket.
| |
| Trace |
Gets or sets a TextWriter for traces
related to Tcp communication layer.
|
| Name | Description | |
|---|---|---|
| DoConnect |
Handles the connection and open views required by the command
line, if applicable.
(Inherited from MvProcess.) | |
| Initialize |
Initializes the .NET component.
| |
| LocalInitialize |
Invoked by Initialization(String).
(Inherited from MvProcess.) |