diff --git a/websocket-sharp/Net/ClientSslAuthConfiguration.cs b/websocket-sharp/Net/ClientSslAuthConfiguration.cs index 0a518eb3..d5a63a15 100644 --- a/websocket-sharp/Net/ClientSslAuthConfiguration.cs +++ b/websocket-sharp/Net/ClientSslAuthConfiguration.cs @@ -36,8 +36,12 @@ using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; -namespace WebSocketSharp +namespace WebSocketSharp.Net { + /// + /// Stores the parameters used in configuring + /// as a client. + /// public class ClientSslAuthConfiguration { /// diff --git a/websocket-sharp/Server/ServerSslAuthConfiguration.cs b/websocket-sharp/Net/ServerSslAuthConfiguration.cs similarity index 96% rename from websocket-sharp/Server/ServerSslAuthConfiguration.cs rename to websocket-sharp/Net/ServerSslAuthConfiguration.cs index 401ad5db..06d7bf62 100644 --- a/websocket-sharp/Server/ServerSslAuthConfiguration.cs +++ b/websocket-sharp/Net/ServerSslAuthConfiguration.cs @@ -36,8 +36,12 @@ using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; -namespace WebSocketSharp +namespace WebSocketSharp.Net { + /// + /// Stores the parameters used in configuring + /// as a server. + /// public class ServerSslAuthConfiguration { /// diff --git a/websocket-sharp/websocket-sharp.csproj b/websocket-sharp/websocket-sharp.csproj index 2f7ba597..04eef04d 100644 --- a/websocket-sharp/websocket-sharp.csproj +++ b/websocket-sharp/websocket-sharp.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -68,7 +68,7 @@ - +