public string[] getCharFonts(string byFontsLength) { Toyz4net.Core.RandomFontsWebService.getCharFontsRequest1 inValue = new Toyz4net.Core.RandomFontsWebService.getCharFontsRequest1(); inValue.byFontsLength = byFontsLength; Toyz4net.Core.RandomFontsWebService.getCharFontsResponse1 retVal = ((Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpPost)(this)).getCharFonts(inValue); return(retVal.ArrayOfString); }
Toyz4net.Core.RandomFontsWebService.getCharFontsResponse1 Toyz4net.Core.RandomFontsWebService.RandomFontsWebServiceHttpPost.getCharFonts(Toyz4net.Core.RandomFontsWebService.getCharFontsRequest1 request) { return(base.Channel.getCharFonts(request)); }