WriteBlock

This method of the IResponse interface writes a block of memory to an output stream.

Syntax

public abstract void WriteBlock(short blk);

Parameters

blk An integer that indicates the size of the memory block.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.