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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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