[Modify] Edit it

master
sta 9 years ago
parent f5ab00bf4e
commit a03257ca4a

@ -2688,11 +2688,14 @@ namespace WebSocketSharp
/// <param name="file"> /// <param name="file">
/// A <see cref="FileInfo"/> that represents the file to send. /// A <see cref="FileInfo"/> that represents the file to send.
/// </param> /// </param>
/// <exception cref="InvalidOperationException">
/// The current state of the connection is not Open.
/// </exception>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="file"/> is <see langword="null"/>. /// <paramref name="file"/> is <see langword="null"/>.
/// </exception> /// </exception>
/// <exception cref="InvalidOperationException"> /// <exception cref="ArgumentException">
/// The current state of the connection is not Open. /// <paramref name="file"/> cannot be opened to read.
/// </exception> /// </exception>
public void Send (FileInfo file) public void Send (FileInfo file)
{ {

Loading…
Cancel
Save