NAnt SDK Documentation - v0.92

WebDavClient.UploadFile Method 

[Visual Basic]
Public Sub UploadFile( _
   ByVal localFileName As String, _
   ByVal remoteFileName As String _
)
[C#]
public void UploadFile(
   string localFileName,
   string remoteFileName
);

See Also

WebDavClient Class | NAnt.VSNet Namespace