WebSocketExtensions.IsWebSocketRequest(RequestContext) Method
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.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsWebSocketRequest(Microsoft::Net::Http::Server::RequestContext ^ context);
public static bool IsWebSocketRequest (this Microsoft.Net.Http.Server.RequestContext context);
static member IsWebSocketRequest : Microsoft.Net.Http.Server.RequestContext -> bool
<Extension()>
Public Function IsWebSocketRequest (context As RequestContext) As Boolean
Parameters
- context
- RequestContext