[Modify] Edit it

This commit is contained in:
sta 2018-01-07 17:05:29 +09:00
parent 40d5046440
commit 42b83ddad3

View File

@ -228,10 +228,16 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets a <see cref="Stream"/> that contains the entity body data included in the request.
/// Gets a stream that contains the entity body data included in
/// the request.
/// </summary>
/// <value>
/// A <see cref="Stream"/> that contains the entity body data included in the request.
/// <para>
/// A <see cref="Stream"/> that contains the entity body data.
/// </para>
/// <para>
/// <see cref="Stream.Null"/> if no entity body data is included.
/// </para>
/// </value>
public Stream InputStream {
get {