HandshakeHelpers.CheckSupportedWebSocketRequest Método

Definición

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

Parámetros

method
String

Devoluciones

Boolean

Se aplica a