C# 클래스 Junior.Route.Routing.Responses.Application.SoapResponse

상속: ImmutableResponse
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
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

메소드 상세

SoapResponse() 공개 메소드

public SoapResponse ( Action configurationDelegate = null ) : System
configurationDelegate Action
리턴 System

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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

SoapResponse() 공개 메소드

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