Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Expose HttpWebRequest.UnsafeAuthenticatedConnectionSharing #196

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hectorgrebbell
Copy link

@hectorgrebbell hectorgrebbell commented Jul 18, 2018

By default a new connection is used per authenticated request. Exposing
UnsafeAuthenticatedConnectionSharing allows callers aware of the
security considerations to opt in to connection reuse.

In high latency environments (like accessing mailboxes significant
geographic distances apart) this can reduce call time by seconds.

…changeServiceBase.cs.

By default a new connection is used per authenticated request. Exposing UnsafeAuthenticatedConnectionSharing allows callers aware of the security considerations to opt in to connection reuse.
@msftclas
Copy link

msftclas commented Jul 18, 2018

CLA assistant check
All CLA requirements met.

In original commit missed setting on request and service clone due
to editing from Linux machine without ability to build or test.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants