C# 클래스 Junior.Route.Routing.Responses.Multipart.EncryptedResponse

상속: ImmutableResponse
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
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

메소드 상세

EncryptedResponse() 공개 메소드

public EncryptedResponse ( Action configurationDelegate = null ) : System
configurationDelegate Action
리턴 System

EncryptedResponse() 공개 메소드

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

EncryptedResponse() 공개 메소드

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

EncryptedResponse() 공개 메소드

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

EncryptedResponse() 공개 메소드

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

EncryptedResponse() 공개 메소드

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

EncryptedResponse() 공개 메소드

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

EncryptedResponse() 공개 메소드

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

EncryptedResponse() 공개 메소드

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

EncryptedResponse() 공개 메소드

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