ProfilesServiceAgent Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A ServiceAgent object used to run against the Profiles Web Service.
The ProfilesServiceAgent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ProfilesServiceAgent | Overloaded. Initializes a new instance of the ProfilesServiceAgent class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateProxy | Creates a Web service proxy object that derives from SoapHttpClientProtocol. (Overrides ServiceAgent..::.CreateProxy()()().) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryHandleWebMethodException | Overloaded. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AllowBasicOverNonSecure | Gets or Sets a value that indicates whether to allow Basic authentication over unprotected HTTP connections. (Inherited from ServiceAgent.) |
![]() |
Credentials | Gets or sets the Credentials currently being used by the Agent to access the Web service. (Inherited from ServiceAgent.) |
![]() |
KeepAlive | (Inherited from ServiceAgent.) |
![]() |
ServiceUri | Gets the URL of the Web service the agent is communicating with. (Inherited from ServiceAgent.) |
![]() |
SoapProxy | Gets the SOAP proxy object that the Agent is using to access the Web service. (Inherited from ServiceAgent.) |
![]() |
UnsafeAuthenticatedConnectionSharing | Gets or sets a value indicating whether the ServiceAgent should allow pooling of connection objects with user credentials set. (Inherited from ServiceAgent.) |
Top