WebSocketHelpers.ProcessWebSocketProtocolHeader 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 ProcessWebSocketProtocolHeader(System::Collections::Generic::IEnumerable<System::String ^> ^ clientSecWebSocketProtocols, System::String ^ subProtocol);
public static bool ProcessWebSocketProtocolHeader (System.Collections.Generic.IEnumerable<string> clientSecWebSocketProtocols, string subProtocol);
static member ProcessWebSocketProtocolHeader : seq<string> * string -> bool
Public Function ProcessWebSocketProtocolHeader (clientSecWebSocketProtocols As IEnumerable(Of String), subProtocol As String) As Boolean
Parameters
- clientSecWebSocketProtocols
- IEnumerable<String>
- subProtocol
- String