You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to connect to Eloqua through an HTTP proxy.
The underlying RestSharp library supports this. I just need the RestClient.Proxy property to be exposed. (The RestClient instance is an internal property.)
I need to connect to Eloqua through an HTTP proxy.
The underlying RestSharp library supports this. I just need the
RestClient.Proxy
property to be exposed. (The RestClient instance is aninternal
property.)https://github.com/fredsakr/eloqua-csharp-rest-client/blob/master/EloquaClient/BaseClient.cs#L22
The text was updated successfully, but these errors were encountered: