C-DEngine 5.105

WebHeaderCollection..::..AllKeys Property

Gets all header names in the collection.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string[] AllKeys { get; }
Public ReadOnly Property AllKeys As String()
	Get
public:
property array<String^>^ AllKeys {
	array<String^>^ get ();
}

Field Value

An array of String that contains all header names in the collection.