Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Example3
SimpleHttpService
C# Class Example3.SimpleHttpService
Simple implementation of IHttpService supporting posting data to a URL.
Inheritance:
IHttpService
ファイルを表示
Open project: Real-Serious-Games/Metrics
Class Usage Examples
Public Methods
Method
Description
Post
(
string
url
,
string
text
) :
void
Method Details
Post()
public
method
public
Post
(
string
url
,
string
text
) :
void
url
string
text
string
return
void