IHttpWebSocketFeature Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to server websocket features.
public interface class IHttpWebSocketFeature
	public interface IHttpWebSocketFeature
	type IHttpWebSocketFeature = interface
	Public Interface IHttpWebSocketFeature
	- Derived
 
Properties
| IsWebSocketRequest | 
		 Indicates if this is a WebSocket upgrade request.  | 
        	
Methods
| AcceptAsync(WebSocketAcceptContext) | 
		 Attempts to upgrade the request to a WebSocket. Check IsWebSocketRequest before invoking this.  |