Open
Description
Question:
Is it possible to define a proxy as equivalent to the following .NET API snippet?
var producerOptions = new EventHubProducerClientOptions();
producerOptions.ConnectionOptions.TransportType = EventHubsTransportType.AmqpWebSockets;
producerOptions.ConnectionOptions.Proxy = new WebProxy("http://127.0.0.1:3128");
Setup (please complete the following information if applicable):
-OS: Windows
-Version: 1.0.0.0 beta 3
- IDE: VS 2022
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [x ] Query Added
- [ x] Setup information Added