Dart.PowerTCP.SslSockets Namespace : EnhancedStream Class |
Adds new methods on top of the Stream interface for type conversion, stream copying, and saving.
For a list of all members of this type, see EnhancedStream members.
System.Object
System.MarshalByRefObject
System.IO.Stream
Dart.PowerTCP.SslSockets.EnhancedStream
Dart.PowerTCP.SslSockets.PipeStream
Dart.PowerTCP.SslSockets.SymmetricCryptoStream
Dart.PowerTCP.SslSockets.TcpStream
[Visual Basic]
Public MustInherit Class EnhancedStream
Inherits Stream
[C#]
public abstract class EnhancedStream : Stream
[C++]
public __gc abstract class EnhancedStream : public Stream
[C++/CLI]
public ref class EnhancedStream abstract : public Stream
Inherit from this abstract class to create a Stream class with enhanced methods. For example, Save allows you to save Stream data directly to a file. ToString returns a string representation of the data contained within the Stream.
All PowerTCP Stream classes (such as SegmentedStream, PipeStream) inherit from this class to provide the enhanced capabilities described above to these classes.
Namespace: Dart.PowerTCP.SslSockets
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)
EnhancedStream Members | Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.