added WebSocketSharp library
commit4f17d9de5ecbc806e1ad0ad2aa470d86373a7cbd
authorMario <m_reder10@cs.uni-kl.de>
Thu, 19 Oct 2017 12:55:01 +0000 (19 14:55 +0200)
committerMario <m_reder10@cs.uni-kl.de>
Thu, 19 Oct 2017 12:55:01 +0000 (19 14:55 +0200)
treeedef7e52617d8d6beb2f584ed68f9565a8a6cc90
parentc8845d8e2a6f2cb5126ddff7b858093d7474a7e7
added WebSocketSharp library
91 files changed:
websocket-sharp/AssemblyInfo.cs [new file with mode: 0644]
websocket-sharp/ByteOrder.cs [new file with mode: 0644]
websocket-sharp/CloseEventArgs.cs [new file with mode: 0644]
websocket-sharp/CloseStatusCode.cs [new file with mode: 0644]
websocket-sharp/CompressionMethod.cs [new file with mode: 0644]
websocket-sharp/ErrorEventArgs.cs [new file with mode: 0644]
websocket-sharp/Ext.cs [new file with mode: 0644]
websocket-sharp/Fin.cs [new file with mode: 0644]
websocket-sharp/HttpBase.cs [new file with mode: 0644]
websocket-sharp/HttpRequest.cs [new file with mode: 0644]
websocket-sharp/HttpResponse.cs [new file with mode: 0644]
websocket-sharp/LogData.cs [new file with mode: 0644]
websocket-sharp/LogLevel.cs [new file with mode: 0644]
websocket-sharp/Logger.cs [new file with mode: 0644]
websocket-sharp/Mask.cs [new file with mode: 0644]
websocket-sharp/MessageEventArgs.cs [new file with mode: 0644]
websocket-sharp/Net/AuthenticationBase.cs [new file with mode: 0644]
websocket-sharp/Net/AuthenticationChallenge.cs [new file with mode: 0644]
websocket-sharp/Net/AuthenticationResponse.cs [new file with mode: 0644]
websocket-sharp/Net/AuthenticationSchemes.cs [new file with mode: 0644]
websocket-sharp/Net/Chunk.cs [new file with mode: 0644]
websocket-sharp/Net/ChunkStream.cs [new file with mode: 0644]
websocket-sharp/Net/ChunkedRequestStream.cs [new file with mode: 0644]
websocket-sharp/Net/ClientSslConfiguration.cs [new file with mode: 0644]
websocket-sharp/Net/Cookie.cs [new file with mode: 0644]
websocket-sharp/Net/CookieCollection.cs [new file with mode: 0644]
websocket-sharp/Net/CookieException.cs [new file with mode: 0644]
websocket-sharp/Net/EndPointListener.cs [new file with mode: 0644]
websocket-sharp/Net/EndPointManager.cs [new file with mode: 0644]
websocket-sharp/Net/HttpBasicIdentity.cs [new file with mode: 0644]
websocket-sharp/Net/HttpConnection.cs [new file with mode: 0644]
websocket-sharp/Net/HttpDigestIdentity.cs [new file with mode: 0644]
websocket-sharp/Net/HttpHeaderInfo.cs [new file with mode: 0644]
websocket-sharp/Net/HttpHeaderType.cs [new file with mode: 0644]
websocket-sharp/Net/HttpListener.cs [new file with mode: 0644]
websocket-sharp/Net/HttpListenerAsyncResult.cs [new file with mode: 0644]
websocket-sharp/Net/HttpListenerContext.cs [new file with mode: 0644]
websocket-sharp/Net/HttpListenerException.cs [new file with mode: 0644]
websocket-sharp/Net/HttpListenerPrefix.cs [new file with mode: 0644]
websocket-sharp/Net/HttpListenerPrefixCollection.cs [new file with mode: 0644]
websocket-sharp/Net/HttpListenerRequest.cs [new file with mode: 0644]
websocket-sharp/Net/HttpListenerResponse.cs [new file with mode: 0644]
websocket-sharp/Net/HttpRequestHeader.cs [new file with mode: 0644]
websocket-sharp/Net/HttpResponseHeader.cs [new file with mode: 0644]
websocket-sharp/Net/HttpStatusCode.cs [new file with mode: 0644]
websocket-sharp/Net/HttpStreamAsyncResult.cs [new file with mode: 0644]
websocket-sharp/Net/HttpUtility.cs [new file with mode: 0644]
websocket-sharp/Net/HttpVersion.cs [new file with mode: 0644]
websocket-sharp/Net/InputChunkState.cs [new file with mode: 0644]
websocket-sharp/Net/InputState.cs [new file with mode: 0644]
websocket-sharp/Net/LineState.cs [new file with mode: 0644]
websocket-sharp/Net/NetworkCredential.cs [new file with mode: 0644]
websocket-sharp/Net/QueryStringCollection.cs [new file with mode: 0644]
websocket-sharp/Net/ReadBufferState.cs [new file with mode: 0644]
websocket-sharp/Net/RequestStream.cs [new file with mode: 0644]
websocket-sharp/Net/ResponseStream.cs [new file with mode: 0644]
websocket-sharp/Net/ServerSslConfiguration.cs [new file with mode: 0644]
websocket-sharp/Net/WebHeaderCollection.cs [new file with mode: 0644]
websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs [new file with mode: 0644]
websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs [new file with mode: 0644]
websocket-sharp/Net/WebSockets/WebSocketContext.cs [new file with mode: 0644]
websocket-sharp/Opcode.cs [new file with mode: 0644]
websocket-sharp/PayloadData.cs [new file with mode: 0644]
websocket-sharp/Rsv.cs [new file with mode: 0644]
websocket-sharp/Server/HttpRequestEventArgs.cs [new file with mode: 0644]
websocket-sharp/Server/HttpServer.cs [new file with mode: 0644]
websocket-sharp/Server/IWebSocketSession.cs [new file with mode: 0644]
websocket-sharp/Server/ServerState.cs [new file with mode: 0644]
websocket-sharp/Server/WebSocketBehavior.cs [new file with mode: 0644]
websocket-sharp/Server/WebSocketServer.cs [new file with mode: 0644]
websocket-sharp/Server/WebSocketServiceHost.cs [new file with mode: 0644]
websocket-sharp/Server/WebSocketServiceHost`1.cs [new file with mode: 0644]
websocket-sharp/Server/WebSocketServiceManager.cs [new file with mode: 0644]
websocket-sharp/Server/WebSocketSessionManager.cs [new file with mode: 0644]
websocket-sharp/WebSocket.cs [new file with mode: 0644]
websocket-sharp/WebSocketException.cs [new file with mode: 0644]
websocket-sharp/WebSocketFrame.cs [new file with mode: 0644]
websocket-sharp/WebSocketState.cs [new file with mode: 0644]
websocket-sharp/bin/Debug/websocket-sharp.dll [new file with mode: 0644]
websocket-sharp/bin/Debug/websocket-sharp.pdb [new file with mode: 0644]
websocket-sharp/bin/Release/websocket-sharp.dll [new file with mode: 0644]
websocket-sharp/doc/.gitignore [new file with mode: 0644]
websocket-sharp/doc/doc.sh [new file with mode: 0644]
websocket-sharp/obj/Debug/websocket-sharp.csproj.CoreCompileInputs.cache [new file with mode: 0644]
websocket-sharp/obj/Debug/websocket-sharp.csproj.FileListAbsolute.txt [new file with mode: 0644]
websocket-sharp/obj/Debug/websocket-sharp.dll [new file with mode: 0644]
websocket-sharp/obj/Debug/websocket-sharp.pdb [new file with mode: 0644]
websocket-sharp/obj/Release/websocket-sharp.csproj.FileListAbsolute.txt [new file with mode: 0644]
websocket-sharp/obj/Release/websocket-sharp.dll [new file with mode: 0644]
websocket-sharp/websocket-sharp.csproj [new file with mode: 0644]
websocket-sharp/websocket-sharp.snk [new file with mode: 0644]