Commit Graph

83 Commits (667dd5e85a192546ce266fd1ae48f54d82ddf357)

Author SHA1 Message Date
Scott Addie 667dd5e85a
Relocate SignalR Get Started doc to Tutorials ToC node (#7117)
* Relocate SignalR Get Started doc to Tutorials ToC node

* Add redirect entry

* Update SignalR tutorial ToC link title

* React to feedback
2018-06-18 15:39:53 -05:00
Scott Addie 0905e1799a
Add HubContext doc to SignalR ToC (#7112)
Add an entry to the SignalR ToC for the new HubContext doc.
2018-06-18 11:11:45 -05:00
Mikael Mengistu 9a02afc4b7 SignalR HubContext Doc (#7005)
* Starting SignalR HubContext doc

* +Sample +Edits

* some edits

* PR feedback

* edits

* + Table of Contents entry

* UE edit of SignalR HubContext doc (#7023)

* last couple pr comments

* IHubContext<T>

* PR comments

* edit

* updates

* pr comments

* pr comments

* Remove extra line
2018-06-18 10:56:40 -05:00
Rachel Appel 144be17440
added note about signalr azure service (#6982) 2018-06-12 13:48:38 +02:00
BrennanConroy b8483bb586 signalr/streaming #6806 (#6931)
* streaming doc - stash

* more

* better intro?

* fb

* feedback

* js comment

* fb

* fix some markdown

* wrong language
2018-06-12 13:48:02 +02:00
BrennanConroy 833bf2db3a SignalR/Groups #5910 (#6861)
* SignalR/Groups #5910

* some cleanup

* react to initial fb

* sample

* update

* minor

* feedback

* feedback

* toc

* super nit
2018-06-11 21:54:23 +02:00
BrennanConroy 2a0c2f041f SignalR/MessagePack Doc #5634 (#6858)
* SignalR/MessagePack Doc #5634

* some cleanup

* react to feedback

* missing "

* fb

* fb

* feedback
2018-06-08 16:29:07 -10:00
Luke Latham 097972cff6
Add webapp alias notice (#6939) 2018-06-08 20:02:20 -05:00
Rachel Appel 9843a855cf
vscode update signalr js location (#6903) 2018-06-06 15:10:36 +02:00
Rachel Appel 07c28f2a01
table fix (#6874) 2018-06-05 12:09:39 +02:00
Thossen 31e3e35643 Create new folder instructions (#6782)
Create new folder in addition to move file
2018-06-01 14:32:38 +02:00
Thossen 80d52698e2 Filename (#6781)
Filename added
2018-06-01 14:00:45 +02:00
Luke Latham cdbe0275d5
Repair Enforcing SSL topic moniker range (#6712) 2018-05-30 18:16:08 -05:00
Rick Anderson 1cf20df333
remove RC (#6704)
* remove RC

* Update get-started.md
2018-05-30 11:32:45 -10:00
Luke Latham 8aa1b0815c
Use 'webapp' alias for RP template (#6694) 2018-05-30 14:48:08 -05:00
Rachel Appel 8e33ddcc8c
continuity updates (#6661) 2018-05-29 19:07:25 +02:00
Rachel Appel d3d96d1cc1 index update .net client (#6602) 2018-05-25 12:24:51 -10:00
Andrew Stanton-Nurse 0d724b5c7b update SignalR getting started sample to RC1 (#6597)
We missed a file in the earlier update! 😄 

Also, the ES5 version seemed to be out of date and was missing the `.start` call.
2018-05-25 11:43:08 -05:00
Rachel Appel a7ba116557
SignalR .NET Client (#6200)
* SignalR .NET Client

* minor changes

* rc1 updates;fixes;etc

* fixes from scott feedback

* dfowler changes

* code fix

* feedback mods

* remove highlight
2018-05-22 23:01:53 +01:00
Rachel Appel 1afa74c559
remove browserlink; update sample (#6532) 2018-05-22 16:49:08 +01:00
CodeNotFound d3814fe891 Those methods are not defined at the Hub class (#6397)
* Those methods are not defined at the Hub class

The methods below aren't defined at the Hub class but accessible through Clients property like the first three properties (All, Caller, Others) :

| `AllExcept` | Calls a method on all connected clients except for the specified connections |
| `Client` | Calls a method on a specific connected client |
| `Clients` | Calls a method on specific connected clients |
| `Group` | Sends a message to all connections in the specified group  |
| `GroupExcept` | Sends a message to all connections in the specified group, except the specified connections |
| `Groups` | Sends a message to multiple groups of connections  |
| `OthersInGroup` | Sends a message to a group of connections, excluding the client that invoked the hub method  |
| `User` | Sends a message to all connections associated with a specific user |
| `Users` | Sends a message to all connections associated with the specified users |

So I think it might good to move all those methods description to the first table whic talk about `Clients` property.

* Update hubs.md

Revert to two tables but, for the second table, we specify where the methods come from `Hub.Clients` property.
2018-05-14 21:48:58 +01:00
CodeNotFound fbe07fe9ab Update Index.cshtml (#6390) 2018-05-14 17:36:58 +01:00
Scott Addie 9e866b8908
UE edit 2018-05-11 11:18:22 -05:00
Rachel Appel aeaad9941e
fix code highlight;add addtl links (#6329) 2018-05-10 13:18:47 +01:00
Scott Addie 891f4f93f9 Add Publish to Azure link to SignalR index page (#6318) 2018-05-09 21:48:08 +01:00
Rachel Appel daceeca6d9
code highlight numbers change (#6307) 2018-05-09 16:01:51 +01:00
Rachel Appel de83620e4c
fix highlights (#6304) 2018-05-09 13:57:56 +01:00
damienbod 9fb4d84b60 link fix for line 38 => services.AddSignalR(); (#6282) 2018-05-09 00:29:49 +01:00
Scott Addie 75dbd52aa5
remove 2.1 preview notice include 2018-05-08 07:37:26 -05:00
Rick Anderson 88ec2d7c84
Remaing includes (#6263) 2018-05-07 13:45:26 -10:00
Andrew Stanton-Nurse 8003dbbaca Update existing SignalR Docs to RC1 (#6249)
* Update SignalR Getting Started to RC1

* update the rest of the docs

* remove unnecessary scripts

* nudge the ranges

* update Startup.cs
2018-05-07 09:17:28 -10:00
Luke Latham 8107a26c54 Small wording patch (#6218) 2018-05-04 12:53:13 -05:00
Rachel Appel 084cdbf3f0
added full code sample (#6158)
* added full code sample

* fix
2018-05-01 18:24:32 -04:00
Aaron Chong b470c8854d Add step for vscode to signalr get started doc (#6117) 2018-04-29 09:15:13 -04:00
Rachel Appel 70c94aedb2
quick fix link (#6093) 2018-04-26 13:55:14 -04:00
Rachel Appel ec88aa829d
Publish SignalR app to Azure Web App (#6011)
* Publish SignalR app to Azure Web App

* minor tweak to wording

* modifications

* feedback changes

* toc

* link changes

* space
2018-04-26 11:37:05 -04:00
Rachel Appel 69a0cd706a
removed references to endpoints (#6081)
* removed references to endpoints

* minor fix
2018-04-25 12:49:22 -04:00
Scott Addie 81ddeb83da
Convert SignalR doc titles to sentence case (#6074) 2018-04-24 12:31:59 -05:00
Rachel Appel 09facef158
added new entries to index (#6040) 2018-04-20 12:13:25 -04:00
Rachel Appel c6cc8c0fa0
ASPNET Core SignalR Supported platforms (#6021)
* ASPNET Core SignalR Supported platforms

* changes
2018-04-19 12:50:31 -04:00
Rachel Appel dc5dc7ed52
clear up confusion on packages (#6028) 2018-04-19 11:47:02 -04:00
Rachel Appel 253210f522
WIP Update doc with another sample for Es5 JS (#5994)
Update doc with another sample for Es5 JS
2018-04-16 18:55:31 -04:00
Rachel Appel 97717bc8bd
link (#5957) 2018-04-12 17:21:43 -04:00
Rachel Appel 1c825dce71
SignalR code: IE 11 support note (#5955)
* Add message about SignalR IE11 support

* minor change

* fix note

* extra word removal
2018-04-12 16:37:41 -04:00
Rachel Appel 5aa1f30493 remove merge token (#5952) 2018-04-12 07:03:56 -10:00
Rachel Appel 60cd67e62d Added 2.1 preview include (#5946)
* added 2.1 preview note

* added 2.1 preview note

* change link

* path

* fix
2018-04-11 11:17:47 -10:00
Scott Addie af6281acc8
Merge pull request #5920 from aspnet/scottaddie/conceptual-versioning-aspnetcore
Conceptual versioning configuration
2018-04-10 21:52:29 -05:00
Rick Anderson 0439561514
Merge branch 'live' into master 2018-04-10 09:16:52 -10:00
Scott Addie 77354d0855 Designate SignalR docs as 2.1+ 2018-04-10 13:34:30 -05:00
Rachel Appel dc7414bf0b
SignalR JavaScript client (#5861)
* SignalR JavaScript client

* feedback changes

* feedback mods

* feedback mods

* mods after feedback
2018-04-09 19:47:50 -04:00