Home > Net >  Client calls webservice, can you tell me the way before add/return: this limit, what does it mean th
Client calls webservice, can you tell me the way before add/return: this limit, what does it mean th

Time:10-11

[return: XmlElement (" return ", Form=XmlSchemaForm. The Unqualified)]
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?
  •  Tags:  
  • C#
  • Related