PowerTCP Mail for .NET
TcpStream Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : TcpStream Class




TcpStream implements sending and receiving of data through network sockets.

Object Model

TcpStream Class

Syntax

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

Remarks

All PowerTCP components which use TCP as the transport-layer protocol use this class as the interface to the Socket.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         Dart.PowerTCP.Mail.EnhancedStream
            Dart.PowerTCP.Mail.TcpStream

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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