Modified a few for xml doc comment
This commit is contained in:
parent
bf890b5b47
commit
696287e25a
@ -43,7 +43,7 @@ namespace WebSocketSharp.Net
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The HttpStatusCode enumeration contains the values of the HTTP status codes defined in
|
||||
/// <see href="http://tools.ietf.org/html/rfc2616#section-10">RFC 2616</see> for HTTP 1.1.
|
||||
/// <see href="http://tools.ietf.org/html/rfc2616#section-10">RFC 2616</see> for the HTTP/1.1.
|
||||
/// </remarks>
|
||||
public enum HttpStatusCode
|
||||
{
|
||||
|
@ -45,15 +45,15 @@ namespace WebSocketSharp.Net
|
||||
/// </summary>
|
||||
public class HttpVersion
|
||||
{
|
||||
#region Public Static Fields
|
||||
#region Public Fields
|
||||
|
||||
/// <summary>
|
||||
/// Provides a <see cref="Version"/> instance for HTTP 1.0.
|
||||
/// Provides a <see cref="Version"/> instance for the HTTP/1.0.
|
||||
/// </summary>
|
||||
public static readonly Version Version10 = new Version (1, 0);
|
||||
|
||||
/// <summary>
|
||||
/// Provides a <see cref="Version"/> instance for HTTP 1.1.
|
||||
/// Provides a <see cref="Version"/> instance for the HTTP/1.1.
|
||||
/// </summary>
|
||||
public static readonly Version Version11 = new Version (1, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user