Browse Source

[Modify] Polish it

pull/298/merge
sta 10 months ago
parent
commit
428c90f569
  1. 3
      websocket-sharp/Net/AuthenticationResponse.cs

3
websocket-sharp/Net/AuthenticationResponse.cs

@ -51,7 +51,8 @@ namespace WebSocketSharp.Net
#region Private Constructors
private AuthenticationResponse (
AuthenticationSchemes scheme, NameValueCollection parameters
AuthenticationSchemes scheme,
NameValueCollection parameters
)
{
_scheme = scheme;

Loading…
Cancel
Save