C# Class Junior.Route.Routing.Responses.Application.XopResponse

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

Public Methods

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

Method Details

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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

XopResponse() public method

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