11{
2- "AssemblyIdentity" : " Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" ,
3- "Types" : [
4- {
5- "Name" : " Microsoft.AspNetCore.Hosting.WebHostBuilderSocketExtensions" ,
6- "Visibility" : " Public" ,
7- "Kind" : " Class" ,
8- "Abstract" : true ,
9- "Static" : true ,
10- "Sealed" : true ,
11- "ImplementedInterfaces" : [],
12- "Members" : [
13- {
14- "Kind" : " Method" ,
15- "Name" : " UseSockets" ,
16- "Parameters" : [
17- {
18- "Name" : " hostBuilder" ,
19- "Type" : " Microsoft.AspNetCore.Hosting.IWebHostBuilder"
20- }
21- ],
22- "ReturnType" : " Microsoft.AspNetCore.Hosting.IWebHostBuilder" ,
23- "Static" : true ,
24- "Extension" : true ,
25- "Visibility" : " Public" ,
26- "GenericParameter" : []
27- },
28- {
29- "Kind" : " Method" ,
30- "Name" : " UseSockets" ,
31- "Parameters" : [
32- {
33- "Name" : " hostBuilder" ,
34- "Type" : " Microsoft.AspNetCore.Hosting.IWebHostBuilder"
35- },
36- {
37- "Name" : " configureOptions" ,
38- "Type" : " System.Action<Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions>"
39- }
40- ],
41- "ReturnType" : " Microsoft.AspNetCore.Hosting.IWebHostBuilder" ,
42- "Static" : true ,
43- "Extension" : true ,
44- "Visibility" : " Public" ,
45- "GenericParameter" : []
46- }
47- ],
48- "GenericParameters" : []
49- },
50- {
51- "Name" : " Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory" ,
52- "Visibility" : " Public" ,
53- "Kind" : " Class" ,
54- "Sealed" : true ,
55- "ImplementedInterfaces" : [
56- " Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransportFactory"
57- ],
58- "Members" : [
59- {
60- "Kind" : " Method" ,
61- "Name" : " Create" ,
62- "Parameters" : [
63- {
64- "Name" : " endPointInformation" ,
65- "Type" : " Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation"
66- },
67- {
68- "Name" : " handler" ,
69- "Type" : " Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionHandler"
70- }
71- ],
72- "ReturnType" : " Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport" ,
73- "Sealed" : true ,
74- "Virtual" : true ,
75- "ImplementedInterface" : " Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransportFactory" ,
76- "Visibility" : " Public" ,
77- "GenericParameter" : []
78- },
79- {
80- "Kind" : " Constructor" ,
81- "Name" : " .ctor" ,
82- "Parameters" : [
83- {
84- "Name" : " options" ,
85- "Type" : " Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions>"
86- }
87- ],
88- "Visibility" : " Public" ,
89- "GenericParameter" : []
90- }
91- ],
92- "GenericParameters" : []
93- },
94- {
95- "Name" : " Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions" ,
96- "Visibility" : " Public" ,
97- "Kind" : " Class" ,
98- "ImplementedInterfaces" : [],
99- "Members" : [
100- {
101- "Kind" : " Constructor" ,
102- "Name" : " .ctor" ,
103- "Parameters" : [],
104- "Visibility" : " Public" ,
105- "GenericParameter" : []
106- }
107- ],
108- "GenericParameters" : []
109- }
110- ]
1112}
0 commit comments