Commit Graph

21 Commits (9bac552349e83bc3374d3f90d7277c2882b7417b)

Author SHA1 Message Date
Luke Latham 2f8e7dfa05
Azure App Service/Azure SignalR Service updates (#33593) 2024-09-17 06:32:15 -04:00
Wade Pickett 1b0f0d8223
Refresh my top 10 topics: WebSockets (#32383)
* Refresh Top 10: Websockets

* Update websockets7 where it had old 6.x code links
2024-04-24 14:23:19 -07:00
Brennan 6f953d5085
Update WebSocket doc (#27565) 2022-11-11 11:04:49 -08:00
Wade Pickett 61d48b225d
.NET 7 Preview 7 update: WebSockets support in ASP.NET Core (#26768)
* .NET 7 Preview 7 update: WebSockets support in ASP.NET Core

* Moved sample HTTP:/2 info

* Fix typos

* Apply suggestions from code review

Added review suggestions from tdykstra.

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/fundamentals/websockets.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Added 7.0 sample version with custom httpconnect attribute to allow websocket on http/2

* Added missing new line end of HttpConnectAttribute.cs

* Added section on HTTP/2 WebSocket support for existing controllers plus code snippet regions

* Fixing Note formatting

* Fix Note link

* Added 7.x to code snippet paths

* Fixed code links.

* fixed code highlight

* Updated legacy code links

* Updated internal link

* Resolving anchor issue

* trying again to solve anchor issue

* Anchor fix.

* fix

* fix

* fix

* Fixed HTTPConnect, now HttpConnect.

* Moved HttpGet and HttpConnect to same controller action example

* Clarified [HttpConnect] attribute is custom as opposed to built in.

* Apply suggestions from code review

Co-authored-by: Brennan <brecon@microsoft.com>

* Added public sealed to custom attribute class per review

* Adding feedback suggestions.

* update per review suggestions support for http/2

* Changed run to Ctrl+F5 without debugger.

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Brennan <brecon@microsoft.com>
2022-09-05 18:32:36 -07:00
Kirk Larkin 5bb88a60d8
Update WebSockets to 6.0 (#25029) 2022-02-15 18:11:04 +00:00
Kirk Larkin 92a2059d72
Prepare WebSockets for 6.0 (#25025) 2022-02-15 14:36:44 +00:00
Fiyaz Bin Hasan b06acfb78c
ws in controller sample (#22760)
* ws in controller sample

* Update WebSocketController.cs

* Update aspnetcore/fundamentals/websockets.md

* Update WebSocketController.cs

* Update WebSocketController.cs

* Update aspnetcore/fundamentals/websockets.md

* Update aspnetcore/fundamentals/websockets.md

Co-authored-by: Brennan <brecon@microsoft.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Brennan <brecon@microsoft.com>
2021-07-29 13:13:03 -07:00
Michal Mrnuštík 383b0f5c3e
Replace status code with status code enum (#22116)
* Replace all hardcoded status codes with System.Net.HttpStatusCode

* Replace all StatusCodes references to HttpStatusCode

Co-authored-by: Michal Mrnuštík <michal.mrnustik@riganti.cz>
2021-04-23 10:14:47 -10:00
Rick Anderson 6689b69a6f
remove ReceiveBufferSize (#21170)
* remove ReceiveBufferSize

* remove ReceiveBufferSize
2021-01-08 19:15:12 -10:00
Rick Anderson 8937ba6eef
add using to sockets sample (#20301)
* add using to sockets sample

* Update aspnetcore/fundamentals/websockets/samples/2.x/WebSocketsSample/Startup2.cs

Co-authored-by: Brennan <brecon@microsoft.com>

Co-authored-by: Brennan <brecon@microsoft.com>
2020-10-26 11:10:40 -10:00
David Pine 1abb32ad3d Compressed .PNG image files (#15654) 2019-11-11 10:53:59 -06:00
Tom Dykstra 04997431de
Fix AllowedOrigins snippet (#10353) 2019-01-12 13:33:16 -08:00
Hisham Bin Ateya d3b9269016 Use Microsoft.AspNetCore.App & CreateWebHostBuilder in web sockets sample (#8890)
* netcoreapp1.1 -> netcoreapp2.1

* Use Microsoft.AspNetCore.All meta package

* Use CreateWebHostBuilder

* Sample versioning

* Fix target framework

* Redo unnecessary changes

* Update packages version

* Implicit version for App package

* Fix the package name

* Versioning the code snippets

* WebSocketSample -> WebSocketsSample
2018-10-09 09:15:00 -10:00
Corey Ford c84d142185 fixed bug during socket.onclose (#8784)
* fixed bug during socket.onclose

* More JS cleanup
2018-10-02 14:17:25 -05:00
Nuri YILMAZ c15f90eff2 few missed lines (#6139) 2018-04-30 13:25:07 -05:00
jkotalik d182d04934 Escapes data in websockets example 2017-08-07 10:01:48 -07:00
Tom Dykstra fd92895d6f Topic: WebSockets (#3110) 2017-03-31 11:02:08 -07:00
Tom Dykstra c99165a146 Revert "new topic"
This reverts commit 81e8a1c0fd.
2017-03-29 16:54:26 -07:00
Tom Dykstra 3ee89ffd2e Revert "add git-ignored file"
This reverts commit b3675ee186.
2017-03-29 16:54:17 -07:00
Tom Dykstra b3675ee186 add git-ignored file 2017-03-29 16:39:35 -07:00
Tom Dykstra 81e8a1c0fd new topic 2017-03-29 16:39:35 -07:00