[Modify] Edit it

master
sta 8 years ago
parent c2b70b8d38
commit 7a9f7be7da

@ -361,10 +361,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets the HTTP version used in the request.
/// Gets the HTTP version specified by the client.
/// </summary>
/// <value>
/// A <see cref="Version"/> that represents the HTTP version used in the request.
/// A <see cref="Version"/> that represents the HTTP version specified in
/// the request line.
/// </value>
public Version ProtocolVersion {
get {

Loading…
Cancel
Save