Slide 13
Slide 13 text
Negotiate Request
ASP.NET Core SignalR
Cross-Plattform Realtime Push
Verbindungsaufbau
HTTP-POST Request: /negotiate[?negotiateVersion]
{
"negotiateVersion": 1,
"connectionId": "cr4R1wUFNJfmBrdTLClkWg",
"connectionToken": "iMJyvXW0MS8I1HD2hzsGqA",
"availableTransports": [{
"transport": "WebSockets",
"transferFormats": ["Text", "Binary"]
}, {
"transport": "ServerSentEvents",
"transferFormats": ["Text"]
}, {
"transport": "LongPolling",
"transferFormats": ["Text", "Binary"]
}]
}