C# 클래스 Example3.SimpleHttpService

Simple implementation of IHttpService supporting posting data to a URL.
상속: IHttpService
파일 보기 프로젝트 열기: Real-Serious-Games/Metrics 1 사용 예제들

공개 메소드들

메소드 설명
Post ( string url, string text ) : void

메소드 상세

Post() 공개 메소드

public Post ( string url, string text ) : void
url string
text string
리턴 void