Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Microsoft.AspNetCore.Http.Connections.Client refactors #1995

Merged
merged 4 commits into from
Apr 13, 2018

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Apr 13, 2018

  • Internalize Constants
  • Internalize DefaultTransportFactory
  • Check in on current state of IAsyncDisposable, ensure DisposeAsync aligns as much as possible (current state is nothing concrete decided - IAsyncDisposable, using statements, and async/await dotnet/roslyn#114)
  • Default to TransferFormat.Binary in StartAsync(TransferFormat) via overload
  • Rename HttpConnectionOptions.AccessTokenFactory to AccessTokenProvider
  • Internalize ITransport
  • Internalize ITransportFactory
  • Rename WebSocketOptions to WebSocketConfiguration

Copy link
Member

@davidfowl davidfowl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@davidfowl
Copy link
Member

Build failure, bad merge?

@JamesNK
Copy link
Member Author

JamesNK commented Apr 13, 2018

Bad merge. Will fix

@JamesNK JamesNK merged commit 198013b into dev Apr 13, 2018
@JamesNK JamesNK deleted the jamesnk/connections-client-refactor branch April 15, 2018 02:39
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