ODataServiceProvider Class

Scanjour Workflow4 Reference Manual
Provides access to an OData service.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.BaseODataServiceProvider

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public static class ODataServiceProvider

The ODataServiceProvider type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberCredentials
The credentials used by the OData service.
Top
Methods

  NameDescription
Public methodStatic memberGetODataContext(Uri, SecurityContext)
Creates an ODataService from an URI and with the options of impersonating the authentication as current user (default) or system.
Public methodStatic memberGetODataContext(Uri, ICredentials) Obsolete.
Gets and OData service.
Top
See Also

Reference