Pierre
2008-10-28 18:39:01 UTC
From Winform app, I'm calling web service methods. The client app is always
running (synchronizing data between client and server). Is it better to
implement the proxy object whe app start and dispose it when app close, or
is it better to implement the object just before clling the webMethod and
dispose the object after webMethod Returns ??
running (synchronizing data between client and server). Is it better to
implement the proxy object whe app start and dispose it when app close, or
is it better to implement the object just before clling the webMethod and
dispose the object after webMethod Returns ??