See Also

PipeStream Members  | Dart.PowerTCP.EmailValidation Namespace

Requirements

Namespace: Dart.PowerTCP.EmailValidation

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

Assembly: Dart.PowerTCP.EmailValidation (in Dart.PowerTCP.EmailValidation.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerTCP Email Validation for .NET

PipeStream Class

Dart.PowerTCP.EmailValidation Namespace : PipeStream Class

Represents a stream that wraps an internal stream.

For a list of all members of this type, see PipeStream members.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         Dart.PowerTCP.EmailValidation.EnhancedStream
            Dart.PowerTCP.EmailValidation.PipeStream
               Dart.PowerTCP.EmailValidation.SegmentedStream

Syntax

[Visual Basic]
Public Class PipeStream    Inherits EnhancedStream
[C#]
public class PipeStream : EnhancedStream
[C++]
public __gc class PipeStream : public EnhancedStream
[C++/CLI]
public ref class PipeStream : public EnhancedStream

Remarks

PipeStream wraps a stream that is filtered or encoded/decoded in some fashion, calling its methods and properties internally.

PipeStream provides the capability to perform buffered reads/writes. Typically, derived classes would perform a transformation (filtering/encoding) to the data passing through it.

PipeStream does not support seeking\.

Requirements

Namespace: Dart.PowerTCP.EmailValidation

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

Assembly: Dart.PowerTCP.EmailValidation (in Dart.PowerTCP.EmailValidation.dll)

See Also

PipeStream Members  | Dart.PowerTCP.EmailValidation Namespace

 

Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.