Click or drag to resize

WebHeaderCollectionCount Property

Gets the number of headers in the collection.

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

Property Value

Type: Int32
An Int32 that represents the number of headers in the collection.

Implements

ICollectionCount
See Also