HandshakeHelpers.GenerateResponseHeaders(String, String) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
static System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ GenerateResponseHeaders(System::String ^ key, System::String ^ subProtocol);
public static System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> GenerateResponseHeaders (string key, string subProtocol);
static member GenerateResponseHeaders : string * string -> seq<System.Collections.Generic.KeyValuePair<string, string>>
Public Shared Iterator Function GenerateResponseHeaders (key As String, subProtocol As String) As IEnumerable(Of KeyValuePair(Of String, String))
Parametry
- key
- String
- subProtocol
- String