cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout Attribute of SAPClient

Steven_UM
Contributor
0 Kudos

Hi,

I noticed that the SAPClient class is derived from the base class "SoapHttpClientProtocol", therefore exposing a property called "timeout" which normally holds the time limit for a synchronous webservice call ...

Is this attribute also used by the .NET connector to set the time limit for a synchronous RFC call ?

Thanks,

Steven

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

All inherited properties are used only in Soap mode - thus when you do the call via Soap. For Rfc they are not used.