Revert "The payload property was never used (#1639)" (#1640)

This reverts commit c5e2e3499a.
This commit is contained in:
David Fowler 2018-03-18 22:32:51 -07:00 committed by GitHub
parent c5e2e3499a
commit add81eb7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ namespace Microsoft.AspNetCore.SignalR.Internal.Protocol
private const string ErrorPropertyName = "error";
private const string TargetPropertyName = "target";
private const string ArgumentsPropertyName = "arguments";
private const string PayloadPropertyName = "payload";
private const string HeadersPropertyName = "headers";
public static readonly string ProtocolName = "json";