Click or drag to resize

WebHeaderCollectionAllKeys Property

Gets all header names in the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override string[] AllKeys { get; }

Property Value

Type: String
An array of String that contains all header names in the collection.
See Also