[Modify] Edit it
This commit is contained in:
parent
cce2a5ee8c
commit
e493291e9a
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user