FileSerializer.SerializeHeaderWithLengthPrefix Method

Serialize the file header data.
Protected Sub SerializeHeaderWithLengthPrefix( _ 
ByVal fileHeader As FileHeader, _ 
ByVal stream As Stream
)
This language is not supported or no code example is available.
protected void SerializeHeaderWithLengthPrefix( 
FileHeader fileHeader
Stream stream 
)
This language is not supported or no code example is available.

Parameters

fileHeader
FileHeader

The FileHeader.

stream
Stream

The file stream.

Remarks
 
This method must be called before calling SerializeWithLengthPrefix

.NET Framework

Supported in: 4.8

In this article

Definition