Modified CompressionMethod enum values to PascalCase values

This commit is contained in:
sta
2014-03-04 17:02:41 +09:00
parent 639b056f1a
commit e594696a38
6 changed files with 37 additions and 35 deletions

View File

@@ -123,7 +123,7 @@ namespace Example1
);
};
//_ws.Compression = CompressionMethod.DEFLATE;
//_ws.Compression = CompressionMethod.Deflate;
_notifyMsgState = new ThreadState();
_notifyMsg = (state) =>