Azure / azure-data-lake-store-net

Azure Data Lake Store .Net SDK
MIT License
18 stars 24 forks source link

WebProxy for HttpWebRequest #40

Open johndoese opened 4 years ago

johndoese commented 4 years ago

Right now it's not possible to use custom WebProxy settings for HttpWebRequest instances created in WebTransport. Can you please provide additional implementation for AdlsClient factory to create a client instance with WebProxy to be used in WebTransport? Thanks.