[Modify] Edit it

master
sta 8 years ago
parent c2b70b8d38
commit 7a9f7be7da

@ -361,10 +361,11 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets the HTTP version used in the request. /// Gets the HTTP version specified by the client.
/// </summary> /// </summary>
/// <value> /// <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> /// </value>
public Version ProtocolVersion { public Version ProtocolVersion {
get { get {

Loading…
Cancel
Save