C# Class Example2.SimpleHttpService

Simple implementation of IHttpService supporting posting data to a URL.
Inheritance: IHttpService
Show file Open project: Real-Serious-Games/Metrics

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