C# Class Junior.Route.Routing.Responses.Text.CmdResponse

Inheritance: ImmutableResponse
ファイルを表示 Open project: nathan-alden/junior-route

Public Methods

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

Method Details

CmdResponse() public method

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

CmdResponse() public method

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

CmdResponse() public method

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

CmdResponse() public method

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

CmdResponse() public method

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

CmdResponse() public method

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

CmdResponse() public method

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

CmdResponse() public method

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

CmdResponse() public method

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

CmdResponse() public method

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