See Also

SegmentedStream Class  | SegmentedStream 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

value
The desired length of the current stream in bytes.
See Also Languages PowerTCP SSL Sockets for .NET

SetLength Method

Dart.PowerTCP.SslSockets Namespace > SegmentedStream Class : SetLength Method (SegmentedStream)

Sets the length of the Stream. This method always throws a NotSupportedException.

[Visual Basic]
Overrides Public Sub SetLength( _    ByVal value As Long _ )
[C#]
public override void SetLength(    long value );
[C++]
public: void SetLength(    long value ) override
[C++/CLI]
public: void SetLength(    long long value ) override

Parameters

value
The desired length of the current stream in bytes.

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

SegmentedStream Class  | SegmentedStream Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.