Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am working on WCF Data service with ADO.net Entity data model
i need to write WCF [WebGet] method whith multiple perameter

Please help

thnx...
Posted
Comments
So, what is the issue?
ZurdoDev 5-Mar-14 10:17am    
And where are you stuck?

Well, if I understood your question correctly then,
C#
[OperationContract]
[WebGet(UriTemplate = "RecoverPassword?email={email}&secQues={securityQuestion}&secAns={securityAnswer}")]
string RecoverPassword(string email, string securityQuestion, string securityAnswer);


-KR
 
Share this answer
 
Hi @DipsMak, Did you see here[^]?

Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900