Mediachase FileUploader.NET 1.9 Framework Help

SqlBlobStream.Write Method 

Overridden. Writes a block of bytes to this stream using data from a buffer.

[Visual Basic]
Overrides Public Sub Write( _
   ByVal buffer As Byte(), _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
[C#]
public override void Write(
   byte[] buffer,
   int offset,
   int count
);

Parameters

buffer
The array to which bytes are written.
offset
The byte offset in array at which to begin writing.
count
The maximum number of bytes to write.

See Also

SqlBlobStream Class | Mediachase.FileUploader Namespace