SendFile Method
Sends file to the remote host.
Syntax
[VB.NET] Public Sub SendFile(ByVal FileName As String)
[C#] public void SendFile(string fileName);
Remarks
This method sends the specified file to the remote host the component is connected to.
NOTE: This method has a corresponding asynchronous version (SendFileAsync) for use in the Xamarin environment.