FileSerializer.SetFileHeader Method

Sets the file header data.
Protected Sub SetFileHeader( _ 
ByVal fileHeader As FileHeader
)
This language is not supported or no code example is available.
protected void SetFileHeader( 
FileHeader fileHeader 
)
This language is not supported or no code example is available.

Parameters

fileHeader
FileHeader

The FileHeader.

Remarks
 
This method must be used in conjunction with SerializeWithLengthPrefix<T> method.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition