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