WebHeaderCollection.ToByteArray Method

Definition

Converts the WebHeaderCollection to a byte array.

public:
 cli::array <System::Byte> ^ ToByteArray();
public byte[] ToByteArray ();
member this.ToByteArray : unit -> byte[]
Public Function ToByteArray () As Byte()

Returns

Byte[]

A Byte array holding the header collection.

Applies to