C# Class LETSI_WS_Stub_Client.RequestCommon

Show file 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 property

public string RegId
return string

Secret public property

public string Secret
return string

URL public property

public string URL
return string

output public property

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