Click or drag to resize

HttpServiceExtension Properties

The HttpServiceExtension type exposes the following members.

Properties
  NameDescription
Public propertyClientParameters
Gets the client parameters.
Public propertyHttpRequestServices
Gets a list of HTTP Rest services to test. Commonly, these web services are developed by your organization, and you want to test this service.
Public propertyHttpResponseServices
Gets a list of HTTP REST service to simulate. Commonly. these web services are developed by another organization, you application will call these services.
Public propertyServerParameters
Gets a list of parameters should be used in server parameters (your HTTP handler uses it)
Top
See Also