Use the following code. It tries to connect to a SAP system via the newly supported WebSocket approach and invoke RFC_PING:
var configParams = new RfcConfigParameters();
configParams[RfcConfigParameters.Name] = "...";
configParams[RfcConfigParame...
Use the following code. It tries to connect to a non-existent SAP system via the newly supported WebSocket approach and invoke RFC_PING:
internal sealed class TestDestinationConfiguration : IDestinationConfiguration
{
public RfcConfigParameters G...