Added some XML documentation comments

This commit is contained in:
sta
2013-01-11 20:32:38 +09:00
parent 093a0a102b
commit 46f8088af3
137 changed files with 45431 additions and 222 deletions

View File

@@ -1,5 +1,5 @@
#region MIT License
/**
/*
* HttpListenerWebSocketContext.cs
*
* The MIT License

View File

@@ -1,5 +1,5 @@
#region MIT License
/**
/*
* SslStream.cs
*
* The MIT License
@@ -32,7 +32,7 @@ using System.Net.Sockets;
namespace WebSocketSharp.Net.Security {
public class SslStream : System.Net.Security.SslStream
internal class SslStream : System.Net.Security.SslStream
{
#region Constructors

View File

@@ -1,5 +1,5 @@
#region MIT License
/**
/*
* TcpListenerWebSocketContext.cs
*
* The MIT License

View File

@@ -1,5 +1,5 @@
#region MIT License
/**
/*
* WebSocketContext.cs
*
* The MIT License