See Also

PipeStream Class  | PipeStream Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

coreStream
The Stream object to set as PipeStream.CoreStream.
See Also Languages PowerTCP SSL Sockets for .NET

PipeStream Constructor(Stream)

Dart.PowerTCP.SslSockets Namespace > PipeStream Class > PipeStream Constructor : PipeStream Constructor(Stream)

Creates a new instance of PipeStream.

[Visual Basic]
Public Function New( _    ByVal coreStream As Stream _ )
[C#]
public PipeStream(    Stream coreStream );
[C++]
public: PipeStream(    Stream* coreStream )
[C++/CLI]
public: PipeStream(    Stream^ coreStream )

Parameters

coreStream
The Stream object to set as PipeStream.CoreStream.

Remarks

The default constructor creates a new instance of PipeStream, with CoreStream initialized to the Stream passed in as coreStream.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

PipeStream Class  | PipeStream Members  | Overload List


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.