Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Example2
SimpleHttpService
C# Class Example2.SimpleHttpService
Simple implementation of IHttpService supporting posting data to a URL.
Inheritance:
IHttpService
Afficher le fichier
Open project: Real-Serious-Games/Metrics
Méthodes publiques
Méthode
Description
Post
(
string
url
,
string
text
) :
void
Method Details
Post()
public
méthode
public
Post
(
string
url
,
string
text
) :
void
url
string
text
string
Résultat
void