Hi! It's possible to send an object serialized with XMLSerializer using a NetworkStream without closing the stream? The problem is I need to close the stream after sending, because XMLSerializer.Deserialize(Stream st) waits until the stream close. Thanks