Click or drag to resize
ServiceContextTimeout Property
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.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public Nullable<int> Timeout { get; set; }

Property Value

Type: NullableInt32
See Also