Méthode | Description | |
---|---|---|
AcceptServerCertificate ( ) : void |
A method used to accept server certificate if current transport type is HTTPS
|
|
GetSoapProtoclVersionByCurrentSetting ( ) : SoapProtocolVersion |
A method is used to get SOAP version for proxy class. It is used to for "SoapVersion" property of proxy class.
|
|
Initialize ( ITestSite testSiteInstance ) : void |
A method used to initialize the helper. It will get necessary values from configuration properties.
|
Méthode | Description | |
---|---|---|
CheckInitializationStatus ( ) : void |
A method used to check the helper whether has been initialized.
|
public static AcceptServerCertificate ( ) : void | ||
Résultat | void |
public static GetSoapProtoclVersionByCurrentSetting ( ) : SoapProtocolVersion | ||
Résultat | SoapProtocolVersion |
public static Initialize ( ITestSite testSiteInstance ) : void | ||
testSiteInstance | ITestSite | A parameter represents the ITestSite instance. |
Résultat | void |