Browse Source

[Modify] Polish it

pull/755/head
sta 1 year ago
parent
commit
f4adbdf97f
  1. 2
      websocket-sharp/Server/WebSocketServer.cs

2
websocket-sharp/Server/WebSocketServer.cs

@ -61,8 +61,8 @@ namespace WebSocketSharp.Server
private System.Net.IPAddress _address;
private AuthenticationSchemes _authSchemes;
private static readonly string _defaultRealm;
private bool _isDnsStyle;
private string _hostname;
private bool _isDnsStyle;
private bool _isSecure;
private TcpListener _listener;
private Logger _log;

Loading…
Cancel
Save