Share via


ResponseExtensions.WriteBinary Method

Include Protected Members
Include Inherited Members

Writes a sequence of bytes that represent binary content to the output stream of an HTTP response.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member WriteBinary(HttpResponseBase, Byte[]) Writes a sequence of bytes that represent binary content of an unspecified type to the output stream of an HTTP response.
Public methodStatic member WriteBinary(HttpResponseBase, Byte[], String) Writes a sequence of bytes that represent binary content of the specified MIME type to the output stream of an HTTP response.

Top

See Also

Reference

ResponseExtensions Class

System.Web.WebPages Namespace