c# - Asynchronous call to WCF service from MVC controller -


i have restful wcf service need call asynchronously within mvc controller.

what "lightest" way of going this?

kindness,

dan

i'd issue httpwebrequest using asynchronous methods, begingetresponse.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -