[To be supplied.]
[Visual Basic] Public Shared Function GenerateCode( _ ByVal description As ServiceDescription, _ ByVal descriptions As ServiceDescriptions, _ ByVal schemas As XmlSchemas, _ ByVal baseUrl As String, _ ByVal codeWriter As CodeWriter, _ ByVal client As Boolean _ ) As Boolean [C#] public static bool GenerateCode( ServiceDescription description, ServiceDescriptions descriptions, XmlSchemas schemas, string baseUrl, CodeWriter codeWriter, bool client ); [C++] public: static bool GenerateCode( ServiceDescription* description, ServiceDescriptions* descriptions, XmlSchemas* schemas, String* baseUrl, CodeWriter* codeWriter, bool client ); [JScript] public static function GenerateCode( description : ServiceDescription, descriptions : ServiceDescriptions, schemas : XmlSchemas, baseUrl : String, codeWriter : CodeWriter, client : Boolean ) : Boolean;
ServiceDescription Class | ServiceDescription Members | System.Web.Services.Description Namespace