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

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

Public Methods

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

Method Details

EncryptedResponse() public method

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

EncryptedResponse() public method

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

EncryptedResponse() public method

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

EncryptedResponse() public method

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

EncryptedResponse() public method

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

EncryptedResponse() public method

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

EncryptedResponse() public method

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

EncryptedResponse() public method

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

EncryptedResponse() public method

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

EncryptedResponse() public method

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