WCF: is there an attribute to make parameters in the OperationContract required?
I use [DataMember(IsRequired=true)] to make the DataContract properties required. There doesn’t seem to be some IsRequired for the OperationContract parameters. How do I make them required and not allow null?