I am new to WCF so can any one explain what is the use of using the attributes in
Srvice contract attributes like:
- Namespace
- ConfigurationName
- Name
- CallBackContract
- HasProtectionLevel
- Session Mode
- Protection Level
Operation contract attributes like:
- Action
- ReplyAction
- AsyncOperation
- IsOneWay
- IsTerminating
Data contract attributes:
- IsRequired
- EmitDefaultValue
- Order
Can anyone please help me learn more about these attributes.
Thanks...