C# 클래스 gov.va.medora.mdo.dao.http.HttpConnection

파일 보기 프로젝트 열기: OSEHRA/mdo

공개 메소드들

메소드 설명
HttpConnection ( string hostname, string path, int port ) : System
send ( string msg ) : string[]

비공개 메소드들

메소드 설명
query ( string request ) : string

메소드 상세

HttpConnection() 공개 메소드

public HttpConnection ( string hostname, string path, int port ) : System
hostname string
path string
port int
리턴 System

send() 공개 메소드

public send ( string msg ) : string[]
msg string
리턴 string[]