c# - How to pass my own class using WCF? -


i have simple wcf service application (based on tutorial http://msdn.microsoft.com/en-us/library/ms734712.aspx ).

is possible write function passes/returns own class?

yes, till time class serializable, can pass back. recommended way use data contracts. see


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -