c# - Do WCF Services Expose Properties? -


In the interface required for implementing a WCF service, I have the main class with [ServiceContract ()] I declare attribute and [operation contract ()] .

How can I reveal public properties in any form? Thank you

You can not do it is not how it works. Only methods


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -