C# Class Junior.Route.Routing.Responses.Model.ExampleResponse

Inheritance: ImmutableResponse
Exibir arquivo Open project: nathan-alden/junior-route

Public Methods

Method Description
ExampleResponse ( Action configurationDelegate = null ) : System
ExampleResponse ( Encoding encoding, Action configurationDelegate = null ) : System
ExampleResponse ( Func content, Action configurationDelegate = null ) : System
ExampleResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
ExampleResponse ( Func content, Action configurationDelegate = null ) : System
ExampleResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
ExampleResponse ( byte content, Action configurationDelegate = null ) : System
ExampleResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
ExampleResponse ( string content, Action configurationDelegate = null ) : System
ExampleResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System

Method Details

ExampleResponse() public method

public ExampleResponse ( Action configurationDelegate = null ) : System
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( Encoding encoding, Action configurationDelegate = null ) : System
encoding System.Text.Encoding
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( byte content, Action configurationDelegate = null ) : System
content byte
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
content byte
encoding System.Text.Encoding
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( string content, Action configurationDelegate = null ) : System
content string
configurationDelegate Action
return System

ExampleResponse() public method

public ExampleResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System
content string
encoding System.Text.Encoding
configurationDelegate Action
return System