IWebService Interface
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
The iterface that all web service objects implement.
Syntax
public interface IWebService Public Interface IWebService Properties
| Name | Description |
|---|---|
| ClientCertificate | Client certificate for making web service calls over an SSL connection. |
| CurrentlySetSession | |
| QueryString | |
| Session | The session. |
| Timeout | The time to wait, in milliseconds, for an HTTP response. |
| Url | The URL for making web service calls. |
| WebServiceManager | The WebServiceManager object that created the service. Will be null if the service was not created by a WebServiceManager. |
Events
| Name | Description |
|---|---|
| PostInvokeEvents | Subscribe to this event to get a notification after every web service call. |
| PreInvokeEvents | Subscribe to this event to get a notification before every web service call. |