[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> /// <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> /// </summary>
/// <value> /// <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> /// </value>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This object is closed. /// This instance is closed.
/// </exception> /// </exception>
public Stream OutputStream { public Stream OutputStream {
get { get {