On 27 February 2010 18:40, Denis Kenzior <denkenz(a)gmail.com> wrote:
> time. The other option, if I misunderstood the spec, would be to
make the
> Respond method return the string.
I'm actually open to the idea, the reason 'Initiate' returns a string is
that
95% of the time there is no dialog, just straight request -> response.
Right, here's a patch to return the string from Respond(), in the case
of a straight network request -> user response, it'll return an empty
string.
Regards