See Also

PipeStream Class  | PipeStream Members

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

See Also Languages PowerTCP SSL Sockets for .NET

CoreStream Property

Dart.PowerTCP.SslSockets Namespace > PipeStream Class : CoreStream Property

The internal stream to which all buffered reads/writes are being made.

[Visual Basic]
Public ReadOnly Property CoreStream As Stream
[C#]
public Stream CoreStream {get;}
[C++]
public: __property Stream* get_CoreStream();
[C++/CLI]
public: property Stream^ CoreStream {    Stream^ get(); }

Remarks

This property returns the internal stream to which all buffered reads/writes are being made.

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


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.