C# Class Junior.Route.Routing.Responses.Image.SvgResponse

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

Public Methods

Method Description
SvgResponse ( Action configurationDelegate = null ) : System
SvgResponse ( Encoding encoding, Action configurationDelegate = null ) : System
SvgResponse ( Func content, Action configurationDelegate = null ) : System
SvgResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
SvgResponse ( Func content, Action configurationDelegate = null ) : System
SvgResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
SvgResponse ( System.Xml.Linq.XNode content, Action configurationDelegate = null ) : System
SvgResponse ( System.Xml.Linq.XNode content, Encoding encoding, Action configurationDelegate = null ) : System
SvgResponse ( XmlNode content, Action configurationDelegate = null ) : System
SvgResponse ( XmlNode content, Encoding encoding, Action configurationDelegate = null ) : System
SvgResponse ( byte content, Action configurationDelegate = null ) : System
SvgResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
SvgResponse ( string content, Action configurationDelegate = null ) : System
SvgResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System

Method Details

SvgResponse() public method

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

SvgResponse() public method

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

SvgResponse() public method

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

SvgResponse() public method

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

SvgResponse() public method

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

SvgResponse() public method

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

SvgResponse() public method

public SvgResponse ( System.Xml.Linq.XNode content, Action configurationDelegate = null ) : System
content System.Xml.Linq.XNode
configurationDelegate Action
return System

SvgResponse() public method

public SvgResponse ( System.Xml.Linq.XNode content, Encoding encoding, Action configurationDelegate = null ) : System
content System.Xml.Linq.XNode
encoding System.Text.Encoding
configurationDelegate Action
return System

SvgResponse() public method

public SvgResponse ( XmlNode content, Action configurationDelegate = null ) : System
content System.Xml.XmlNode
configurationDelegate Action
return System

SvgResponse() public method

public SvgResponse ( XmlNode content, Encoding encoding, Action configurationDelegate = null ) : System
content System.Xml.XmlNode
encoding System.Text.Encoding
configurationDelegate Action
return System

SvgResponse() public method

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

SvgResponse() public method

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

SvgResponse() public method

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

SvgResponse() public method

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