[Mono-list] Patch for TcpClient/TcpListener

Lawrence Pit loz@cable.a2000.nl
Fri, 17 May 2002 09:52:52 +0300


Hi Jarek, thanks, it's in CVS now.

Greets,
Lawrence

> There's a problem with the TcpClient object returned from
> TcpListener.AcceptTcpClient.
> When you attempted to call GetStream() on the result you'd get null
instead
> of the correct NetworkStream object.
>
> Attached is the patch for it. It modifies internal void SetTcpClient() to
> correctly initialize "stream" member.
> ChangeLog is also included.
>
> Can you add it to CVS?
>
> Jarek
>