C# Class myGengo.Client

Afficher le fichier Open project: gengo/spGengo Class Usage Examples

Méthodes publiques

Свойство Type Description
DELETE string
GET string
POST string
PUT string

Protected Properties

Свойство Type Description
_proxy System.Net.WebProxy
client System.Net.HttpWebRequest
instance Client

Méthodes publiques

Méthode Description
delete ( string url, string format, IDictionary param ) : HttpWebResponse
get ( string url, string format, IDictionary param ) : HttpWebResponse
getInstance ( ) : Client
post ( string url, string format, IDictionary param ) : HttpWebResponse
put ( string url, string format, IDictionary param ) : HttpWebResponse
request ( string url, string method, string format, IDictionary param ) : WebResponse

Method Details

delete() public méthode

public delete ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
Résultat System.Net.HttpWebResponse

get() public méthode

public get ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
Résultat System.Net.HttpWebResponse

getInstance() public static méthode

public static getInstance ( ) : Client
Résultat Client

post() public méthode

public post ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
Résultat System.Net.HttpWebResponse

put() public méthode

public put ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
Résultat System.Net.HttpWebResponse

request() public méthode

public request ( string url, string method, string format, IDictionary param ) : WebResponse
url string
method string
format string
param IDictionary
Résultat System.Net.WebResponse

Property Details

DELETE public_oe static_oe property

public static string DELETE
Résultat string

GET public_oe static_oe property

public static string GET
Résultat string

POST public_oe static_oe property

public static string POST
Résultat string

PUT public_oe static_oe property

public static string PUT
Résultat string

_proxy protected_oe property

protected WebProxy,System.Net _proxy
Résultat System.Net.WebProxy

client protected_oe property

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

instance protected_oe static_oe property

protected static Client,myGengo instance
Résultat Client