C# Class Fu.Steps.Result

Show file Open project: chakrit/fu-sharp

Public Methods

Method Description
Filter ( this _, Filter filter ) : Continuation
Filter ( this _, Filter filter ) : Continuation
Render ( this _ ) : Continuation
Render ( this _, Filter filter ) : Continuation
Render ( this _, bool enableHttpCompression ) : Continuation

Method Details

Filter() public static method

public static Filter ( this _, Filter filter ) : Continuation
_ this
filter Filter
return Continuation

Filter() public static method

public static Filter ( this _, Filter filter ) : Continuation
_ this
filter Filter
return Continuation

Render() public static method

public static Render ( this _ ) : Continuation
_ this
return Continuation

Render() public static method

public static Render ( this _, Filter filter ) : Continuation
_ this
filter Filter
return Continuation

Render() public static method

public static Render ( this _, bool enableHttpCompression ) : Continuation
_ this
enableHttpCompression bool
return Continuation