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

SetSendStream Method

Reads content from the stream and sends it to the server.

Syntax

[VB.NET]
Public Sub SetSendStream(ByVal SendStream As System.IO.Stream)
[C#]
public void SetSendStream(System.IO.Stream sendStream);

Remarks

This method reads content from the stream and sends it to the server. The stream should be open and normally set to position 0. The call will return only after the end of stream has been reached. The component will automatically close this stream if CloseStreamAfterTransfer is set to true (default). The content will be read 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]