webMethods Microsoft Package 9.0 | webMethods Package for Microsoft .NET Documentation | webMethods Package for Microsoft .NET Client API Programmer’s Documentation | Invoking a Service using Visual Studio | Generating a C# Client Code in Visual Studio | Class Declaration (Generated Code)
 
Class Declaration (Generated Code)
The second stage of the code creates the context in which the client operates:
namespace Pub.String
{
/// <summary>
/// Sample client demonstrating invocation of the 'concat' Integration ///
Service using an object generated by the webMethods Visual
/// Studio Add-in.
/// </summary>
class ClientSample2