Skip to content

Proxy to access EventHub #5118

Open
@Clak

Description

@Clak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.Event Hubscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK team

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions