Click or drag to resize

SoapServer Constructor

Initializes a new instance of the SoapServer class. By default, SOAP Server uses TCP 8080 for HTTP transport and 8443 for HTTPS transport. Make sure the HTTPS transport works, you should configure a valid HTTPS certificate. User may changes this setting.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public SoapServer()
See Also