PowerTCP Emulation for .NET CF
TcpBase Class
Members  See Also  Send comments on this topic.
Dart.Common Namespace : TcpBase Class




Base class for components utilizing protocols built upon the TCP protocol.

Object Model

TcpBase ClassProxy ClassTcpSocketOption Class

Syntax

Visual Basic (Declaration) 
Public Class TcpBase 
   Inherits SocketBase
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
C# 
public class TcpBase : SocketBase 
Managed Extensions for C++ 
public __gc class TcpBase : public SocketBase 
C++/CLI 
public ref class TcpBase : public SocketBase 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Dart.Common.ComponentBase
            Dart.Common.SocketBase
               Dart.Common.TcpBase
                  Dart.Common.PtyBase
                  Dart.Emulation.Rexec
                  Dart.Emulation.Rsh

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.