C# Class Junior.Route.Routing.Responses.Multipart.RelatedResponse

Inheritance: ImmutableResponse
Show file Open project: nathan-alden/junior-route

Public Methods

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

Method Details

RelatedResponse() public method

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

RelatedResponse() public method

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

RelatedResponse() public method

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

RelatedResponse() public method

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

RelatedResponse() public method

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

RelatedResponse() public method

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

RelatedResponse() public method

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

RelatedResponse() public method

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

RelatedResponse() public method

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

RelatedResponse() public method

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