[Modify] Edit it

master
sta 8 years ago
parent 42b83ddad3
commit 81afcde357

@ -192,10 +192,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets a value indicating whether the request has the entity body.
/// Gets a value indicating whether the request has the entity body data.
/// </summary>
/// <value>
/// <c>true</c> if the request has the entity body; otherwise, <c>false</c>.
/// <c>true</c> if the request has the entity body data; otherwise,
/// <c>false</c>.
/// </value>
public bool HasEntityBody {
get {

Loading…
Cancel
Save