Click or drag to resize

WebHeaderCollectionToByteArray Method

Converts the current WebHeaderCollection to an array of Byte.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public byte[] ToByteArray()

Return Value

Type: Byte
An array of Byte that receives the converted current WebHeaderCollection.
See Also