SendFile Method
Send file to the remote host.
Syntax
[VB.NET] Public Sub SendFile(ByVal ConnectionId As String, ByVal FileName As String)
[C#] public void SendFile(string connectionId, string fileName);
Remarks
This method sends the file to the client specified by the ConnectionId.