Ejemplo n.º 1
0
 protected override void DoCleanup()
 {
     _wsdl.Abort();
     _wsdl.Dispose();
     _wsdl = null;
 }
Ejemplo n.º 2
0
 protected override void DoInitializeSession()
 {
     _wsdl = new NuSoapWsdl(_serverUrl);
     _wsdl.Proxy = AppConfig.GetWebProxy();
     _wsdl.UserAgent = string.Format("{0} v{1}", ProTONEConstants.PlayerName, SuiteVersion.Version);
 }