See Also

TcpStream Class  | TcpStream Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

tcp
The Tcp object that provides the network data for the new TcpStream.
See Also Languages PowerTCP Email Validation for .NET

TcpStream Constructor

Dart.PowerTCP.EmailValidation Namespace > TcpStream Class : TcpStream Constructor (TcpStream)

Initializes a new instance of the TcpStream class for the specified Tcp object.

[Visual Basic]
Public Function New( _    ByVal tcp As Tcp _ )
[C#]
public TcpStream(    Tcp tcp );
[C++]
public: TcpStream(    Tcp* tcp )
[C++/CLI]
public: TcpStream(    Tcp^ tcp )

Parameters

tcp
The Tcp object that provides the network data for the new TcpStream.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

TcpStream Class  | TcpStream Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.