C# 클래스 TodoPagoConnector.RestConnector

파일 보기 프로젝트 열기: TodoPago/SDK-.NET 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
client System.Net.WebClient
endpoint string
headders string>.Dictionary

공개 메소드들

메소드 설명
RestConnector ( string endpoint, string>.Dictionary headders ) : System.Collections.Generic

보호된 메소드들

메소드 설명
generateHttpWebRequest ( String URL, String contentType, String method, System.Boolean withApiKey ) : HttpWebRequest
toDictionary ( XmlDocument xd ) : object>.Dictionary
toDictionary ( XmlNode xd ) : object>.Dictionary

메소드 상세

RestConnector() 공개 메소드

public RestConnector ( string endpoint, string>.Dictionary headders ) : System.Collections.Generic
endpoint string
headders string>.Dictionary
리턴 System.Collections.Generic

generateHttpWebRequest() 보호된 메소드

protected generateHttpWebRequest ( String URL, String contentType, String method, System.Boolean withApiKey ) : HttpWebRequest
URL String
contentType String
method String
withApiKey System.Boolean
리턴 System.Net.HttpWebRequest

toDictionary() 보호된 메소드

protected toDictionary ( XmlDocument xd ) : object>.Dictionary
xd System.Xml.XmlDocument
리턴 object>.Dictionary

toDictionary() 보호된 메소드

protected toDictionary ( XmlNode xd ) : object>.Dictionary
xd System.Xml.XmlNode
리턴 object>.Dictionary

프로퍼티 상세

client 보호되어 있는 프로퍼티

protected WebClient,System.Net client
리턴 System.Net.WebClient

endpoint 보호되어 있는 프로퍼티

protected string endpoint
리턴 string

headders 보호되어 있는 프로퍼티

protected Dictionary headders
리턴 string>.Dictionary