SendFile Method

Sends the file over the connected pipe.

Syntax

public void SendFile(string fileName);
Public Sub SendFile(ByVal FileName As String)

Remarks

This method sends the specified file to the server/process over the connected pipe.

Timeout must be set to a positive value so that the component will operate synchronously.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IPC 2020 .NET Edition - Version 20.0 [Build 8155]