As IRfcRuntime is deprecated but IRfcContext is not, we have to provide a way that users can still access all IO effects from a RfcContext. As it is required to run all IO effects with a runtime they need access to it.
The added extension method GetSAPRfcRuntime allows to access the build in SAPRfcRuntime of the RfcContext via casting the connection field ConnectionRuntime to SAPRfcRuntime.
As IRfcRuntime is deprecated but IRfcContext is not, we have to provide a way that users can still access all IO effects from a RfcContext. As it is required to run all IO effects with a runtime they need access to it.
The added extension method GetSAPRfcRuntime allows to access the build in SAPRfcRuntime of the RfcContext via casting the connection field ConnectionRuntime to SAPRfcRuntime.