static IPrincipal CopyPrincipal(IPrincipal user)
 
readonly CookieCollection _cookieCollection
 
readonly IEnumerable< string > _secWebSocketProtocols
 
readonly NameValueCollection _headers
 
HttpListenerWebSocketContext(Uri requestUri, NameValueCollection headers, CookieCollection cookieCollection, IPrincipal user, bool isAuthenticated, bool isLocal, bool isSecureConnection, string origin, IEnumerable< string > secWebSocketProtocols, string secWebSocketVersion, string secWebSocketKey, WebSocket webSocket)
 
override CookieCollection CookieCollection
 
override IEnumerable< string > SecWebSocketProtocols
 
readonly string _secWebSocketVersion