C# Class LETSI_WS_Stub_Client.RequestCommon

ファイルを表示 Open project: RusticiSoftware/LETSI_RTWS_Client

Public Properties

Property Type Description
RegId string
Secret string
URL string
output System.Windows.Forms.TextBox

Public Methods

Method Description
Log ( string str ) : void
RequestCommon ( ) : System

Protected Methods

Method Description
getClient ( ) : LETSIRTE_Service

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

Method Details

Log() public method

public Log ( string str ) : void
str string
return void

RequestCommon() public method

public RequestCommon ( ) : System
return System

getClient() protected method

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

Property Details

RegId public_oe property

public string RegId
return string

Secret public_oe property

public string Secret
return string

URL public_oe property

public string URL
return string

output public_oe property

public TextBox,System.Windows.Forms output
return System.Windows.Forms.TextBox