goenning / SharpSapRfc

Making SAP RFC calls even easier with .NET
MIT License
84 stars 27 forks source link

Enhancement to specify user and password in PlainSapRfcConnection #42

Open AxelMarquez opened 7 years ago

AxelMarquez commented 7 years ago

Hi!

In systems that work with different users and passwords it's really helpful to be able to specify the credentials when creating a PlainSapRfcConnection.

For example:

var dest = new PlainSapRfcConnection(sapAccount.Name, sapAccount.Username, sapAccount.Password);

I'll create a PR for this :)