HttpStaticObjectsCollectionWrapper::Serialize Method (BinaryWriter^)

 

Writes the contents of the collection to a BinaryWriter object.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Serialize(
	BinaryWriter^ writer
) override

Parameters

writer
Type: System.IO::BinaryWriter^

The object to use to write the serialized collection to a stream or encoded string.

.NET Framework
Available since 3.5
Return to top
Show: