Reputation: 313
I am new to WCF so can any one explain what is the use of using the attributes in
Service contract attributes like:
Operation contract attributes like:
Data contract attributes:
Can anyone please help me learn more about these attributes.
Thanks...
Upvotes: 1
Views: 8462
Reputation: 754478
The online MSDN documentation is your first source for things like that:
ServiceContractAttribute
hereOperationContractAttribute
hereDataContractAttribute
hereAll the MSDN documentation pages contain detailed explanations of all the settings on those contract attributes.
Upvotes: 3