I have in WCF [WebInvoke(UriTemplate = "etcetc"
I need to access the string "etcetc" for use in some of my business logic, not sure if this is possible or not? Where is it stored in memory?
I have in WCF [WebInvoke(UriTemplate = "etcetc"
I need to access the string "etcetc" for use in some of my business logic, not sure if this is possible or not? Where is it stored in memory?
Copyright © 2021 Jogjafile Inc.
you can use something like below to access these attributes :
And to answer your second question : where it is stored ? So it is basically part of your metadata in compiled assembly.