IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

SetReceiveStream Method

Sets the stream to which received data will be written.

Syntax

[VB.NET]
Public Sub SetReceiveStream(ByVal ReceiveStream As System.IO.Stream)
[C#]
public void SetReceiveStream(System.IO.Stream receiveStream);

Remarks

This method sets the stream to which received data will be written. The stream should be open and normally set to position 0. The component will write all incoming data to this stream. The downloaded content will be written starting at the current position in the stream.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]