Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication via connection strings? #4

Open
jdimarzio opened this issue Mar 20, 2018 · 4 comments
Open

Authentication via connection strings? #4

jdimarzio opened this issue Mar 20, 2018 · 4 comments

Comments

@jdimarzio
Copy link

Would love to be able to use connection strings similar to how the newer SDK versions allow connections to be created

@kind-serge
Copy link
Owner

@jdimarzio, is it in SDK v9?

@jdimarzio
Copy link
Author

SDK v8+

Unless this already does it and i just missed it..

@estpla
Copy link

estpla commented Apr 25, 2018

@jdimarzio you can do it like this:

CrmServiceClient client = new CrmServiceClient(ConnectionString).ToAsyncService();

@ChrisGrohHS
Copy link

It looks like "new CrmServiceClient(ConnectionString).ToAsyncService()" will result in using the Task.Run wrappers for the synchronous methods instead of true async.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants