Public string MakeFile (string filename, string filesize)
{
Object [] array=Invoke (" make ", the new object [2]
{
The filename,
The filesize
});
Return (string) array [0].
}
How to return to the client of a service mark of the return format,
thank you
CodePudding user response:
What you so-called "server" is to use the system mechanism to handle HTTP requests?