C# Класс Junior.Route.Routing.Responses.Application.XopResponse

Наследование: ImmutableResponse
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

XopResponse() публичный Метод

public XopResponse ( Action configurationDelegate = null ) : System
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( Encoding encoding, Action configurationDelegate = null ) : System
encoding System.Text.Encoding
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( System.Xml.Linq.XNode content, Action configurationDelegate = null ) : System
content System.Xml.Linq.XNode
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( System.Xml.Linq.XNode content, Encoding encoding, Action configurationDelegate = null ) : System
content System.Xml.Linq.XNode
encoding System.Text.Encoding
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( XmlNode content, Action configurationDelegate = null ) : System
content System.Xml.XmlNode
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( XmlNode content, Encoding encoding, Action configurationDelegate = null ) : System
content System.Xml.XmlNode
encoding System.Text.Encoding
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( byte content, Action configurationDelegate = null ) : System
content byte
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
content byte
encoding System.Text.Encoding
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( string content, Action configurationDelegate = null ) : System
content string
configurationDelegate Action
Результат System

XopResponse() публичный Метод

public XopResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System
content string
encoding System.Text.Encoding
configurationDelegate Action
Результат System