C# 클래스 LETSI_WS_Stub_Client.RequestCommon

파일 보기 프로젝트 열기: RusticiSoftware/LETSI_RTWS_Client

공개 프로퍼티들

프로퍼티 타입 설명
RegId string
Secret string
URL string
output System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
Log ( string str ) : void
RequestCommon ( ) : System

보호된 메소드들

메소드 설명
getClient ( ) : LETSIRTE_Service

when setting up RTWS, use overload that takes session ID and secret to use WS-Security

메소드 상세

Log() 공개 메소드

public Log ( string str ) : void
str string
리턴 void

RequestCommon() 공개 메소드

public RequestCommon ( ) : System
리턴 System

getClient() 보호된 메소드

when setting up RTWS, use overload that takes session ID and secret to use WS-Security
protected getClient ( ) : LETSIRTE_Service
리턴 Rustici.LETSI.rtws.client.LETSIRTE_Service

프로퍼티 상세

RegId 공개적으로 프로퍼티

public string RegId
리턴 string

Secret 공개적으로 프로퍼티

public string Secret
리턴 string

URL 공개적으로 프로퍼티

public string URL
리턴 string

output 공개적으로 프로퍼티

public TextBox,System.Windows.Forms output
리턴 System.Windows.Forms.TextBox