1bb4ef8ba6ab8ed31369652aed4b66a8aaa166e6
[platform/core/dotnet/build-tools.git] /
1 <?xml version="1.0"?>\r
2 <doc>\r
3     <assembly>\r
4         <name>Microsoft.AspNetCore.SignalR.Protocols.Json</name>\r
5     </assembly>\r
6     <members>\r
7         <member name="T:Microsoft.AspNetCore.SignalR.JsonHubProtocolOptions">\r
8             <summary>\r
9             Options used to configure a <see cref="T:Microsoft.AspNetCore.SignalR.JsonHubProtocolOptions"/> instance.\r
10             </summary>\r
11         </member>\r
12         <member name="P:Microsoft.AspNetCore.SignalR.JsonHubProtocolOptions.PayloadSerializerOptions">\r
13             <summary>\r
14             Gets or sets the settings used to serialize invocation arguments and return values.\r
15             </summary>\r
16         </member>\r
17         <member name="T:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol">\r
18             <summary>\r
19             Implements the SignalR Hub Protocol using System.Text.Json.\r
20             </summary>\r
21         </member>\r
22         <member name="F:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol._payloadSerializerOptions">\r
23             <summary>\r
24             Gets the serializer used to serialize invocation arguments and return values.\r
25             </summary>\r
26         </member>\r
27         <member name="M:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.#ctor">\r
28             <summary>\r
29             Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol"/> class.\r
30             </summary>\r
31         </member>\r
32         <member name="M:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.AspNetCore.SignalR.JsonHubProtocolOptions})">\r
33             <summary>\r
34             Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol"/> class.\r
35             </summary>\r
36             <param name="options">The options used to initialize the protocol.</param>\r
37         </member>\r
38         <member name="P:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.Name">\r
39             <inheritdoc />\r
40         </member>\r
41         <member name="P:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.Version">\r
42             <inheritdoc />\r
43         </member>\r
44         <member name="P:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.TransferFormat">\r
45             <inheritdoc />\r
46         </member>\r
47         <member name="M:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.IsVersionSupported(System.Int32)">\r
48             <inheritdoc />\r
49         </member>\r
50         <member name="M:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.TryParseMessage(System.Buffers.ReadOnlySequence{System.Byte}@,Microsoft.AspNetCore.SignalR.IInvocationBinder,Microsoft.AspNetCore.SignalR.Protocol.HubMessage@)">\r
51             <inheritdoc />\r
52         </member>\r
53         <member name="M:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.WriteMessage(Microsoft.AspNetCore.SignalR.Protocol.HubMessage,System.Buffers.IBufferWriter{System.Byte})">\r
54             <inheritdoc />\r
55         </member>\r
56         <member name="M:Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.GetMessageBytes(Microsoft.AspNetCore.SignalR.Protocol.HubMessage)">\r
57             <inheritdoc />\r
58         </member>\r
59         <member name="T:Microsoft.Extensions.DependencyInjection.JsonProtocolDependencyInjectionExtensions">\r
60             <summary>\r
61             Extension methods for <see cref="T:Microsoft.AspNetCore.SignalR.ISignalRBuilder"/>.\r
62             </summary>\r
63         </member>\r
64         <member name="M:Microsoft.Extensions.DependencyInjection.JsonProtocolDependencyInjectionExtensions.AddJsonProtocol``1(``0)">\r
65             <summary>\r
66             Enables the JSON protocol for SignalR.\r
67             </summary>\r
68             <remarks>\r
69             This has no effect if the JSON protocol has already been enabled.\r
70             </remarks>\r
71             <param name="builder">The <see cref="T:Microsoft.AspNetCore.SignalR.ISignalRBuilder"/> representing the SignalR server to add JSON protocol support to.</param>\r
72             <returns>The value of <paramref name="builder"/></returns>\r
73         </member>\r
74         <member name="M:Microsoft.Extensions.DependencyInjection.JsonProtocolDependencyInjectionExtensions.AddJsonProtocol``1(``0,System.Action{Microsoft.AspNetCore.SignalR.JsonHubProtocolOptions})">\r
75             <summary>\r
76             Enables the JSON protocol for SignalR and allows options for the JSON protocol to be configured.\r
77             </summary>\r
78             <remarks>\r
79             Any options configured here will be applied, even if the JSON protocol has already been registered with the server.\r
80             </remarks>\r
81             <param name="builder">The <see cref="T:Microsoft.AspNetCore.SignalR.ISignalRBuilder"/> representing the SignalR server to add JSON protocol support to.</param>\r
82             <param name="configure">A delegate that can be used to configure the <see cref="T:Microsoft.AspNetCore.SignalR.JsonHubProtocolOptions"/></param>\r
83             <returns>The value of <paramref name="builder"/></returns>\r
84         </member>\r
85     </members>\r
86 </doc>\r