Hello. I've created a Client Service proxy in a PCL, which accesses an .asmx web service. The proxy is a WebServiceSoapClient class and was created in VS2015 using the Add Service Reference menu option.
I'd like to manage the lifetime of the proxy using a Singleton.
The code in the following link reuses an instance of the proxy for multiple calls to the web service and so I assume it is OK to use the Singleton.
Can anyone confirm?
Thanks
Howard