[Modify] Edit it

master
sta 8 years ago
parent 42b83ddad3
commit 81afcde357

@ -192,10 +192,11 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <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> /// </summary>
/// <value> /// <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> /// </value>
public bool HasEntityBody { public bool HasEntityBody {
get { get {

Loading…
Cancel
Save