SharpCvsLib

IFileHandler.SendTextFile Method 

Send a text file to the server.

[Visual Basic]
Sub SendTextFile( _
   ByVal outStream As CvsStream, _
   ByVal fileName As String _
)
[C#]
void SendTextFile(
   CvsStream outStream,
   string fileName
);

Parameters

outStream
Missing <param> documentation for outStream
fileName
Missing <param> documentation for fileName

See Also

IFileHandler Interface | ICSharpCode.SharpCvsLib.FileHandler Namespace