From 5f0b36997b1499ef429156b37800e6d5dbdb076e Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 29 Jun 2014 15:14:35 +0900 Subject: [PATCH] Moved AuthenticationResponse under the WebSocketSharp.Net namespace --- websocket-sharp/{ => Net}/AuthenticationResponse.cs | 3 +-- websocket-sharp/websocket-sharp.csproj | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename websocket-sharp/{ => Net}/AuthenticationResponse.cs (99%) diff --git a/websocket-sharp/AuthenticationResponse.cs b/websocket-sharp/Net/AuthenticationResponse.cs similarity index 99% rename from websocket-sharp/AuthenticationResponse.cs rename to websocket-sharp/Net/AuthenticationResponse.cs index 6e0f94e7..54df3991 100644 --- a/websocket-sharp/AuthenticationResponse.cs +++ b/websocket-sharp/Net/AuthenticationResponse.cs @@ -35,9 +35,8 @@ using System.Collections.Specialized; using System.Security.Cryptography; using System.Security.Principal; using System.Text; -using WebSocketSharp.Net; -namespace WebSocketSharp +namespace WebSocketSharp.Net { internal class AuthenticationResponse { diff --git a/websocket-sharp/websocket-sharp.csproj b/websocket-sharp/websocket-sharp.csproj index bcd95cca..8751548c 100644 --- a/websocket-sharp/websocket-sharp.csproj +++ b/websocket-sharp/websocket-sharp.csproj @@ -110,7 +110,6 @@ - @@ -135,6 +134,7 @@ +