C# Class TodoPagoConnector.RestConnector

Afficher le fichier Open project: TodoPago/SDK-.NET Class Usage Examples

Protected Properties

Свойство Type Description
client System.Net.WebClient
endpoint string
headders string>.Dictionary

Méthodes publiques

Méthode Description
RestConnector ( string endpoint, string>.Dictionary headders ) : System.Collections.Generic

Méthodes protégées

Méthode Description
generateHttpWebRequest ( String URL, String contentType, String method, System.Boolean withApiKey ) : HttpWebRequest
toDictionary ( XmlDocument xd ) : object>.Dictionary
toDictionary ( XmlNode xd ) : object>.Dictionary

Method Details

RestConnector() public méthode

public RestConnector ( string endpoint, string>.Dictionary headders ) : System.Collections.Generic
endpoint string
headders string>.Dictionary
Résultat System.Collections.Generic

generateHttpWebRequest() protected méthode

protected generateHttpWebRequest ( String URL, String contentType, String method, System.Boolean withApiKey ) : HttpWebRequest
URL String
contentType String
method String
withApiKey System.Boolean
Résultat System.Net.HttpWebRequest

toDictionary() protected méthode

protected toDictionary ( XmlDocument xd ) : object>.Dictionary
xd System.Xml.XmlDocument
Résultat object>.Dictionary

toDictionary() protected méthode

protected toDictionary ( XmlNode xd ) : object>.Dictionary
xd System.Xml.XmlNode
Résultat object>.Dictionary

Property Details

client protected_oe property

protected WebClient,System.Net client
Résultat System.Net.WebClient

endpoint protected_oe property

protected string endpoint
Résultat string

headders protected_oe property

protected Dictionary headders
Résultat string>.Dictionary