C# Bugzilla WebService Access Assembly

Introduction

This is the documentation for BugzillaProxy, the C# Bugzilla WebService Access Assembly. For more information about what it is, and why to use it, consult http://oss.dbc.dk/bugzproxy .

Getting Started

Either check out the Bugzproxy.Server class, or the example page.

All examples are compilable (they are part of the source distribution) and take a common set of options. Use the "--help" option to each to get the options. By default all programs use the Bugzilla "landfill" server, but you can change this using the options.

All example programs also accept a "--trace" option, that will dump the communication with the server to std.out. Please note, that some issues, such as supplying a non-existant server, will not be indicated in the trace, but by exceptions.

Error Handling

In general, all methods throw exceptions on errors.
Generated on Thu Jan 17 07:31:46 2008 for BugzillaProxy by  doxygen 1.5.4