I have a problem to connect to my WCF service if customer is using proxy with credentials. I'm unable to find the way to set credential to generated client proxy.
If I use the web service, then it is possible to set proxy.
|
1
|
I have a problem to connect to my WCF service if customer is using proxy with credentials. I'm unable to find the way to set credential to generated client proxy. If I use the web service, then it is possible to set proxy.
|
||
|
|
|
|
I'm not entirely sure if this is what you are looking for but here you go.
|
||
|
|
|
|
Not sure if this is what you are looking for but the below is a working code sample to authenticate using the client credentials.
|
||
|
|