How do you not force changes in a StreamWriter to be sent to the stream it is writing to?

 Posted by Raja on 9/29/2008 | Category: C# Interview questions | Views: 20115
Select from following answers:
  1. Close the StreamWriter
  2. Call the Flush method of the StreamWriter
  3. Set the AutoFlush property of the StreamWriter to true.
  4. Close the stream.
  5. All Above

Show Correct Answer


Source: MCTS | Asked In: MCTS | Alert Moderator 

Comments or Responses

Login to post response