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

buffer
offset
count
See Also Languages PowerTCP SSL Sockets for .NET

InternalWrite Method

Dart.PowerTCP.SslSockets Namespace > PipeStream Class : InternalWrite Method
[Visual Basic]
Protected Overridable Function InternalWrite( _    ByVal buffer() As Byte, _    ByVal offset As Integer, _    ByVal count As Integer _ ) As Integer
[C#]
protected virtual int InternalWrite(    byte[] buffer,    int offset,    int count );
[C++]
protected: virtual int InternalWrite(    byte[]* buffer,    int offset,    int count )
[C++/CLI]
protected: virtual int InternalWrite(    bytearray<buffer>^ buffer,    int offset,    int count )

Parameters

buffer
offset
count

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.