ServiceProviderRequest class
The following table describes the properties of the ServiceProviderRequest
class:
Name |
Description |
AuthenticationToken |
Automatically populated by the framework on every call, but you can explicitly set it on every call if needed, which overrides the automatic setting. See the |
CurrencyCode |
Automatically populated by the framework on every call, but you can explicitly set it on every call if needed, which overrides the automatic setting. See |
Properties |
Key/value property collection. You can use it as an extensibility method for passing extra request parameters to the Connect service layer. If these are required, they are defined by the ECS implementation. Note It is best practice to use strongly typed parameters by extending the |
RequestContext |
Allows you to pass in additional request context that might be required by an ECS specific implementation. It also serves as a means for processors to exchange information between them without affecting the original request. The An example of how to use the |
SelectedUICulture |
Automatically populated on each call with the currently selected Sitecore language name. |
Shop |
Automatically populated by the framework on every call, but you can explicitly set it on each call if needed, which overrides the automatic setting. See the shop provider. |