ClientBase Members

The ClientBase type exposes the following members.
Methods

  NameDescription
Public methodAssembleDocument
Assembles a document from the specified template and answersets.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodGetAnswers
Combines the provided answersets to form an aggregate answerset.
Public methodGetComponentInfo
Gets component information for the specified template.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetInterview
Gets an interview for the specified template.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyEndpointAddress
Specifies an alternate address for the Cloud Services web service (e.g., https://127.0.0.1).
Public propertyProxyServerAddress
Specifies the proxy server address (e.g., http://myfiddlermachine:8888).
Public propertySigningKey
The Subscriber's unique signing key.
Public propertySubscriberId
The Subscriber account identifier, found in the Administration Portal. The subscriber ID corresponds to the company or website subscribing to the service, not an individual end user.
Back to Top
See Also