PHP.Core.ExternalStream.FreeManaged C# (CSharp) Method

FreeManaged() protected method

Closes the stream.
protected FreeManaged ( ) : void
return void
		protected override void FreeManaged()
		{
			// Call the base implementation to flush the output buffers if any.
			base.FreeManaged();
			proxy.Close();
		}