[Modify] Edit it

This commit is contained in:
sta 2019-10-11 19:46:33 +09:00
parent cce2a5ee8c
commit e493291e9a

View File

@ -262,13 +262,14 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets a <see cref="Stream"/> to use to write the entity body data.
/// Gets a stream instance to which the entity body data can be written.
/// </summary>
/// <value>
/// A <see cref="Stream"/> to use to write the entity body data.
/// A <see cref="Stream"/> instance to which the entity body data can be
/// written.
/// </value>
/// <exception cref="ObjectDisposedException">
/// This object is closed.
/// This instance is closed.
/// </exception>
public Stream OutputStream {
get {