WCF Custom Operation Behaviour Implementation Order -


i have 2 custom operation behaviours validates , input , token separately, work fine, want them implemented in particular order.

i'd requiredrequestvalidate gets called before requiredtoken not case atm.

what have is:

[requiredrequestvalidate] [requiredtoken] public usersresponse getusers(userauthorizationrequest request) {      // whatever here ... } 


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -