C# Class AppHarbor.Tests.DelegateOutputStream

Inheritance: System.IO.MemoryStream
Show file Open project: appharbor/appharbor-cli Class Usage Examples

Public Methods

Method Description
DelegateOutputStream ( Action beforeDispose ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DelegateOutputStream() public method

public DelegateOutputStream ( Action beforeDispose ) : System
beforeDispose Action
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void