C# Class System.Net.WebSockets.HttpListenerWebSocketContext

Inheritance: WebSocketContext
显示文件 Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
CopyPrincipal ( IPrincipal user ) : IPrincipal
HttpListenerWebSocketContext ( Uri requestUri, NameValueCollection headers, CookieCollection cookieCollection, IPrincipal user, bool isAuthenticated, bool isLocal, bool isSecureConnection, string origin, IEnumerable secWebSocketProtocols, string secWebSocketVersion, string secWebSocketKey, WebSocket webSocket ) : System.Collections.Generic