SendFile Method
Send file to the remote host.
Syntax
[VB.NET] Public Sub SendFile(ByVal ConnectionId As Integer, ByVal FileName As String)
[C#] public void SendFile(int connectionId, string fileName);
Remarks
This method sends the file to the client specified by the ConnectionId.
NOTE: This method has a corresponding asynchronous version (SendFileAsync) for use in the WinRT environment.