Fix due to the modified Ext.cs

This commit is contained in:
sta
2012-12-05 22:10:15 +09:00
parent 4424d1d809
commit daeaebcc4b
62 changed files with 802 additions and 339 deletions

View File

@@ -1,6 +1,6 @@
//
// HttpStatusCode.cs
// Copied from System.Net.HttpStatusCode
// Copied from System.Net.HttpStatusCode.cs
//
// This code was automatically generated from
// ECMA CLI XML Library Specification.
@@ -34,6 +34,7 @@
namespace WebSocketSharp.Net {
public enum HttpStatusCode {
Continue = 100,
SwitchingProtocols = 101,
OK = 200,