Commit Graph

61 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 ae3ee11bd4
Add Include not-latest-version or not-ga-yet (#33155)
* Add Include not-latest-version or not-ga-yet

* Removing spa-services.md

* Added Fundamentals/ content
2024-07-24 16:35:22 -07: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
John Hsu eabb4963bd
Update websockets.md (#30909)
* Update websockets.md

Add the description about the implementation of the Ping/Pong frames in `System.Net.WebSockets` library.

* Apply suggestions from code review

Committed edit by @gfoidl & @guardrex

Co-authored-by: Günther Foidl <gue@korporal.at>

* Update websockets.md

Removed space.

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
Co-authored-by: Günther Foidl <gue@korporal.at>
2023-11-02 10:10:04 -07:00
Wade Pickett 96d01d63c1
Update metadata: author, ms.author and remove by lines (#27698)
* Changing metada author ms.author, remove by line per doc manager

* adding websockets and azure publish using vs docs

* adding choose-web-ui.md

* Added web api, publishing and signalR topics.

* removed 4 topics that already had meta data changed in another PR and I didn't realize

* Update aspnetcore/tutorials/first-mongo-app.md

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update first-mongo-app.md

removed dupe of author expert comment

* Reverting by line removal and adding expert in comments on metadata.

* Update sql.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-12-01 12:29:45 -08: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
Wade Pickett 95ccc8533c
Prep: Added moniker range for 7.0 or higher version (#26766)
Verified new 7.0 version range and older ones all show correctly.
2022-08-17 18:06:00 -07:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06: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
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -10: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
Brennan 48b23fc85e
Add WebSocket Compression (#22724) 2021-07-19 09:45:03 -07:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Chris Frewin 17e813462b
Add information about the location of app.UseWebsockets() (#21695)
* Add information about the location of app.UseWebsockets()

See https://github.com/dotnet/aspnetcore/issues/30646 - you won't be able to accept WebSocket connections in a controller if the UseWebSockets() middleware is below the UseEndpoints() middleware. In my opinion, whether or not the root issue is a bug is irrelevant (and I don't know if it is or not yet). This little note would benefit documentation readers. :)

* Update aspnetcore/fundamentals/websockets.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-03-05 22:19:46 -10:00
Luke Latham 714ddb1386
Resolve dup alt text build suggestions (#21175) 2021-01-09 07:55:01 -06:00
Rick Anderson 6689b69a6f
remove ReceiveBufferSize (#21170)
* remove ReceiveBufferSize

* remove ReceiveBufferSize
2021-01-08 19:15:12 -10:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -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
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Luke Latham 483b8f01ac Apply no-loc metadata for "SignalR" (#15675) 2019-11-12 13:40:34 -06:00
Rick Anderson 9ee759ddc7
Update websockets.md (#15200) 2019-10-18 08:02:37 -10:00
Tom Dykstra 0a34538a98 reassign (#13961) 2019-08-22 11:46:35 -04:00
Tom Dykstra 6cc0b2e791
Add WebSocket lifetime info (#12620) 2019-06-01 17:32:20 -07:00
Andrew Stanton-Nurse 2636dfb88a
Add note about keeping the middleware pipeline running for a WebSocket (#12378) 2019-05-23 20:35:26 -07:00
Luke Latham 217c6f3604 React to repo name change in repo links (#12152) 2019-04-24 14:04:39 -10:00
Tom Dykstra c4c2e25385
detect client disconnect (#10468) 2019-01-22 15:46:37 -08:00
Tom Dykstra 04997431de
Fix AllowedOrigins snippet (#10353) 2019-01-12 13:33:16 -08:00
BrennanConroy d396dffe19 WebSocket Origin Restriction (#9447)
Fixes https://github.com/aspnet/Docs/issues/9363

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/security?view=aspnetcore-2.2&branch=pr-en-us-9447)
There are some moniker ranges, so switch the versions to verify they're working
2018-11-06 15:55:48 -06:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Andrew Stanton-Nurse da355e5085 Add note about WebSockets in IIS Express (#8621)
Fixes https://github.com/aspnet/Docs/issues/8618

We still need to call out that IIS Express does not support WebSockets in Windows 7, so we still need the section.

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/websockets?view=aspnetcore-2.1&branch=pr-en-us-8621)
2018-10-15 16:51:35 -10: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
Scott Addie 3b6885b420
Correct the moniker range in WebSockets doc (#8809) 2018-10-03 08:36:25 -05:00
Rachel Appel 3561947702
modify websockets doc to reflect signalr core status (#7433) 2018-07-03 12:44:07 -04:00
Scott Addie 675e659111
Metadata updates for ASP.NET Core fundamentals docs (#7181) 2018-06-20 11:11:27 -05:00
Rick Anderson 059bbc60f7
replace tdykstra with rick-anderson (#6395) 2018-05-12 13:55:26 -10:00
Luke Latham bdb6d7cafc Title, description, and H1 updates (4) (#5745)
* Title, description, and H1 updates (4)

* Updates

* Updates

* Drop gerunds and update link text

* Update

* Update next.md

* Update routing.md
2018-03-21 14:18:35 -10:00
Luke Latham 9c13e30b1f
IIS config section for WebSockets topic + UE pass (#5464) 2018-02-15 11:22:07 -06:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham 313486d76f Taming the savage contraction issue (#5216)
* Form contractions

* Revert two contractions

* Additional reversions

* Additional reversions

* Additional revisions

* Additional revisions

* React to feedback
2018-01-24 09:27:24 -06:00
Luke Latham 31df8fcabf Remove keywords and ms.assetid metadata from ASP.NET Core topics (#5208) 2018-01-19 14:11:45 -06:00