See Also

EnhancedStream Class  | EnhancedStream Members  | Overload List

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

destination
The destination stream.
See Also Languages PowerTCP Email Validation for .NET

WriteTo(Stream) Method

Dart.PowerTCP.EmailValidation Namespace > EnhancedStream Class > WriteTo Method : WriteTo(Stream) Method

Writes all of the data contained in this Stream to a destination Stream.

[Visual Basic]
Overloads Public Sub WriteTo( _    ByVal destination As Stream _ )
[C#]
public void WriteTo(    Stream destination );
[C++]
public: void WriteTo(    Stream* destination )
[C++/CLI]
public: void WriteTo(    Stream^ destination )

Parameters

destination
The destination stream.

Exceptions

ExceptionDescription
NullReferenceExceptiondestination is null.
IOExceptionStream is not readable or writeable.

Remarks

This method essentially "copies" one stream to another by setting the destination Stream position to zero, writing all of the data in the source Stream to the destination, resetting the source Stream back to its original position, and resetting the destination to a position of zero.

Requirements

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

See Also

EnhancedStream Class  | EnhancedStream Members  | Overload List


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.