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

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

Public Methods

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

Method Details

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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

AtomResponse() public method

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