1+ {
2+ "AssemblyIdentity" : " Microsoft.AspNetCore.NodeServices.Sockets, Version=2.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" ,
3+ "Types" : [
4+ {
5+ "Name" : " Microsoft.AspNetCore.NodeServices.Sockets.NodeServicesOptionsExtensions" ,
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" : " UseSocketHosting" ,
16+ "Parameters" : [
17+ {
18+ "Name" : " options" ,
19+ "Type" : " Microsoft.AspNetCore.NodeServices.NodeServicesOptions"
20+ }
21+ ],
22+ "ReturnType" : " System.Void" ,
23+ "Static" : true ,
24+ "Extension" : true ,
25+ "Visibility" : " Public" ,
26+ "GenericParameter" : []
27+ }
28+ ],
29+ "GenericParameters" : []
30+ },
31+ {
32+ "Name" : " Microsoft.AspNetCore.NodeServices.Sockets.VirtualConnections.VirtualConnectionReadErrorHandler" ,
33+ "Visibility" : " Public" ,
34+ "Kind" : " Class" ,
35+ "Sealed" : true ,
36+ "BaseType" : " System.MulticastDelegate" ,
37+ "ImplementedInterfaces" : [],
38+ "Members" : [
39+ {
40+ "Kind" : " Method" ,
41+ "Name" : " Invoke" ,
42+ "Parameters" : [
43+ {
44+ "Name" : " ex" ,
45+ "Type" : " System.Exception"
46+ }
47+ ],
48+ "ReturnType" : " System.Void" ,
49+ "Virtual" : true ,
50+ "Visibility" : " Public" ,
51+ "GenericParameter" : []
52+ },
53+ {
54+ "Kind" : " Method" ,
55+ "Name" : " BeginInvoke" ,
56+ "Parameters" : [
57+ {
58+ "Name" : " ex" ,
59+ "Type" : " System.Exception"
60+ },
61+ {
62+ "Name" : " callback" ,
63+ "Type" : " System.AsyncCallback"
64+ },
65+ {
66+ "Name" : " object" ,
67+ "Type" : " System.Object"
68+ }
69+ ],
70+ "ReturnType" : " System.IAsyncResult" ,
71+ "Virtual" : true ,
72+ "Visibility" : " Public" ,
73+ "GenericParameter" : []
74+ },
75+ {
76+ "Kind" : " Method" ,
77+ "Name" : " EndInvoke" ,
78+ "Parameters" : [
79+ {
80+ "Name" : " result" ,
81+ "Type" : " System.IAsyncResult"
82+ }
83+ ],
84+ "ReturnType" : " System.Void" ,
85+ "Virtual" : true ,
86+ "Visibility" : " Public" ,
87+ "GenericParameter" : []
88+ },
89+ {
90+ "Kind" : " Constructor" ,
91+ "Name" : " .ctor" ,
92+ "Parameters" : [
93+ {
94+ "Name" : " object" ,
95+ "Type" : " System.Object"
96+ },
97+ {
98+ "Name" : " method" ,
99+ "Type" : " System.IntPtr"
100+ }
101+ ],
102+ "Visibility" : " Public" ,
103+ "GenericParameter" : []
104+ }
105+ ],
106+ "GenericParameters" : []
107+ }
108+ ]
109+ }
0 commit comments