Commit Graph

47 Commits (88517d0ab6e99221c7cbda238688dc3e8de51ea0)

Author SHA1 Message Date
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
Scott Addie 732cd26842 Merge pull request #4468 from guardrex/guardrex/sample-instructions
Provide link to download instructions for samples
2017-09-30 22:05:56 -05:00
Luke Latham 19ce81f76a Provide link to download instructions for samples 2017-09-30 20:15:54 -05:00
Luke Latham 51677797b1 fundamentals/index (and other) updates (#4467)
* fundamentals/index (and other) updates

* Update index.md

* Update index.md
2017-09-30 17:38:25 -07:00
Luke Latham 18d1878f00 Trim keywords of keyword metadata
Patch 3
2017-09-21 02:22:29 -05:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -05:00
Jaliya Udagedara 68d336165a Updated: Windows with IIS/WebListener scenario. (#3620) 2017-07-06 10:34:35 -07:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
mihe 9b094d5dec Changed AcceptWebSocket by AcceptWebSocketAsync (#3133) 2017-04-03 15:03:25 -10: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 81e8a1c0fd new topic 2017-03-29 16:39:35 -07:00