C-DEngine 5.105

WebHeaderCollection..::..Keys Property

Gets a collection of header names in the collection.

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

Syntax


public KeysCollection Keys { get; }
Public ReadOnly Property Keys As KeysCollection
	Get
public:
property KeysCollection^ Keys {
	KeysCollection^ get ();
}

Field Value

A [NameObjectCollectionBase.KeysCollection] that contains all header names in the collection.