[Modify] Edit it
This commit is contained in:
parent
40d5046440
commit
42b83ddad3
@ -228,10 +228,16 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <value>
|
/// <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>
|
/// </value>
|
||||||
public Stream InputStream {
|
public Stream InputStream {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user