aspnetcore/samples
James Newton-King cb5ece8a24
HttpTransportType refactor (#1873)
- Rename file to HttpTransportType.cs
- Add HttpTransportType.None
- Move All to static readonly field
- Make TransportType on client and service HttpConnectionOptions consistent
- Move setting defaults into ctor
2018-04-06 16:18:47 +12:00
..
ChatSample
ClientSample Add logging by default to HubConnectionBuilder (#1867) 2018-04-05 10:05:07 -07:00
JwtClientSample HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
JwtSample
SignalRSamples Preserialize for all formats when sending through Redis (#1843) 2018-04-05 13:48:14 -07:00
SocialWeather
WebSocketSample