HandshakeHelpers.CheckSupportedWebSocketRequest 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:
static bool CheckSupportedWebSocketRequest(System::String ^ method, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ headers);
public static bool CheckSupportedWebSocketRequest (string method, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> headers);
static member CheckSupportedWebSocketRequest : string * seq<System.Collections.Generic.KeyValuePair<string, string>> -> bool
Public Shared Function CheckSupportedWebSocketRequest (method As String, headers As IEnumerable(Of KeyValuePair(Of String, String))) As Boolean
Parameters
- method
- String
- headers
- IEnumerable<KeyValuePair<String,String>>