See Also

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

input
output
See Also Languages PowerTCP SSL Sockets for .NET

ReadFilter Method

Dart.PowerTCP.SslSockets Namespace > SslStream Class : ReadFilter Method (SslStream)
[Visual Basic]
Overrides Protected Function ReadFilter( _    ByVal input() As Byte, _    ByRef output As Byte _ ) As Integer
[C#]
protected override int ReadFilter(    byte[] input,    ref byte output );
[C++]
protected: int ReadFilter(    byte[]* input,    ref byte output ) override
[C++/CLI]
protected: int ReadFilter(    bytearray<input>^ input,    % byte output ) override

Parameters

input
output

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

SslStream Class  | SslStream Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.