C# Class Junior.Route.Routing.Responses.Message.Rfc822Response

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

Public Methods

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

Method Details

Rfc822Response() public method

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

Rfc822Response() public method

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

Rfc822Response() public method

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

Rfc822Response() public method

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

Rfc822Response() public method

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

Rfc822Response() public method

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

Rfc822Response() public method

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

Rfc822Response() public method

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

Rfc822Response() public method

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

Rfc822Response() public method

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