Lame question but when you call a wcf service asynchronously, do you need to issue a
client.Open() explicitly first or does the async call handle all of that for you?
I am not using a channel factory.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No you dont have to call open, get yourself the client and call the async method, the framework will handle the rest.