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

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

Public Methods

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

Method Details

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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

RdfResponse() public method

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