Hi all,
I have a interface(let us say IX) in which I have defined a property(Timeout). Now there is a class which implements this interface and it is a webservice and it is derving from SoapHttpClientProtocol. My question is Can webservice implementa property. In most of the examples I has always been methods.