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

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

Public Methods

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

Method Details

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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

SoapResponse() public method

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