C-DEngine 5.105

WebHeaderCollection..::..ToByteArray Method

Converts the current WebHeaderCollection to an array of Byte.

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

Syntax


public byte[] ToByteArray()
Public Function ToByteArray As Byte()
public:
array<unsigned char^>^ ToByteArray()

Return Value

An array of Byte that receives the converted current WebHeaderCollection.