SoapClient Properties
The SoapClient type exposes the following members.
Properties

  NameDescription
Public propertyEndpointAddress
Specifies an alternate address for the Cloud Services web service (e.g., https://127.0.0.1).
(Inherited from ClientBase.)
Public propertyProxyServerAddress
Specifies the proxy server address (e.g., http://myfiddlermachine:8888).
(Inherited from ClientBase.)
Public propertySigningKey
The Subscriber's unique signing key.
(Inherited from ClientBase.)
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.
(Inherited from ClientBase.)
Back to Top
See Also