Added some XML documentation comments

This commit is contained in:
sta
2013-02-19 22:08:02 +09:00
parent a376daedf0
commit a9d5e06166
74 changed files with 355 additions and 112 deletions

View File

@@ -234,7 +234,7 @@ namespace WebSocketSharp.Net.WebSockets {
/// Gets the client information (identity, authentication information and security roles).
/// </summary>
/// <value>
/// An <see cref="IPrincipal"/> that contains the client information.
/// A <see cref="IPrincipal"/> that contains the client information.
/// </value>
public override IPrincipal User {
get {

View File

@@ -248,7 +248,7 @@ namespace WebSocketSharp.Net.WebSockets {
/// Gets the client information (identity, authentication information and security roles).
/// </summary>
/// <value>
/// An <see cref="IPrincipal"/> that contains the client information.
/// A <see cref="IPrincipal"/> that contains the client information.
/// </value>
/// <exception cref="NotImplementedException">
/// This property is not implemented.

View File

@@ -147,7 +147,7 @@ namespace WebSocketSharp.Net.WebSockets {
/// Gets the client information (identity, authentication information and security roles).
/// </summary>
/// <value>
/// An <see cref="IPrincipal"/> that contains the client information.
/// A <see cref="IPrincipal"/> that contains the client information.
/// </value>
public abstract IPrincipal User { get; }