V
Victor
Hi,
Could you tell me can I keep the MemoryStream open and "close" the
BinaryReader?
As the MemoryStream is used for buffering the TCP data and BinaryReader is
only used to read the MemoryStream, so I don't want to close the MemoryStream.
Do I really need to close the BinaryReader if the underlying backing store
needs not to be closed?
Thanks a lot
Victor.
Could you tell me can I keep the MemoryStream open and "close" the
BinaryReader?
As the MemoryStream is used for buffering the TCP data and BinaryReader is
only used to read the MemoryStream, so I don't want to close the MemoryStream.
Do I really need to close the BinaryReader if the underlying backing store
needs not to be closed?
Thanks a lot
Victor.