ServiceContext Class |
Namespace: Intuit.Ipp.Core
public class ServiceContext
The ServiceContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServiceContext(String, IntuitServicesType, IRequestValidator) |
Initializes a new instance of the ServiceContext class.
|
![]() | ServiceContext(String, String, IntuitServicesType, IRequestValidator) |
Initializes a new instance of the ServiceContext class.
|
Name | Description | |
---|---|---|
![]() | AppToken |
Gets or Sets the Application Token.
|
![]() | BaseUrl |
Gets Base Uri for IDS Service Calls.
|
![]() | Include |
Gets Intuit Include Type.
|
![]() | IppConfiguration |
Gets or sets the Ipp configuration.
|
![]() | MinorVersion |
Gets Intuit MinorVersion Type.
|
![]() | RealmId |
Gets Realm/Company Id.
|
![]() | RequestId |
Gets Unique requestId for the API call.
|
![]() | ServiceType |
Gets Intuit Service Type.
|
![]() | Timeout |
timeout param to be passed to services. To setup the ReadWriteTimeout property in HttpWebRequest.
It is only for sync web requests. If not set, the default timeout will be used.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UseDataServices |
Populates the values of the service context like realmId, service type to the Data Services being targetted.
|
![]() | UsePlatformServices |
Populates the values of the service context like service type and base url to Platform Services.
|
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |