SharpCvsLib

CvsStream.Write Method (Byte[], Int32, Int32)

I needed to implement the abstract member.

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

Parameters

array
A byte array to send to the server.
offset
A position in the byte array to start writing from.
count
The number of bytes to write.

See Also

CvsStream Class | ICSharpCode.SharpCvsLib.Streams Namespace | CvsStream.Write Overload List