HandshakeHelpers.GenerateResponseHeaders(String, String) Metoda

Definice

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

Návraty

IEnumerable<KeyValuePair<String,String>>

Platí pro