How to get the time at which web service is called
I wa开发者_如何学Cnt to get the date/time at which a web service is called. I also want the parameter list which is passed to the web service.
use System.DateTime.Now() in the calling function to get the Date and Time
精彩评论