BufferedReader.Dispose Method
Definition
Disposes of this BufferedReader instance
This method SHOULD NOT be used! VoltRpc will dispose of this object when it is done with it!
NOTE: This disposal method will NOT call System.IO.Stream.Dispose on the underlying IncomingStream
public void Dispose ();
Implements
System.IDisposable.Dispose