@tsonic/nodejs 0.4.6 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/index/bindings.json +19833 -27413
- package/index/internal/index.d.ts +455 -176
- package/index.d.ts +14 -1
- package/nodejs.Http/bindings.json +680 -1650
- package/nodejs.Http/internal/index.d.ts +14 -13
- package/package.json +5 -4
- package/__build/scripts/generate.sh +0 -106
- package/__build/scripts/verify-library-mode.sh +0 -90
- package/index/internal/metadata.json +0 -20663
- package/nodejs.Http/internal/metadata.json +0 -1365
- package/tsconfig.json +0 -18
|
@@ -1,53 +1,80 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "nodejs.Http",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"nodejs"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "nodejs:nodejs.Http.AddressInfo",
|
|
6
9
|
"clrName": "nodejs.Http.AddressInfo",
|
|
7
|
-
"tsEmitName": "AddressInfo",
|
|
8
10
|
"assemblyName": "nodejs",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
10
22
|
"methods": [],
|
|
11
23
|
"properties": [
|
|
12
24
|
{
|
|
13
25
|
"stableId": "nodejs:nodejs.Http.AddressInfo::port:System.Int32",
|
|
14
26
|
"clrName": "port",
|
|
15
|
-
"
|
|
16
|
-
"metadataToken": 385876384,
|
|
27
|
+
"metadataToken": 385876403,
|
|
17
28
|
"canonicalSignature": ":System.Int32",
|
|
18
29
|
"normalizedSignature": "port|:System.Int32|static=false|accessor=getset",
|
|
19
30
|
"emitScope": "ClassSurface",
|
|
31
|
+
"provenance": "Original",
|
|
20
32
|
"isIndexer": false,
|
|
21
33
|
"hasGetter": true,
|
|
22
34
|
"hasSetter": true,
|
|
35
|
+
"isStatic": false,
|
|
36
|
+
"isAbstract": false,
|
|
37
|
+
"isVirtual": false,
|
|
38
|
+
"isOverride": false,
|
|
39
|
+
"visibility": "Public",
|
|
23
40
|
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
24
41
|
"declaringAssemblyName": "nodejs"
|
|
25
42
|
},
|
|
26
43
|
{
|
|
27
44
|
"stableId": "nodejs:nodejs.Http.AddressInfo::family:System.String",
|
|
28
45
|
"clrName": "family",
|
|
29
|
-
"
|
|
30
|
-
"metadataToken": 385876385,
|
|
46
|
+
"metadataToken": 385876404,
|
|
31
47
|
"canonicalSignature": ":System.String",
|
|
32
48
|
"normalizedSignature": "family|:System.String|static=false|accessor=getset",
|
|
33
49
|
"emitScope": "ClassSurface",
|
|
50
|
+
"provenance": "Original",
|
|
34
51
|
"isIndexer": false,
|
|
35
52
|
"hasGetter": true,
|
|
36
53
|
"hasSetter": true,
|
|
54
|
+
"isStatic": false,
|
|
55
|
+
"isAbstract": false,
|
|
56
|
+
"isVirtual": false,
|
|
57
|
+
"isOverride": false,
|
|
58
|
+
"visibility": "Public",
|
|
37
59
|
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
38
60
|
"declaringAssemblyName": "nodejs"
|
|
39
61
|
},
|
|
40
62
|
{
|
|
41
63
|
"stableId": "nodejs:nodejs.Http.AddressInfo::address:System.String",
|
|
42
64
|
"clrName": "address",
|
|
43
|
-
"
|
|
44
|
-
"metadataToken": 385876386,
|
|
65
|
+
"metadataToken": 385876405,
|
|
45
66
|
"canonicalSignature": ":System.String",
|
|
46
67
|
"normalizedSignature": "address|:System.String|static=false|accessor=getset",
|
|
47
68
|
"emitScope": "ClassSurface",
|
|
69
|
+
"provenance": "Original",
|
|
48
70
|
"isIndexer": false,
|
|
49
71
|
"hasGetter": true,
|
|
50
72
|
"hasSetter": true,
|
|
73
|
+
"isStatic": false,
|
|
74
|
+
"isAbstract": false,
|
|
75
|
+
"isVirtual": false,
|
|
76
|
+
"isOverride": false,
|
|
77
|
+
"visibility": "Public",
|
|
51
78
|
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
52
79
|
"declaringAssemblyName": "nodejs"
|
|
53
80
|
}
|
|
@@ -57,76 +84,49 @@
|
|
|
57
84
|
"constructors": [
|
|
58
85
|
{
|
|
59
86
|
"stableId": "nodejs:nodejs.Http.AddressInfo::.ctor():void",
|
|
60
|
-
"metadataToken":
|
|
87
|
+
"metadataToken": 100665241,
|
|
61
88
|
"canonicalSignature": "():void",
|
|
62
89
|
"normalizedSignature": "constructor|():void|static=false",
|
|
63
90
|
"isStatic": false,
|
|
64
91
|
"parameterCount": 0,
|
|
92
|
+
"visibility": "Public",
|
|
65
93
|
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
66
94
|
"declaringAssemblyName": "nodejs"
|
|
67
95
|
}
|
|
68
|
-
],
|
|
69
|
-
"exposedProperties": [
|
|
70
|
-
{
|
|
71
|
-
"tsName": "port",
|
|
72
|
-
"isStatic": false,
|
|
73
|
-
"tsSignatureId": "port|:System.Int32|static=false|accessor=getset",
|
|
74
|
-
"target": {
|
|
75
|
-
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
76
|
-
"declaringAssemblyName": "nodejs",
|
|
77
|
-
"metadataToken": 385876384
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"tsName": "family",
|
|
82
|
-
"isStatic": false,
|
|
83
|
-
"tsSignatureId": "family|:System.String|static=false|accessor=getset",
|
|
84
|
-
"target": {
|
|
85
|
-
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
86
|
-
"declaringAssemblyName": "nodejs",
|
|
87
|
-
"metadataToken": 385876385
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"tsName": "address",
|
|
92
|
-
"isStatic": false,
|
|
93
|
-
"tsSignatureId": "address|:System.String|static=false|accessor=getset",
|
|
94
|
-
"target": {
|
|
95
|
-
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
96
|
-
"declaringAssemblyName": "nodejs",
|
|
97
|
-
"metadataToken": 385876386
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"exposedConstructors": [
|
|
102
|
-
{
|
|
103
|
-
"isStatic": false,
|
|
104
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
105
|
-
"target": {
|
|
106
|
-
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
107
|
-
"declaringAssemblyName": "nodejs",
|
|
108
|
-
"metadataToken": 100665079
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
96
|
]
|
|
112
97
|
},
|
|
113
98
|
{
|
|
114
99
|
"stableId": "nodejs:nodejs.Http.ClientRequest",
|
|
115
100
|
"clrName": "nodejs.Http.ClientRequest",
|
|
116
|
-
"tsEmitName": "ClientRequest",
|
|
117
101
|
"assemblyName": "nodejs",
|
|
118
102
|
"metadataToken": 0,
|
|
103
|
+
"kind": "Class",
|
|
104
|
+
"accessibility": "Public",
|
|
105
|
+
"isAbstract": false,
|
|
106
|
+
"isSealed": false,
|
|
107
|
+
"isStatic": false,
|
|
108
|
+
"arity": 0,
|
|
109
|
+
"baseType": {
|
|
110
|
+
"stableId": "nodejs:nodejs.EventEmitter",
|
|
111
|
+
"clrName": "nodejs.EventEmitter"
|
|
112
|
+
},
|
|
119
113
|
"methods": [
|
|
120
114
|
{
|
|
121
115
|
"stableId": "nodejs:nodejs.Http.ClientRequest::setHeader(System.String,System.String):System.Void",
|
|
122
116
|
"clrName": "setHeader",
|
|
123
|
-
"
|
|
124
|
-
"metadataToken": 100664991,
|
|
117
|
+
"metadataToken": 100665153,
|
|
125
118
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
126
119
|
"normalizedSignature": "setHeader|(System.String,System.String):System.Void|static=false",
|
|
127
120
|
"emitScope": "ClassSurface",
|
|
121
|
+
"provenance": "Original",
|
|
128
122
|
"arity": 0,
|
|
129
123
|
"parameterCount": 2,
|
|
124
|
+
"isStatic": false,
|
|
125
|
+
"isAbstract": false,
|
|
126
|
+
"isVirtual": false,
|
|
127
|
+
"isOverride": false,
|
|
128
|
+
"isSealed": false,
|
|
129
|
+
"visibility": "Public",
|
|
130
130
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
131
131
|
"declaringAssemblyName": "nodejs",
|
|
132
132
|
"isExtensionMethod": false
|
|
@@ -134,13 +134,19 @@
|
|
|
134
134
|
{
|
|
135
135
|
"stableId": "nodejs:nodejs.Http.ClientRequest::getHeader(System.String):System.String",
|
|
136
136
|
"clrName": "getHeader",
|
|
137
|
-
"
|
|
138
|
-
"metadataToken": 100664992,
|
|
137
|
+
"metadataToken": 100665154,
|
|
139
138
|
"canonicalSignature": "(System.String):System.String",
|
|
140
139
|
"normalizedSignature": "getHeader|(System.String):System.String|static=false",
|
|
141
140
|
"emitScope": "ClassSurface",
|
|
141
|
+
"provenance": "Original",
|
|
142
142
|
"arity": 0,
|
|
143
143
|
"parameterCount": 1,
|
|
144
|
+
"isStatic": false,
|
|
145
|
+
"isAbstract": false,
|
|
146
|
+
"isVirtual": false,
|
|
147
|
+
"isOverride": false,
|
|
148
|
+
"isSealed": false,
|
|
149
|
+
"visibility": "Public",
|
|
144
150
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
145
151
|
"declaringAssemblyName": "nodejs",
|
|
146
152
|
"isExtensionMethod": false
|
|
@@ -148,13 +154,19 @@
|
|
|
148
154
|
{
|
|
149
155
|
"stableId": "nodejs:nodejs.Http.ClientRequest::getHeaderNames():System.String[]",
|
|
150
156
|
"clrName": "getHeaderNames",
|
|
151
|
-
"
|
|
152
|
-
"metadataToken": 100664993,
|
|
157
|
+
"metadataToken": 100665155,
|
|
153
158
|
"canonicalSignature": "():System.String[]",
|
|
154
159
|
"normalizedSignature": "getHeaderNames|():System.String[]|static=false",
|
|
155
160
|
"emitScope": "ClassSurface",
|
|
161
|
+
"provenance": "Original",
|
|
156
162
|
"arity": 0,
|
|
157
163
|
"parameterCount": 0,
|
|
164
|
+
"isStatic": false,
|
|
165
|
+
"isAbstract": false,
|
|
166
|
+
"isVirtual": false,
|
|
167
|
+
"isOverride": false,
|
|
168
|
+
"isSealed": false,
|
|
169
|
+
"visibility": "Public",
|
|
158
170
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
159
171
|
"declaringAssemblyName": "nodejs",
|
|
160
172
|
"isExtensionMethod": false
|
|
@@ -162,13 +174,19 @@
|
|
|
162
174
|
{
|
|
163
175
|
"stableId": "nodejs:nodejs.Http.ClientRequest::removeHeader(System.String):System.Void",
|
|
164
176
|
"clrName": "removeHeader",
|
|
165
|
-
"
|
|
166
|
-
"metadataToken": 100664994,
|
|
177
|
+
"metadataToken": 100665156,
|
|
167
178
|
"canonicalSignature": "(System.String):System.Void",
|
|
168
179
|
"normalizedSignature": "removeHeader|(System.String):System.Void|static=false",
|
|
169
180
|
"emitScope": "ClassSurface",
|
|
181
|
+
"provenance": "Original",
|
|
170
182
|
"arity": 0,
|
|
171
183
|
"parameterCount": 1,
|
|
184
|
+
"isStatic": false,
|
|
185
|
+
"isAbstract": false,
|
|
186
|
+
"isVirtual": false,
|
|
187
|
+
"isOverride": false,
|
|
188
|
+
"isSealed": false,
|
|
189
|
+
"visibility": "Public",
|
|
172
190
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
173
191
|
"declaringAssemblyName": "nodejs",
|
|
174
192
|
"isExtensionMethod": false
|
|
@@ -176,13 +194,19 @@
|
|
|
176
194
|
{
|
|
177
195
|
"stableId": "nodejs:nodejs.Http.ClientRequest::write(System.String,System.String,System.Action):System.Boolean",
|
|
178
196
|
"clrName": "write",
|
|
179
|
-
"
|
|
180
|
-
"metadataToken": 100664995,
|
|
197
|
+
"metadataToken": 100665157,
|
|
181
198
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Boolean",
|
|
182
199
|
"normalizedSignature": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
|
|
183
200
|
"emitScope": "ClassSurface",
|
|
201
|
+
"provenance": "Original",
|
|
184
202
|
"arity": 0,
|
|
185
203
|
"parameterCount": 3,
|
|
204
|
+
"isStatic": false,
|
|
205
|
+
"isAbstract": false,
|
|
206
|
+
"isVirtual": false,
|
|
207
|
+
"isOverride": false,
|
|
208
|
+
"isSealed": false,
|
|
209
|
+
"visibility": "Public",
|
|
186
210
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
187
211
|
"declaringAssemblyName": "nodejs",
|
|
188
212
|
"isExtensionMethod": false
|
|
@@ -190,13 +214,19 @@
|
|
|
190
214
|
{
|
|
191
215
|
"stableId": "nodejs:nodejs.Http.ClientRequest::end(System.String,System.String,System.Action):System.Threading.Tasks.Task",
|
|
192
216
|
"clrName": "end",
|
|
193
|
-
"
|
|
194
|
-
"metadataToken": 100664996,
|
|
217
|
+
"metadataToken": 100665158,
|
|
195
218
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Threading.Tasks.Task",
|
|
196
219
|
"normalizedSignature": "end|(System.String,System.String,System.Action):System.Threading.Tasks.Task|static=false",
|
|
197
220
|
"emitScope": "ClassSurface",
|
|
221
|
+
"provenance": "Original",
|
|
198
222
|
"arity": 0,
|
|
199
223
|
"parameterCount": 3,
|
|
224
|
+
"isStatic": false,
|
|
225
|
+
"isAbstract": false,
|
|
226
|
+
"isVirtual": false,
|
|
227
|
+
"isOverride": false,
|
|
228
|
+
"isSealed": false,
|
|
229
|
+
"visibility": "Public",
|
|
200
230
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
201
231
|
"declaringAssemblyName": "nodejs",
|
|
202
232
|
"isExtensionMethod": false
|
|
@@ -204,13 +234,19 @@
|
|
|
204
234
|
{
|
|
205
235
|
"stableId": "nodejs:nodejs.Http.ClientRequest::abort():System.Void",
|
|
206
236
|
"clrName": "abort",
|
|
207
|
-
"
|
|
208
|
-
"metadataToken": 100664998,
|
|
237
|
+
"metadataToken": 100665160,
|
|
209
238
|
"canonicalSignature": "():System.Void",
|
|
210
239
|
"normalizedSignature": "abort|():System.Void|static=false",
|
|
211
240
|
"emitScope": "ClassSurface",
|
|
241
|
+
"provenance": "Original",
|
|
212
242
|
"arity": 0,
|
|
213
243
|
"parameterCount": 0,
|
|
244
|
+
"isStatic": false,
|
|
245
|
+
"isAbstract": false,
|
|
246
|
+
"isVirtual": false,
|
|
247
|
+
"isOverride": false,
|
|
248
|
+
"isSealed": false,
|
|
249
|
+
"visibility": "Public",
|
|
214
250
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
215
251
|
"declaringAssemblyName": "nodejs",
|
|
216
252
|
"isExtensionMethod": false
|
|
@@ -218,13 +254,19 @@
|
|
|
218
254
|
{
|
|
219
255
|
"stableId": "nodejs:nodejs.Http.ClientRequest::setTimeout(System.Int32,System.Action):nodejs.Http.ClientRequest",
|
|
220
256
|
"clrName": "setTimeout",
|
|
221
|
-
"
|
|
222
|
-
"metadataToken": 100664999,
|
|
257
|
+
"metadataToken": 100665161,
|
|
223
258
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.ClientRequest",
|
|
224
259
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.ClientRequest|static=false",
|
|
225
260
|
"emitScope": "ClassSurface",
|
|
261
|
+
"provenance": "Original",
|
|
226
262
|
"arity": 0,
|
|
227
263
|
"parameterCount": 2,
|
|
264
|
+
"isStatic": false,
|
|
265
|
+
"isAbstract": false,
|
|
266
|
+
"isVirtual": false,
|
|
267
|
+
"isOverride": false,
|
|
268
|
+
"isSealed": false,
|
|
269
|
+
"visibility": "Public",
|
|
228
270
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
229
271
|
"declaringAssemblyName": "nodejs",
|
|
230
272
|
"isExtensionMethod": false
|
|
@@ -234,389 +276,135 @@
|
|
|
234
276
|
{
|
|
235
277
|
"stableId": "nodejs:nodejs.Http.ClientRequest::path:System.String",
|
|
236
278
|
"clrName": "path",
|
|
237
|
-
"
|
|
238
|
-
"metadataToken": 385876352,
|
|
279
|
+
"metadataToken": 385876371,
|
|
239
280
|
"canonicalSignature": ":System.String",
|
|
240
281
|
"normalizedSignature": "path|:System.String|static=false|accessor=get",
|
|
241
282
|
"emitScope": "ClassSurface",
|
|
283
|
+
"provenance": "Original",
|
|
242
284
|
"isIndexer": false,
|
|
243
285
|
"hasGetter": true,
|
|
244
286
|
"hasSetter": false,
|
|
287
|
+
"isStatic": false,
|
|
288
|
+
"isAbstract": false,
|
|
289
|
+
"isVirtual": false,
|
|
290
|
+
"isOverride": false,
|
|
291
|
+
"visibility": "Public",
|
|
245
292
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
246
293
|
"declaringAssemblyName": "nodejs"
|
|
247
294
|
},
|
|
248
295
|
{
|
|
249
296
|
"stableId": "nodejs:nodejs.Http.ClientRequest::method:System.String",
|
|
250
297
|
"clrName": "method",
|
|
251
|
-
"
|
|
252
|
-
"metadataToken": 385876353,
|
|
298
|
+
"metadataToken": 385876372,
|
|
253
299
|
"canonicalSignature": ":System.String",
|
|
254
300
|
"normalizedSignature": "method|:System.String|static=false|accessor=get",
|
|
255
301
|
"emitScope": "ClassSurface",
|
|
302
|
+
"provenance": "Original",
|
|
256
303
|
"isIndexer": false,
|
|
257
304
|
"hasGetter": true,
|
|
258
305
|
"hasSetter": false,
|
|
306
|
+
"isStatic": false,
|
|
307
|
+
"isAbstract": false,
|
|
308
|
+
"isVirtual": false,
|
|
309
|
+
"isOverride": false,
|
|
310
|
+
"visibility": "Public",
|
|
259
311
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
260
312
|
"declaringAssemblyName": "nodejs"
|
|
261
313
|
},
|
|
262
314
|
{
|
|
263
315
|
"stableId": "nodejs:nodejs.Http.ClientRequest::host:System.String",
|
|
264
316
|
"clrName": "host",
|
|
265
|
-
"
|
|
266
|
-
"metadataToken": 385876354,
|
|
317
|
+
"metadataToken": 385876373,
|
|
267
318
|
"canonicalSignature": ":System.String",
|
|
268
319
|
"normalizedSignature": "host|:System.String|static=false|accessor=get",
|
|
269
320
|
"emitScope": "ClassSurface",
|
|
321
|
+
"provenance": "Original",
|
|
270
322
|
"isIndexer": false,
|
|
271
323
|
"hasGetter": true,
|
|
272
324
|
"hasSetter": false,
|
|
325
|
+
"isStatic": false,
|
|
326
|
+
"isAbstract": false,
|
|
327
|
+
"isVirtual": false,
|
|
328
|
+
"isOverride": false,
|
|
329
|
+
"visibility": "Public",
|
|
273
330
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
274
331
|
"declaringAssemblyName": "nodejs"
|
|
275
332
|
},
|
|
276
333
|
{
|
|
277
334
|
"stableId": "nodejs:nodejs.Http.ClientRequest::protocol:System.String",
|
|
278
335
|
"clrName": "protocol",
|
|
279
|
-
"
|
|
280
|
-
"metadataToken": 385876355,
|
|
336
|
+
"metadataToken": 385876374,
|
|
281
337
|
"canonicalSignature": ":System.String",
|
|
282
338
|
"normalizedSignature": "protocol|:System.String|static=false|accessor=get",
|
|
283
339
|
"emitScope": "ClassSurface",
|
|
340
|
+
"provenance": "Original",
|
|
284
341
|
"isIndexer": false,
|
|
285
342
|
"hasGetter": true,
|
|
286
343
|
"hasSetter": false,
|
|
344
|
+
"isStatic": false,
|
|
345
|
+
"isAbstract": false,
|
|
346
|
+
"isVirtual": false,
|
|
347
|
+
"isOverride": false,
|
|
348
|
+
"visibility": "Public",
|
|
287
349
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
288
350
|
"declaringAssemblyName": "nodejs"
|
|
289
351
|
},
|
|
290
352
|
{
|
|
291
353
|
"stableId": "nodejs:nodejs.Http.ClientRequest::aborted:System.Boolean",
|
|
292
354
|
"clrName": "aborted",
|
|
293
|
-
"
|
|
294
|
-
"metadataToken": 385876356,
|
|
355
|
+
"metadataToken": 385876375,
|
|
295
356
|
"canonicalSignature": ":System.Boolean",
|
|
296
357
|
"normalizedSignature": "aborted|:System.Boolean|static=false|accessor=get",
|
|
297
358
|
"emitScope": "ClassSurface",
|
|
359
|
+
"provenance": "Original",
|
|
298
360
|
"isIndexer": false,
|
|
299
361
|
"hasGetter": true,
|
|
300
362
|
"hasSetter": false,
|
|
363
|
+
"isStatic": false,
|
|
364
|
+
"isAbstract": false,
|
|
365
|
+
"isVirtual": false,
|
|
366
|
+
"isOverride": false,
|
|
367
|
+
"visibility": "Public",
|
|
301
368
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
302
369
|
"declaringAssemblyName": "nodejs"
|
|
303
370
|
}
|
|
304
371
|
],
|
|
305
372
|
"fields": [],
|
|
306
373
|
"events": [],
|
|
307
|
-
"constructors": []
|
|
308
|
-
"exposedMethods": [
|
|
309
|
-
{
|
|
310
|
-
"tsName": "setHeader",
|
|
311
|
-
"isStatic": false,
|
|
312
|
-
"tsSignatureId": "setHeader|(System.String,System.String):System.Void|static=false",
|
|
313
|
-
"target": {
|
|
314
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
315
|
-
"declaringAssemblyName": "nodejs",
|
|
316
|
-
"metadataToken": 100664991
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"tsName": "getHeader",
|
|
321
|
-
"isStatic": false,
|
|
322
|
-
"tsSignatureId": "getHeader|(System.String):System.String|static=false",
|
|
323
|
-
"target": {
|
|
324
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
325
|
-
"declaringAssemblyName": "nodejs",
|
|
326
|
-
"metadataToken": 100664992
|
|
327
|
-
}
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"tsName": "getHeaderNames",
|
|
331
|
-
"isStatic": false,
|
|
332
|
-
"tsSignatureId": "getHeaderNames|():System.String[]|static=false",
|
|
333
|
-
"target": {
|
|
334
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
335
|
-
"declaringAssemblyName": "nodejs",
|
|
336
|
-
"metadataToken": 100664993
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"tsName": "removeHeader",
|
|
341
|
-
"isStatic": false,
|
|
342
|
-
"tsSignatureId": "removeHeader|(System.String):System.Void|static=false",
|
|
343
|
-
"target": {
|
|
344
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
345
|
-
"declaringAssemblyName": "nodejs",
|
|
346
|
-
"metadataToken": 100664994
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"tsName": "write",
|
|
351
|
-
"isStatic": false,
|
|
352
|
-
"tsSignatureId": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
|
|
353
|
-
"target": {
|
|
354
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
355
|
-
"declaringAssemblyName": "nodejs",
|
|
356
|
-
"metadataToken": 100664995
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"tsName": "end",
|
|
361
|
-
"isStatic": false,
|
|
362
|
-
"tsSignatureId": "end|(System.String,System.String,System.Action):System.Threading.Tasks.Task|static=false",
|
|
363
|
-
"target": {
|
|
364
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
365
|
-
"declaringAssemblyName": "nodejs",
|
|
366
|
-
"metadataToken": 100664996
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"tsName": "abort",
|
|
371
|
-
"isStatic": false,
|
|
372
|
-
"tsSignatureId": "abort|():System.Void|static=false",
|
|
373
|
-
"target": {
|
|
374
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
375
|
-
"declaringAssemblyName": "nodejs",
|
|
376
|
-
"metadataToken": 100664998
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"tsName": "setTimeout",
|
|
381
|
-
"isStatic": false,
|
|
382
|
-
"tsSignatureId": "setTimeout|(System.Int32,System.Action):nodejs.Http.ClientRequest|static=false",
|
|
383
|
-
"target": {
|
|
384
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
385
|
-
"declaringAssemblyName": "nodejs",
|
|
386
|
-
"metadataToken": 100664999
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"tsName": "addListener",
|
|
391
|
-
"isStatic": false,
|
|
392
|
-
"tsSignatureId": "addListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
393
|
-
"target": {
|
|
394
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
395
|
-
"declaringAssemblyName": "nodejs",
|
|
396
|
-
"metadataToken": 100664099
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"tsName": "emit",
|
|
401
|
-
"isStatic": false,
|
|
402
|
-
"tsSignatureId": "emit|(System.String,System.Object[]):System.Boolean|static=false",
|
|
403
|
-
"target": {
|
|
404
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
405
|
-
"declaringAssemblyName": "nodejs",
|
|
406
|
-
"metadataToken": 100664100
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"tsName": "once",
|
|
411
|
-
"isStatic": true,
|
|
412
|
-
"tsSignatureId": "once|(nodejs.EventEmitter,System.String):System.Threading.Tasks.Task_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
413
|
-
"target": {
|
|
414
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
415
|
-
"declaringAssemblyName": "nodejs",
|
|
416
|
-
"metadataToken": 100664103
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"tsName": "eventNames",
|
|
421
|
-
"isStatic": false,
|
|
422
|
-
"tsSignatureId": "eventNames|():System.String[]|static=false",
|
|
423
|
-
"target": {
|
|
424
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
425
|
-
"declaringAssemblyName": "nodejs",
|
|
426
|
-
"metadataToken": 100664104
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"tsName": "getMaxListeners",
|
|
431
|
-
"isStatic": false,
|
|
432
|
-
"tsSignatureId": "getMaxListeners|():System.Int32|static=false",
|
|
433
|
-
"target": {
|
|
434
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
435
|
-
"declaringAssemblyName": "nodejs",
|
|
436
|
-
"metadataToken": 100664105
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"tsName": "listenerCount",
|
|
441
|
-
"isStatic": false,
|
|
442
|
-
"tsSignatureId": "listenerCount|(System.String):System.Int32|static=false",
|
|
443
|
-
"target": {
|
|
444
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
445
|
-
"declaringAssemblyName": "nodejs",
|
|
446
|
-
"metadataToken": 100664106
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"tsName": "listeners",
|
|
451
|
-
"isStatic": false,
|
|
452
|
-
"tsSignatureId": "listeners|(System.String):System.Delegate[]|static=false",
|
|
453
|
-
"target": {
|
|
454
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
455
|
-
"declaringAssemblyName": "nodejs",
|
|
456
|
-
"metadataToken": 100664107
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"tsName": "off",
|
|
461
|
-
"isStatic": false,
|
|
462
|
-
"tsSignatureId": "off|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
463
|
-
"target": {
|
|
464
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
465
|
-
"declaringAssemblyName": "nodejs",
|
|
466
|
-
"metadataToken": 100664108
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"tsName": "on",
|
|
471
|
-
"isStatic": false,
|
|
472
|
-
"tsSignatureId": "on|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
473
|
-
"target": {
|
|
474
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
475
|
-
"declaringAssemblyName": "nodejs",
|
|
476
|
-
"metadataToken": 100664109
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"tsName": "prependListener",
|
|
481
|
-
"isStatic": false,
|
|
482
|
-
"tsSignatureId": "prependListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
483
|
-
"target": {
|
|
484
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
485
|
-
"declaringAssemblyName": "nodejs",
|
|
486
|
-
"metadataToken": 100664111
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"tsName": "prependOnceListener",
|
|
491
|
-
"isStatic": false,
|
|
492
|
-
"tsSignatureId": "prependOnceListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
493
|
-
"target": {
|
|
494
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
495
|
-
"declaringAssemblyName": "nodejs",
|
|
496
|
-
"metadataToken": 100664112
|
|
497
|
-
}
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"tsName": "rawListeners",
|
|
501
|
-
"isStatic": false,
|
|
502
|
-
"tsSignatureId": "rawListeners|(System.String):System.Delegate[]|static=false",
|
|
503
|
-
"target": {
|
|
504
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
505
|
-
"declaringAssemblyName": "nodejs",
|
|
506
|
-
"metadataToken": 100664113
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"tsName": "removeAllListeners",
|
|
511
|
-
"isStatic": false,
|
|
512
|
-
"tsSignatureId": "removeAllListeners|(System.String):nodejs.EventEmitter|static=false",
|
|
513
|
-
"target": {
|
|
514
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
515
|
-
"declaringAssemblyName": "nodejs",
|
|
516
|
-
"metadataToken": 100664114
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"tsName": "removeListener",
|
|
521
|
-
"isStatic": false,
|
|
522
|
-
"tsSignatureId": "removeListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
523
|
-
"target": {
|
|
524
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
525
|
-
"declaringAssemblyName": "nodejs",
|
|
526
|
-
"metadataToken": 100664115
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"tsName": "setMaxListeners",
|
|
531
|
-
"isStatic": false,
|
|
532
|
-
"tsSignatureId": "setMaxListeners|(System.Int32):nodejs.EventEmitter|static=false",
|
|
533
|
-
"target": {
|
|
534
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
535
|
-
"declaringAssemblyName": "nodejs",
|
|
536
|
-
"metadataToken": 100664116
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
],
|
|
540
|
-
"exposedProperties": [
|
|
541
|
-
{
|
|
542
|
-
"tsName": "path",
|
|
543
|
-
"isStatic": false,
|
|
544
|
-
"tsSignatureId": "path|:System.String|static=false|accessor=get",
|
|
545
|
-
"target": {
|
|
546
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
547
|
-
"declaringAssemblyName": "nodejs",
|
|
548
|
-
"metadataToken": 385876352
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"tsName": "method",
|
|
553
|
-
"isStatic": false,
|
|
554
|
-
"tsSignatureId": "method|:System.String|static=false|accessor=get",
|
|
555
|
-
"target": {
|
|
556
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
557
|
-
"declaringAssemblyName": "nodejs",
|
|
558
|
-
"metadataToken": 385876353
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"tsName": "host",
|
|
563
|
-
"isStatic": false,
|
|
564
|
-
"tsSignatureId": "host|:System.String|static=false|accessor=get",
|
|
565
|
-
"target": {
|
|
566
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
567
|
-
"declaringAssemblyName": "nodejs",
|
|
568
|
-
"metadataToken": 385876354
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"tsName": "protocol",
|
|
573
|
-
"isStatic": false,
|
|
574
|
-
"tsSignatureId": "protocol|:System.String|static=false|accessor=get",
|
|
575
|
-
"target": {
|
|
576
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
577
|
-
"declaringAssemblyName": "nodejs",
|
|
578
|
-
"metadataToken": 385876355
|
|
579
|
-
}
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"tsName": "aborted",
|
|
583
|
-
"isStatic": false,
|
|
584
|
-
"tsSignatureId": "aborted|:System.Boolean|static=false|accessor=get",
|
|
585
|
-
"target": {
|
|
586
|
-
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
587
|
-
"declaringAssemblyName": "nodejs",
|
|
588
|
-
"metadataToken": 385876356
|
|
589
|
-
}
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"tsName": "defaultMaxListeners",
|
|
593
|
-
"isStatic": true,
|
|
594
|
-
"tsSignatureId": "defaultMaxListeners|:System.Int32|static=true|accessor=getset",
|
|
595
|
-
"target": {
|
|
596
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
597
|
-
"declaringAssemblyName": "nodejs",
|
|
598
|
-
"metadataToken": 385876120
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
]
|
|
374
|
+
"constructors": []
|
|
602
375
|
},
|
|
603
376
|
{
|
|
604
377
|
"stableId": "nodejs:nodejs.Http.IncomingMessage",
|
|
605
378
|
"clrName": "nodejs.Http.IncomingMessage",
|
|
606
|
-
"tsEmitName": "IncomingMessage",
|
|
607
379
|
"assemblyName": "nodejs",
|
|
608
380
|
"metadataToken": 0,
|
|
381
|
+
"kind": "Class",
|
|
382
|
+
"accessibility": "Public",
|
|
383
|
+
"isAbstract": false,
|
|
384
|
+
"isSealed": false,
|
|
385
|
+
"isStatic": false,
|
|
386
|
+
"arity": 0,
|
|
387
|
+
"baseType": {
|
|
388
|
+
"stableId": "nodejs:nodejs.EventEmitter",
|
|
389
|
+
"clrName": "nodejs.EventEmitter"
|
|
390
|
+
},
|
|
609
391
|
"methods": [
|
|
610
392
|
{
|
|
611
393
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::destroy():System.Void",
|
|
612
394
|
"clrName": "destroy",
|
|
613
|
-
"
|
|
614
|
-
"metadataToken": 100665028,
|
|
395
|
+
"metadataToken": 100665190,
|
|
615
396
|
"canonicalSignature": "():System.Void",
|
|
616
397
|
"normalizedSignature": "destroy|():System.Void|static=false",
|
|
617
398
|
"emitScope": "ClassSurface",
|
|
399
|
+
"provenance": "Original",
|
|
618
400
|
"arity": 0,
|
|
619
401
|
"parameterCount": 0,
|
|
402
|
+
"isStatic": false,
|
|
403
|
+
"isAbstract": false,
|
|
404
|
+
"isVirtual": false,
|
|
405
|
+
"isOverride": false,
|
|
406
|
+
"isSealed": false,
|
|
407
|
+
"visibility": "Public",
|
|
620
408
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
621
409
|
"declaringAssemblyName": "nodejs",
|
|
622
410
|
"isExtensionMethod": false
|
|
@@ -624,13 +412,19 @@
|
|
|
624
412
|
{
|
|
625
413
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::setTimeout(System.Int32,System.Action):nodejs.Http.IncomingMessage",
|
|
626
414
|
"clrName": "setTimeout",
|
|
627
|
-
"
|
|
628
|
-
"metadataToken": 100665029,
|
|
415
|
+
"metadataToken": 100665191,
|
|
629
416
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.IncomingMessage",
|
|
630
417
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.IncomingMessage|static=false",
|
|
631
418
|
"emitScope": "ClassSurface",
|
|
419
|
+
"provenance": "Original",
|
|
632
420
|
"arity": 0,
|
|
633
421
|
"parameterCount": 2,
|
|
422
|
+
"isStatic": false,
|
|
423
|
+
"isAbstract": false,
|
|
424
|
+
"isVirtual": false,
|
|
425
|
+
"isOverride": false,
|
|
426
|
+
"isSealed": false,
|
|
427
|
+
"visibility": "Public",
|
|
634
428
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
635
429
|
"declaringAssemblyName": "nodejs",
|
|
636
430
|
"isExtensionMethod": false
|
|
@@ -638,13 +432,19 @@
|
|
|
638
432
|
{
|
|
639
433
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::readAll():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
640
434
|
"clrName": "readAll",
|
|
641
|
-
"
|
|
642
|
-
"metadataToken": 100665030,
|
|
435
|
+
"metadataToken": 100665192,
|
|
643
436
|
"canonicalSignature": "():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
644
437
|
"normalizedSignature": "readAll|():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
645
438
|
"emitScope": "ClassSurface",
|
|
439
|
+
"provenance": "Original",
|
|
646
440
|
"arity": 0,
|
|
647
441
|
"parameterCount": 0,
|
|
442
|
+
"isStatic": false,
|
|
443
|
+
"isAbstract": false,
|
|
444
|
+
"isVirtual": false,
|
|
445
|
+
"isOverride": false,
|
|
446
|
+
"isSealed": false,
|
|
447
|
+
"visibility": "Public",
|
|
648
448
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
649
449
|
"declaringAssemblyName": "nodejs",
|
|
650
450
|
"isExtensionMethod": false
|
|
@@ -652,13 +452,19 @@
|
|
|
652
452
|
{
|
|
653
453
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::onData(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
654
454
|
"clrName": "onData",
|
|
655
|
-
"
|
|
656
|
-
"metadataToken": 100665031,
|
|
455
|
+
"metadataToken": 100665193,
|
|
657
456
|
"canonicalSignature": "(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
658
457
|
"normalizedSignature": "onData|(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
659
458
|
"emitScope": "ClassSurface",
|
|
459
|
+
"provenance": "Original",
|
|
660
460
|
"arity": 0,
|
|
661
461
|
"parameterCount": 1,
|
|
462
|
+
"isStatic": false,
|
|
463
|
+
"isAbstract": false,
|
|
464
|
+
"isVirtual": false,
|
|
465
|
+
"isOverride": false,
|
|
466
|
+
"isSealed": false,
|
|
467
|
+
"visibility": "Public",
|
|
662
468
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
663
469
|
"declaringAssemblyName": "nodejs",
|
|
664
470
|
"isExtensionMethod": false
|
|
@@ -666,13 +472,19 @@
|
|
|
666
472
|
{
|
|
667
473
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::onEnd(System.Action):System.Void",
|
|
668
474
|
"clrName": "onEnd",
|
|
669
|
-
"
|
|
670
|
-
"metadataToken": 100665032,
|
|
475
|
+
"metadataToken": 100665194,
|
|
671
476
|
"canonicalSignature": "(System.Action):System.Void",
|
|
672
477
|
"normalizedSignature": "onEnd|(System.Action):System.Void|static=false",
|
|
673
478
|
"emitScope": "ClassSurface",
|
|
479
|
+
"provenance": "Original",
|
|
674
480
|
"arity": 0,
|
|
675
481
|
"parameterCount": 1,
|
|
482
|
+
"isStatic": false,
|
|
483
|
+
"isAbstract": false,
|
|
484
|
+
"isVirtual": false,
|
|
485
|
+
"isOverride": false,
|
|
486
|
+
"isSealed": false,
|
|
487
|
+
"visibility": "Public",
|
|
676
488
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
677
489
|
"declaringAssemblyName": "nodejs",
|
|
678
490
|
"isExtensionMethod": false
|
|
@@ -680,13 +492,19 @@
|
|
|
680
492
|
{
|
|
681
493
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::onClose(System.Action):System.Void",
|
|
682
494
|
"clrName": "onClose",
|
|
683
|
-
"
|
|
684
|
-
"metadataToken": 100665033,
|
|
495
|
+
"metadataToken": 100665195,
|
|
685
496
|
"canonicalSignature": "(System.Action):System.Void",
|
|
686
497
|
"normalizedSignature": "onClose|(System.Action):System.Void|static=false",
|
|
687
498
|
"emitScope": "ClassSurface",
|
|
499
|
+
"provenance": "Original",
|
|
688
500
|
"arity": 0,
|
|
689
501
|
"parameterCount": 1,
|
|
502
|
+
"isStatic": false,
|
|
503
|
+
"isAbstract": false,
|
|
504
|
+
"isVirtual": false,
|
|
505
|
+
"isOverride": false,
|
|
506
|
+
"isSealed": false,
|
|
507
|
+
"visibility": "Public",
|
|
690
508
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
691
509
|
"declaringAssemblyName": "nodejs",
|
|
692
510
|
"isExtensionMethod": false
|
|
@@ -696,545 +514,345 @@
|
|
|
696
514
|
{
|
|
697
515
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::method:System.String",
|
|
698
516
|
"clrName": "method",
|
|
699
|
-
"
|
|
700
|
-
"metadataToken": 385876361,
|
|
517
|
+
"metadataToken": 385876380,
|
|
701
518
|
"canonicalSignature": ":System.String",
|
|
702
519
|
"normalizedSignature": "method|:System.String|static=false|accessor=get",
|
|
703
520
|
"emitScope": "ClassSurface",
|
|
521
|
+
"provenance": "Original",
|
|
704
522
|
"isIndexer": false,
|
|
705
523
|
"hasGetter": true,
|
|
706
524
|
"hasSetter": false,
|
|
525
|
+
"isStatic": false,
|
|
526
|
+
"isAbstract": false,
|
|
527
|
+
"isVirtual": false,
|
|
528
|
+
"isOverride": false,
|
|
529
|
+
"visibility": "Public",
|
|
707
530
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
708
531
|
"declaringAssemblyName": "nodejs"
|
|
709
532
|
},
|
|
710
533
|
{
|
|
711
534
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::url:System.String",
|
|
712
535
|
"clrName": "url",
|
|
713
|
-
"
|
|
714
|
-
"metadataToken": 385876362,
|
|
536
|
+
"metadataToken": 385876381,
|
|
715
537
|
"canonicalSignature": ":System.String",
|
|
716
538
|
"normalizedSignature": "url|:System.String|static=false|accessor=get",
|
|
717
539
|
"emitScope": "ClassSurface",
|
|
540
|
+
"provenance": "Original",
|
|
718
541
|
"isIndexer": false,
|
|
719
542
|
"hasGetter": true,
|
|
720
543
|
"hasSetter": false,
|
|
544
|
+
"isStatic": false,
|
|
545
|
+
"isAbstract": false,
|
|
546
|
+
"isVirtual": false,
|
|
547
|
+
"isOverride": false,
|
|
548
|
+
"visibility": "Public",
|
|
721
549
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
722
550
|
"declaringAssemblyName": "nodejs"
|
|
723
551
|
},
|
|
724
552
|
{
|
|
725
553
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::httpVersion:System.String",
|
|
726
554
|
"clrName": "httpVersion",
|
|
727
|
-
"
|
|
728
|
-
"metadataToken": 385876363,
|
|
555
|
+
"metadataToken": 385876382,
|
|
729
556
|
"canonicalSignature": ":System.String",
|
|
730
557
|
"normalizedSignature": "httpVersion|:System.String|static=false|accessor=get",
|
|
731
558
|
"emitScope": "ClassSurface",
|
|
559
|
+
"provenance": "Original",
|
|
732
560
|
"isIndexer": false,
|
|
733
561
|
"hasGetter": true,
|
|
734
562
|
"hasSetter": false,
|
|
563
|
+
"isStatic": false,
|
|
564
|
+
"isAbstract": false,
|
|
565
|
+
"isVirtual": false,
|
|
566
|
+
"isOverride": false,
|
|
567
|
+
"visibility": "Public",
|
|
735
568
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
736
569
|
"declaringAssemblyName": "nodejs"
|
|
737
570
|
},
|
|
738
571
|
{
|
|
739
572
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::statusCode:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
740
573
|
"clrName": "statusCode",
|
|
741
|
-
"
|
|
742
|
-
"metadataToken": 385876364,
|
|
574
|
+
"metadataToken": 385876383,
|
|
743
575
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
744
576
|
"normalizedSignature": "statusCode|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
745
577
|
"emitScope": "ClassSurface",
|
|
578
|
+
"provenance": "Original",
|
|
746
579
|
"isIndexer": false,
|
|
747
580
|
"hasGetter": true,
|
|
748
581
|
"hasSetter": false,
|
|
582
|
+
"isStatic": false,
|
|
583
|
+
"isAbstract": false,
|
|
584
|
+
"isVirtual": false,
|
|
585
|
+
"isOverride": false,
|
|
586
|
+
"visibility": "Public",
|
|
749
587
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
750
588
|
"declaringAssemblyName": "nodejs"
|
|
751
589
|
},
|
|
752
590
|
{
|
|
753
591
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::statusMessage:System.String",
|
|
754
592
|
"clrName": "statusMessage",
|
|
755
|
-
"
|
|
756
|
-
"metadataToken": 385876365,
|
|
593
|
+
"metadataToken": 385876384,
|
|
757
594
|
"canonicalSignature": ":System.String",
|
|
758
595
|
"normalizedSignature": "statusMessage|:System.String|static=false|accessor=get",
|
|
759
596
|
"emitScope": "ClassSurface",
|
|
597
|
+
"provenance": "Original",
|
|
760
598
|
"isIndexer": false,
|
|
761
599
|
"hasGetter": true,
|
|
762
600
|
"hasSetter": false,
|
|
601
|
+
"isStatic": false,
|
|
602
|
+
"isAbstract": false,
|
|
603
|
+
"isVirtual": false,
|
|
604
|
+
"isOverride": false,
|
|
605
|
+
"visibility": "Public",
|
|
763
606
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
764
607
|
"declaringAssemblyName": "nodejs"
|
|
765
608
|
},
|
|
766
609
|
{
|
|
767
610
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::headers:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
768
611
|
"clrName": "headers",
|
|
769
|
-
"
|
|
770
|
-
"metadataToken": 385876366,
|
|
612
|
+
"metadataToken": 385876385,
|
|
771
613
|
"canonicalSignature": ":System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
772
614
|
"normalizedSignature": "headers|:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
773
615
|
"emitScope": "ClassSurface",
|
|
616
|
+
"provenance": "Original",
|
|
774
617
|
"isIndexer": false,
|
|
775
618
|
"hasGetter": true,
|
|
776
619
|
"hasSetter": false,
|
|
620
|
+
"isStatic": false,
|
|
621
|
+
"isAbstract": false,
|
|
622
|
+
"isVirtual": false,
|
|
623
|
+
"isOverride": false,
|
|
624
|
+
"visibility": "Public",
|
|
777
625
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
778
626
|
"declaringAssemblyName": "nodejs"
|
|
779
627
|
},
|
|
780
628
|
{
|
|
781
629
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::complete:System.Boolean",
|
|
782
630
|
"clrName": "complete",
|
|
783
|
-
"
|
|
784
|
-
"metadataToken": 385876367,
|
|
631
|
+
"metadataToken": 385876386,
|
|
785
632
|
"canonicalSignature": ":System.Boolean",
|
|
786
|
-
"normalizedSignature": "complete|:System.Boolean|static=false|accessor=
|
|
633
|
+
"normalizedSignature": "complete|:System.Boolean|static=false|accessor=getset",
|
|
787
634
|
"emitScope": "ClassSurface",
|
|
635
|
+
"provenance": "Original",
|
|
788
636
|
"isIndexer": false,
|
|
789
637
|
"hasGetter": true,
|
|
790
|
-
"hasSetter":
|
|
638
|
+
"hasSetter": true,
|
|
639
|
+
"isStatic": false,
|
|
640
|
+
"isAbstract": false,
|
|
641
|
+
"isVirtual": false,
|
|
642
|
+
"isOverride": false,
|
|
643
|
+
"visibility": "Public",
|
|
791
644
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
792
645
|
"declaringAssemblyName": "nodejs"
|
|
793
646
|
}
|
|
794
647
|
],
|
|
795
648
|
"fields": [],
|
|
796
649
|
"events": [],
|
|
797
|
-
"constructors": []
|
|
798
|
-
"exposedMethods": [
|
|
799
|
-
{
|
|
800
|
-
"tsName": "destroy",
|
|
801
|
-
"isStatic": false,
|
|
802
|
-
"tsSignatureId": "destroy|():System.Void|static=false",
|
|
803
|
-
"target": {
|
|
804
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
805
|
-
"declaringAssemblyName": "nodejs",
|
|
806
|
-
"metadataToken": 100665028
|
|
807
|
-
}
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"tsName": "setTimeout",
|
|
811
|
-
"isStatic": false,
|
|
812
|
-
"tsSignatureId": "setTimeout|(System.Int32,System.Action):nodejs.Http.IncomingMessage|static=false",
|
|
813
|
-
"target": {
|
|
814
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
815
|
-
"declaringAssemblyName": "nodejs",
|
|
816
|
-
"metadataToken": 100665029
|
|
817
|
-
}
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"tsName": "readAll",
|
|
821
|
-
"isStatic": false,
|
|
822
|
-
"tsSignatureId": "readAll|():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
823
|
-
"target": {
|
|
824
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
825
|
-
"declaringAssemblyName": "nodejs",
|
|
826
|
-
"metadataToken": 100665030
|
|
827
|
-
}
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"tsName": "onData",
|
|
831
|
-
"isStatic": false,
|
|
832
|
-
"tsSignatureId": "onData|(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
833
|
-
"target": {
|
|
834
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
835
|
-
"declaringAssemblyName": "nodejs",
|
|
836
|
-
"metadataToken": 100665031
|
|
837
|
-
}
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"tsName": "onEnd",
|
|
841
|
-
"isStatic": false,
|
|
842
|
-
"tsSignatureId": "onEnd|(System.Action):System.Void|static=false",
|
|
843
|
-
"target": {
|
|
844
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
845
|
-
"declaringAssemblyName": "nodejs",
|
|
846
|
-
"metadataToken": 100665032
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"tsName": "onClose",
|
|
851
|
-
"isStatic": false,
|
|
852
|
-
"tsSignatureId": "onClose|(System.Action):System.Void|static=false",
|
|
853
|
-
"target": {
|
|
854
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
855
|
-
"declaringAssemblyName": "nodejs",
|
|
856
|
-
"metadataToken": 100665033
|
|
857
|
-
}
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"tsName": "addListener",
|
|
861
|
-
"isStatic": false,
|
|
862
|
-
"tsSignatureId": "addListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
863
|
-
"target": {
|
|
864
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
865
|
-
"declaringAssemblyName": "nodejs",
|
|
866
|
-
"metadataToken": 100664099
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"tsName": "emit",
|
|
871
|
-
"isStatic": false,
|
|
872
|
-
"tsSignatureId": "emit|(System.String,System.Object[]):System.Boolean|static=false",
|
|
873
|
-
"target": {
|
|
874
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
875
|
-
"declaringAssemblyName": "nodejs",
|
|
876
|
-
"metadataToken": 100664100
|
|
877
|
-
}
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"tsName": "once",
|
|
881
|
-
"isStatic": true,
|
|
882
|
-
"tsSignatureId": "once|(nodejs.EventEmitter,System.String):System.Threading.Tasks.Task_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
883
|
-
"target": {
|
|
884
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
885
|
-
"declaringAssemblyName": "nodejs",
|
|
886
|
-
"metadataToken": 100664103
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"tsName": "eventNames",
|
|
891
|
-
"isStatic": false,
|
|
892
|
-
"tsSignatureId": "eventNames|():System.String[]|static=false",
|
|
893
|
-
"target": {
|
|
894
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
895
|
-
"declaringAssemblyName": "nodejs",
|
|
896
|
-
"metadataToken": 100664104
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"tsName": "getMaxListeners",
|
|
901
|
-
"isStatic": false,
|
|
902
|
-
"tsSignatureId": "getMaxListeners|():System.Int32|static=false",
|
|
903
|
-
"target": {
|
|
904
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
905
|
-
"declaringAssemblyName": "nodejs",
|
|
906
|
-
"metadataToken": 100664105
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"tsName": "listenerCount",
|
|
911
|
-
"isStatic": false,
|
|
912
|
-
"tsSignatureId": "listenerCount|(System.String):System.Int32|static=false",
|
|
913
|
-
"target": {
|
|
914
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
915
|
-
"declaringAssemblyName": "nodejs",
|
|
916
|
-
"metadataToken": 100664106
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"tsName": "listeners",
|
|
921
|
-
"isStatic": false,
|
|
922
|
-
"tsSignatureId": "listeners|(System.String):System.Delegate[]|static=false",
|
|
923
|
-
"target": {
|
|
924
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
925
|
-
"declaringAssemblyName": "nodejs",
|
|
926
|
-
"metadataToken": 100664107
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"tsName": "off",
|
|
931
|
-
"isStatic": false,
|
|
932
|
-
"tsSignatureId": "off|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
933
|
-
"target": {
|
|
934
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
935
|
-
"declaringAssemblyName": "nodejs",
|
|
936
|
-
"metadataToken": 100664108
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"tsName": "on",
|
|
941
|
-
"isStatic": false,
|
|
942
|
-
"tsSignatureId": "on|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
943
|
-
"target": {
|
|
944
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
945
|
-
"declaringAssemblyName": "nodejs",
|
|
946
|
-
"metadataToken": 100664109
|
|
947
|
-
}
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"tsName": "prependListener",
|
|
951
|
-
"isStatic": false,
|
|
952
|
-
"tsSignatureId": "prependListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
953
|
-
"target": {
|
|
954
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
955
|
-
"declaringAssemblyName": "nodejs",
|
|
956
|
-
"metadataToken": 100664111
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"tsName": "prependOnceListener",
|
|
961
|
-
"isStatic": false,
|
|
962
|
-
"tsSignatureId": "prependOnceListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
963
|
-
"target": {
|
|
964
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
965
|
-
"declaringAssemblyName": "nodejs",
|
|
966
|
-
"metadataToken": 100664112
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"tsName": "rawListeners",
|
|
971
|
-
"isStatic": false,
|
|
972
|
-
"tsSignatureId": "rawListeners|(System.String):System.Delegate[]|static=false",
|
|
973
|
-
"target": {
|
|
974
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
975
|
-
"declaringAssemblyName": "nodejs",
|
|
976
|
-
"metadataToken": 100664113
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"tsName": "removeAllListeners",
|
|
981
|
-
"isStatic": false,
|
|
982
|
-
"tsSignatureId": "removeAllListeners|(System.String):nodejs.EventEmitter|static=false",
|
|
983
|
-
"target": {
|
|
984
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
985
|
-
"declaringAssemblyName": "nodejs",
|
|
986
|
-
"metadataToken": 100664114
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"tsName": "removeListener",
|
|
991
|
-
"isStatic": false,
|
|
992
|
-
"tsSignatureId": "removeListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
993
|
-
"target": {
|
|
994
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
995
|
-
"declaringAssemblyName": "nodejs",
|
|
996
|
-
"metadataToken": 100664115
|
|
997
|
-
}
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"tsName": "setMaxListeners",
|
|
1001
|
-
"isStatic": false,
|
|
1002
|
-
"tsSignatureId": "setMaxListeners|(System.Int32):nodejs.EventEmitter|static=false",
|
|
1003
|
-
"target": {
|
|
1004
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1005
|
-
"declaringAssemblyName": "nodejs",
|
|
1006
|
-
"metadataToken": 100664116
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1009
|
-
],
|
|
1010
|
-
"exposedProperties": [
|
|
1011
|
-
{
|
|
1012
|
-
"tsName": "method",
|
|
1013
|
-
"isStatic": false,
|
|
1014
|
-
"tsSignatureId": "method|:System.String|static=false|accessor=get",
|
|
1015
|
-
"target": {
|
|
1016
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
1017
|
-
"declaringAssemblyName": "nodejs",
|
|
1018
|
-
"metadataToken": 385876361
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"tsName": "url",
|
|
1023
|
-
"isStatic": false,
|
|
1024
|
-
"tsSignatureId": "url|:System.String|static=false|accessor=get",
|
|
1025
|
-
"target": {
|
|
1026
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
1027
|
-
"declaringAssemblyName": "nodejs",
|
|
1028
|
-
"metadataToken": 385876362
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"tsName": "httpVersion",
|
|
1033
|
-
"isStatic": false,
|
|
1034
|
-
"tsSignatureId": "httpVersion|:System.String|static=false|accessor=get",
|
|
1035
|
-
"target": {
|
|
1036
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
1037
|
-
"declaringAssemblyName": "nodejs",
|
|
1038
|
-
"metadataToken": 385876363
|
|
1039
|
-
}
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"tsName": "statusCode",
|
|
1043
|
-
"isStatic": false,
|
|
1044
|
-
"tsSignatureId": "statusCode|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1045
|
-
"target": {
|
|
1046
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
1047
|
-
"declaringAssemblyName": "nodejs",
|
|
1048
|
-
"metadataToken": 385876364
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"tsName": "statusMessage",
|
|
1053
|
-
"isStatic": false,
|
|
1054
|
-
"tsSignatureId": "statusMessage|:System.String|static=false|accessor=get",
|
|
1055
|
-
"target": {
|
|
1056
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
1057
|
-
"declaringAssemblyName": "nodejs",
|
|
1058
|
-
"metadataToken": 385876365
|
|
1059
|
-
}
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
"tsName": "headers",
|
|
1063
|
-
"isStatic": false,
|
|
1064
|
-
"tsSignatureId": "headers|:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1065
|
-
"target": {
|
|
1066
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
1067
|
-
"declaringAssemblyName": "nodejs",
|
|
1068
|
-
"metadataToken": 385876366
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"tsName": "complete",
|
|
1073
|
-
"isStatic": false,
|
|
1074
|
-
"tsSignatureId": "complete|:System.Boolean|static=false|accessor=get",
|
|
1075
|
-
"target": {
|
|
1076
|
-
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
1077
|
-
"declaringAssemblyName": "nodejs",
|
|
1078
|
-
"metadataToken": 385876367
|
|
1079
|
-
}
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"tsName": "defaultMaxListeners",
|
|
1083
|
-
"isStatic": true,
|
|
1084
|
-
"tsSignatureId": "defaultMaxListeners|:System.Int32|static=true|accessor=getset",
|
|
1085
|
-
"target": {
|
|
1086
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1087
|
-
"declaringAssemblyName": "nodejs",
|
|
1088
|
-
"metadataToken": 385876120
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
]
|
|
650
|
+
"constructors": []
|
|
1092
651
|
},
|
|
1093
652
|
{
|
|
1094
653
|
"stableId": "nodejs:nodejs.Http.RequestOptions",
|
|
1095
654
|
"clrName": "nodejs.Http.RequestOptions",
|
|
1096
|
-
"tsEmitName": "RequestOptions",
|
|
1097
655
|
"assemblyName": "nodejs",
|
|
1098
656
|
"metadataToken": 0,
|
|
657
|
+
"kind": "Class",
|
|
658
|
+
"accessibility": "Public",
|
|
659
|
+
"isAbstract": false,
|
|
660
|
+
"isSealed": false,
|
|
661
|
+
"isStatic": false,
|
|
662
|
+
"arity": 0,
|
|
663
|
+
"baseType": {
|
|
664
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
665
|
+
"clrName": "System.Object"
|
|
666
|
+
},
|
|
1099
667
|
"methods": [],
|
|
1100
668
|
"properties": [
|
|
1101
669
|
{
|
|
1102
670
|
"stableId": "nodejs:nodejs.Http.RequestOptions::hostname:System.String",
|
|
1103
671
|
"clrName": "hostname",
|
|
1104
|
-
"
|
|
1105
|
-
"metadataToken": 385876368,
|
|
672
|
+
"metadataToken": 385876387,
|
|
1106
673
|
"canonicalSignature": ":System.String",
|
|
1107
674
|
"normalizedSignature": "hostname|:System.String|static=false|accessor=getset",
|
|
1108
675
|
"emitScope": "ClassSurface",
|
|
676
|
+
"provenance": "Original",
|
|
1109
677
|
"isIndexer": false,
|
|
1110
678
|
"hasGetter": true,
|
|
1111
679
|
"hasSetter": true,
|
|
680
|
+
"isStatic": false,
|
|
681
|
+
"isAbstract": false,
|
|
682
|
+
"isVirtual": false,
|
|
683
|
+
"isOverride": false,
|
|
684
|
+
"visibility": "Public",
|
|
1112
685
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1113
686
|
"declaringAssemblyName": "nodejs"
|
|
1114
687
|
},
|
|
1115
688
|
{
|
|
1116
689
|
"stableId": "nodejs:nodejs.Http.RequestOptions::host:System.String",
|
|
1117
690
|
"clrName": "host",
|
|
1118
|
-
"
|
|
1119
|
-
"metadataToken": 385876369,
|
|
691
|
+
"metadataToken": 385876388,
|
|
1120
692
|
"canonicalSignature": ":System.String",
|
|
1121
693
|
"normalizedSignature": "host|:System.String|static=false|accessor=getset",
|
|
1122
694
|
"emitScope": "ClassSurface",
|
|
695
|
+
"provenance": "Original",
|
|
1123
696
|
"isIndexer": false,
|
|
1124
697
|
"hasGetter": true,
|
|
1125
698
|
"hasSetter": true,
|
|
699
|
+
"isStatic": false,
|
|
700
|
+
"isAbstract": false,
|
|
701
|
+
"isVirtual": false,
|
|
702
|
+
"isOverride": false,
|
|
703
|
+
"visibility": "Public",
|
|
1126
704
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1127
705
|
"declaringAssemblyName": "nodejs"
|
|
1128
706
|
},
|
|
1129
707
|
{
|
|
1130
708
|
"stableId": "nodejs:nodejs.Http.RequestOptions::port:System.Int32",
|
|
1131
709
|
"clrName": "port",
|
|
1132
|
-
"
|
|
1133
|
-
"metadataToken": 385876370,
|
|
710
|
+
"metadataToken": 385876389,
|
|
1134
711
|
"canonicalSignature": ":System.Int32",
|
|
1135
712
|
"normalizedSignature": "port|:System.Int32|static=false|accessor=getset",
|
|
1136
713
|
"emitScope": "ClassSurface",
|
|
714
|
+
"provenance": "Original",
|
|
1137
715
|
"isIndexer": false,
|
|
1138
716
|
"hasGetter": true,
|
|
1139
717
|
"hasSetter": true,
|
|
718
|
+
"isStatic": false,
|
|
719
|
+
"isAbstract": false,
|
|
720
|
+
"isVirtual": false,
|
|
721
|
+
"isOverride": false,
|
|
722
|
+
"visibility": "Public",
|
|
1140
723
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1141
724
|
"declaringAssemblyName": "nodejs"
|
|
1142
725
|
},
|
|
1143
726
|
{
|
|
1144
727
|
"stableId": "nodejs:nodejs.Http.RequestOptions::path:System.String",
|
|
1145
728
|
"clrName": "path",
|
|
1146
|
-
"
|
|
1147
|
-
"metadataToken": 385876371,
|
|
729
|
+
"metadataToken": 385876390,
|
|
1148
730
|
"canonicalSignature": ":System.String",
|
|
1149
731
|
"normalizedSignature": "path|:System.String|static=false|accessor=getset",
|
|
1150
732
|
"emitScope": "ClassSurface",
|
|
733
|
+
"provenance": "Original",
|
|
1151
734
|
"isIndexer": false,
|
|
1152
735
|
"hasGetter": true,
|
|
1153
736
|
"hasSetter": true,
|
|
737
|
+
"isStatic": false,
|
|
738
|
+
"isAbstract": false,
|
|
739
|
+
"isVirtual": false,
|
|
740
|
+
"isOverride": false,
|
|
741
|
+
"visibility": "Public",
|
|
1154
742
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1155
743
|
"declaringAssemblyName": "nodejs"
|
|
1156
744
|
},
|
|
1157
745
|
{
|
|
1158
746
|
"stableId": "nodejs:nodejs.Http.RequestOptions::method:System.String",
|
|
1159
747
|
"clrName": "method",
|
|
1160
|
-
"
|
|
1161
|
-
"metadataToken": 385876372,
|
|
748
|
+
"metadataToken": 385876391,
|
|
1162
749
|
"canonicalSignature": ":System.String",
|
|
1163
750
|
"normalizedSignature": "method|:System.String|static=false|accessor=getset",
|
|
1164
751
|
"emitScope": "ClassSurface",
|
|
752
|
+
"provenance": "Original",
|
|
1165
753
|
"isIndexer": false,
|
|
1166
754
|
"hasGetter": true,
|
|
1167
755
|
"hasSetter": true,
|
|
756
|
+
"isStatic": false,
|
|
757
|
+
"isAbstract": false,
|
|
758
|
+
"isVirtual": false,
|
|
759
|
+
"isOverride": false,
|
|
760
|
+
"visibility": "Public",
|
|
1168
761
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1169
762
|
"declaringAssemblyName": "nodejs"
|
|
1170
763
|
},
|
|
1171
764
|
{
|
|
1172
765
|
"stableId": "nodejs:nodejs.Http.RequestOptions::headers:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1173
766
|
"clrName": "headers",
|
|
1174
|
-
"
|
|
1175
|
-
"metadataToken": 385876373,
|
|
767
|
+
"metadataToken": 385876392,
|
|
1176
768
|
"canonicalSignature": ":System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1177
769
|
"normalizedSignature": "headers|:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1178
770
|
"emitScope": "ClassSurface",
|
|
771
|
+
"provenance": "Original",
|
|
1179
772
|
"isIndexer": false,
|
|
1180
773
|
"hasGetter": true,
|
|
1181
774
|
"hasSetter": true,
|
|
775
|
+
"isStatic": false,
|
|
776
|
+
"isAbstract": false,
|
|
777
|
+
"isVirtual": false,
|
|
778
|
+
"isOverride": false,
|
|
779
|
+
"visibility": "Public",
|
|
1182
780
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1183
781
|
"declaringAssemblyName": "nodejs"
|
|
1184
782
|
},
|
|
1185
783
|
{
|
|
1186
784
|
"stableId": "nodejs:nodejs.Http.RequestOptions::protocol:System.String",
|
|
1187
785
|
"clrName": "protocol",
|
|
1188
|
-
"
|
|
1189
|
-
"metadataToken": 385876374,
|
|
786
|
+
"metadataToken": 385876393,
|
|
1190
787
|
"canonicalSignature": ":System.String",
|
|
1191
788
|
"normalizedSignature": "protocol|:System.String|static=false|accessor=getset",
|
|
1192
789
|
"emitScope": "ClassSurface",
|
|
790
|
+
"provenance": "Original",
|
|
1193
791
|
"isIndexer": false,
|
|
1194
792
|
"hasGetter": true,
|
|
1195
793
|
"hasSetter": true,
|
|
794
|
+
"isStatic": false,
|
|
795
|
+
"isAbstract": false,
|
|
796
|
+
"isVirtual": false,
|
|
797
|
+
"isOverride": false,
|
|
798
|
+
"visibility": "Public",
|
|
1196
799
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1197
800
|
"declaringAssemblyName": "nodejs"
|
|
1198
801
|
},
|
|
1199
802
|
{
|
|
1200
803
|
"stableId": "nodejs:nodejs.Http.RequestOptions::timeout:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1201
804
|
"clrName": "timeout",
|
|
1202
|
-
"
|
|
1203
|
-
"metadataToken": 385876375,
|
|
805
|
+
"metadataToken": 385876394,
|
|
1204
806
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1205
807
|
"normalizedSignature": "timeout|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1206
808
|
"emitScope": "ClassSurface",
|
|
809
|
+
"provenance": "Original",
|
|
1207
810
|
"isIndexer": false,
|
|
1208
811
|
"hasGetter": true,
|
|
1209
812
|
"hasSetter": true,
|
|
813
|
+
"isStatic": false,
|
|
814
|
+
"isAbstract": false,
|
|
815
|
+
"isVirtual": false,
|
|
816
|
+
"isOverride": false,
|
|
817
|
+
"visibility": "Public",
|
|
1210
818
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1211
819
|
"declaringAssemblyName": "nodejs"
|
|
1212
820
|
},
|
|
1213
821
|
{
|
|
1214
822
|
"stableId": "nodejs:nodejs.Http.RequestOptions::agent:System.Object",
|
|
1215
823
|
"clrName": "agent",
|
|
1216
|
-
"
|
|
1217
|
-
"metadataToken": 385876376,
|
|
824
|
+
"metadataToken": 385876395,
|
|
1218
825
|
"canonicalSignature": ":System.Object",
|
|
1219
826
|
"normalizedSignature": "agent|:System.Object|static=false|accessor=getset",
|
|
1220
827
|
"emitScope": "ClassSurface",
|
|
828
|
+
"provenance": "Original",
|
|
1221
829
|
"isIndexer": false,
|
|
1222
830
|
"hasGetter": true,
|
|
1223
831
|
"hasSetter": true,
|
|
832
|
+
"isStatic": false,
|
|
833
|
+
"isAbstract": false,
|
|
834
|
+
"isVirtual": false,
|
|
835
|
+
"isOverride": false,
|
|
836
|
+
"visibility": "Public",
|
|
1224
837
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1225
838
|
"declaringAssemblyName": "nodejs"
|
|
1226
839
|
},
|
|
1227
840
|
{
|
|
1228
841
|
"stableId": "nodejs:nodejs.Http.RequestOptions::auth:System.String",
|
|
1229
842
|
"clrName": "auth",
|
|
1230
|
-
"
|
|
1231
|
-
"metadataToken": 385876377,
|
|
843
|
+
"metadataToken": 385876396,
|
|
1232
844
|
"canonicalSignature": ":System.String",
|
|
1233
845
|
"normalizedSignature": "auth|:System.String|static=false|accessor=getset",
|
|
1234
846
|
"emitScope": "ClassSurface",
|
|
847
|
+
"provenance": "Original",
|
|
1235
848
|
"isIndexer": false,
|
|
1236
849
|
"hasGetter": true,
|
|
1237
850
|
"hasSetter": true,
|
|
851
|
+
"isStatic": false,
|
|
852
|
+
"isAbstract": false,
|
|
853
|
+
"isVirtual": false,
|
|
854
|
+
"isOverride": false,
|
|
855
|
+
"visibility": "Public",
|
|
1238
856
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1239
857
|
"declaringAssemblyName": "nodejs"
|
|
1240
858
|
}
|
|
@@ -1244,146 +862,49 @@
|
|
|
1244
862
|
"constructors": [
|
|
1245
863
|
{
|
|
1246
864
|
"stableId": "nodejs:nodejs.Http.RequestOptions::.ctor():void",
|
|
1247
|
-
"metadataToken":
|
|
865
|
+
"metadataToken": 100665216,
|
|
1248
866
|
"canonicalSignature": "():void",
|
|
1249
867
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1250
868
|
"isStatic": false,
|
|
1251
869
|
"parameterCount": 0,
|
|
870
|
+
"visibility": "Public",
|
|
1252
871
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1253
872
|
"declaringAssemblyName": "nodejs"
|
|
1254
873
|
}
|
|
1255
|
-
],
|
|
1256
|
-
"exposedProperties": [
|
|
1257
|
-
{
|
|
1258
|
-
"tsName": "hostname",
|
|
1259
|
-
"isStatic": false,
|
|
1260
|
-
"tsSignatureId": "hostname|:System.String|static=false|accessor=getset",
|
|
1261
|
-
"target": {
|
|
1262
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1263
|
-
"declaringAssemblyName": "nodejs",
|
|
1264
|
-
"metadataToken": 385876368
|
|
1265
|
-
}
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"tsName": "host",
|
|
1269
|
-
"isStatic": false,
|
|
1270
|
-
"tsSignatureId": "host|:System.String|static=false|accessor=getset",
|
|
1271
|
-
"target": {
|
|
1272
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1273
|
-
"declaringAssemblyName": "nodejs",
|
|
1274
|
-
"metadataToken": 385876369
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"tsName": "port",
|
|
1279
|
-
"isStatic": false,
|
|
1280
|
-
"tsSignatureId": "port|:System.Int32|static=false|accessor=getset",
|
|
1281
|
-
"target": {
|
|
1282
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1283
|
-
"declaringAssemblyName": "nodejs",
|
|
1284
|
-
"metadataToken": 385876370
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"tsName": "path",
|
|
1289
|
-
"isStatic": false,
|
|
1290
|
-
"tsSignatureId": "path|:System.String|static=false|accessor=getset",
|
|
1291
|
-
"target": {
|
|
1292
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1293
|
-
"declaringAssemblyName": "nodejs",
|
|
1294
|
-
"metadataToken": 385876371
|
|
1295
|
-
}
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"tsName": "method",
|
|
1299
|
-
"isStatic": false,
|
|
1300
|
-
"tsSignatureId": "method|:System.String|static=false|accessor=getset",
|
|
1301
|
-
"target": {
|
|
1302
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1303
|
-
"declaringAssemblyName": "nodejs",
|
|
1304
|
-
"metadataToken": 385876372
|
|
1305
|
-
}
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"tsName": "headers",
|
|
1309
|
-
"isStatic": false,
|
|
1310
|
-
"tsSignatureId": "headers|:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1311
|
-
"target": {
|
|
1312
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1313
|
-
"declaringAssemblyName": "nodejs",
|
|
1314
|
-
"metadataToken": 385876373
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"tsName": "protocol",
|
|
1319
|
-
"isStatic": false,
|
|
1320
|
-
"tsSignatureId": "protocol|:System.String|static=false|accessor=getset",
|
|
1321
|
-
"target": {
|
|
1322
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1323
|
-
"declaringAssemblyName": "nodejs",
|
|
1324
|
-
"metadataToken": 385876374
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"tsName": "timeout",
|
|
1329
|
-
"isStatic": false,
|
|
1330
|
-
"tsSignatureId": "timeout|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1331
|
-
"target": {
|
|
1332
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1333
|
-
"declaringAssemblyName": "nodejs",
|
|
1334
|
-
"metadataToken": 385876375
|
|
1335
|
-
}
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"tsName": "agent",
|
|
1339
|
-
"isStatic": false,
|
|
1340
|
-
"tsSignatureId": "agent|:System.Object|static=false|accessor=getset",
|
|
1341
|
-
"target": {
|
|
1342
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1343
|
-
"declaringAssemblyName": "nodejs",
|
|
1344
|
-
"metadataToken": 385876376
|
|
1345
|
-
}
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"tsName": "auth",
|
|
1349
|
-
"isStatic": false,
|
|
1350
|
-
"tsSignatureId": "auth|:System.String|static=false|accessor=getset",
|
|
1351
|
-
"target": {
|
|
1352
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1353
|
-
"declaringAssemblyName": "nodejs",
|
|
1354
|
-
"metadataToken": 385876377
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
],
|
|
1358
|
-
"exposedConstructors": [
|
|
1359
|
-
{
|
|
1360
|
-
"isStatic": false,
|
|
1361
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
1362
|
-
"target": {
|
|
1363
|
-
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1364
|
-
"declaringAssemblyName": "nodejs",
|
|
1365
|
-
"metadataToken": 100665054
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
874
|
]
|
|
1369
875
|
},
|
|
1370
876
|
{
|
|
1371
877
|
"stableId": "nodejs:nodejs.Http.Server",
|
|
1372
878
|
"clrName": "nodejs.Http.Server",
|
|
1373
|
-
"tsEmitName": "Server",
|
|
1374
879
|
"assemblyName": "nodejs",
|
|
1375
880
|
"metadataToken": 0,
|
|
881
|
+
"kind": "Class",
|
|
882
|
+
"accessibility": "Public",
|
|
883
|
+
"isAbstract": false,
|
|
884
|
+
"isSealed": false,
|
|
885
|
+
"isStatic": false,
|
|
886
|
+
"arity": 0,
|
|
887
|
+
"baseType": {
|
|
888
|
+
"stableId": "nodejs:nodejs.EventEmitter",
|
|
889
|
+
"clrName": "nodejs.EventEmitter"
|
|
890
|
+
},
|
|
1376
891
|
"methods": [
|
|
1377
892
|
{
|
|
1378
893
|
"stableId": "nodejs:nodejs.Http.Server::listen(System.Int32,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action):nodejs.Http.Server",
|
|
1379
894
|
"clrName": "listen",
|
|
1380
|
-
"
|
|
1381
|
-
"metadataToken": 100665067,
|
|
895
|
+
"metadataToken": 100665229,
|
|
1382
896
|
"canonicalSignature": "(System.Int32,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action):nodejs.Http.Server",
|
|
1383
897
|
"normalizedSignature": "listen|(System.Int32,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action):nodejs.Http.Server|static=false",
|
|
1384
898
|
"emitScope": "ClassSurface",
|
|
899
|
+
"provenance": "Original",
|
|
1385
900
|
"arity": 0,
|
|
1386
901
|
"parameterCount": 4,
|
|
902
|
+
"isStatic": false,
|
|
903
|
+
"isAbstract": false,
|
|
904
|
+
"isVirtual": false,
|
|
905
|
+
"isOverride": false,
|
|
906
|
+
"isSealed": false,
|
|
907
|
+
"visibility": "Public",
|
|
1387
908
|
"declaringClrType": "nodejs.Http.Server",
|
|
1388
909
|
"declaringAssemblyName": "nodejs",
|
|
1389
910
|
"isExtensionMethod": false
|
|
@@ -1391,13 +912,19 @@
|
|
|
1391
912
|
{
|
|
1392
913
|
"stableId": "nodejs:nodejs.Http.Server::listen(System.Int32,System.Action):nodejs.Http.Server",
|
|
1393
914
|
"clrName": "listen",
|
|
1394
|
-
"
|
|
1395
|
-
"metadataToken": 100665068,
|
|
915
|
+
"metadataToken": 100665230,
|
|
1396
916
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.Server",
|
|
1397
917
|
"normalizedSignature": "listen|(System.Int32,System.Action):nodejs.Http.Server|static=false",
|
|
1398
918
|
"emitScope": "ClassSurface",
|
|
919
|
+
"provenance": "Original",
|
|
1399
920
|
"arity": 0,
|
|
1400
921
|
"parameterCount": 2,
|
|
922
|
+
"isStatic": false,
|
|
923
|
+
"isAbstract": false,
|
|
924
|
+
"isVirtual": false,
|
|
925
|
+
"isOverride": false,
|
|
926
|
+
"isSealed": false,
|
|
927
|
+
"visibility": "Public",
|
|
1401
928
|
"declaringClrType": "nodejs.Http.Server",
|
|
1402
929
|
"declaringAssemblyName": "nodejs",
|
|
1403
930
|
"isExtensionMethod": false
|
|
@@ -1405,13 +932,19 @@
|
|
|
1405
932
|
{
|
|
1406
933
|
"stableId": "nodejs:nodejs.Http.Server::close(System.Action):nodejs.Http.Server",
|
|
1407
934
|
"clrName": "close",
|
|
1408
|
-
"
|
|
1409
|
-
"metadataToken": 100665069,
|
|
935
|
+
"metadataToken": 100665231,
|
|
1410
936
|
"canonicalSignature": "(System.Action):nodejs.Http.Server",
|
|
1411
937
|
"normalizedSignature": "close|(System.Action):nodejs.Http.Server|static=false",
|
|
1412
938
|
"emitScope": "ClassSurface",
|
|
939
|
+
"provenance": "Original",
|
|
1413
940
|
"arity": 0,
|
|
1414
941
|
"parameterCount": 1,
|
|
942
|
+
"isStatic": false,
|
|
943
|
+
"isAbstract": false,
|
|
944
|
+
"isVirtual": false,
|
|
945
|
+
"isOverride": false,
|
|
946
|
+
"isSealed": false,
|
|
947
|
+
"visibility": "Public",
|
|
1415
948
|
"declaringClrType": "nodejs.Http.Server",
|
|
1416
949
|
"declaringAssemblyName": "nodejs",
|
|
1417
950
|
"isExtensionMethod": false
|
|
@@ -1419,13 +952,19 @@
|
|
|
1419
952
|
{
|
|
1420
953
|
"stableId": "nodejs:nodejs.Http.Server::setTimeout(System.Int32,System.Action):nodejs.Http.Server",
|
|
1421
954
|
"clrName": "setTimeout",
|
|
1422
|
-
"
|
|
1423
|
-
"metadataToken": 100665071,
|
|
955
|
+
"metadataToken": 100665233,
|
|
1424
956
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.Server",
|
|
1425
957
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.Server|static=false",
|
|
1426
958
|
"emitScope": "ClassSurface",
|
|
959
|
+
"provenance": "Original",
|
|
1427
960
|
"arity": 0,
|
|
1428
961
|
"parameterCount": 2,
|
|
962
|
+
"isStatic": false,
|
|
963
|
+
"isAbstract": false,
|
|
964
|
+
"isVirtual": false,
|
|
965
|
+
"isOverride": false,
|
|
966
|
+
"isSealed": false,
|
|
967
|
+
"visibility": "Public",
|
|
1429
968
|
"declaringClrType": "nodejs.Http.Server",
|
|
1430
969
|
"declaringAssemblyName": "nodejs",
|
|
1431
970
|
"isExtensionMethod": false
|
|
@@ -1433,13 +972,19 @@
|
|
|
1433
972
|
{
|
|
1434
973
|
"stableId": "nodejs:nodejs.Http.Server::address():nodejs.Http.AddressInfo",
|
|
1435
974
|
"clrName": "address",
|
|
1436
|
-
"
|
|
1437
|
-
"metadataToken": 100665072,
|
|
975
|
+
"metadataToken": 100665234,
|
|
1438
976
|
"canonicalSignature": "():nodejs.Http.AddressInfo",
|
|
1439
977
|
"normalizedSignature": "address|():nodejs.Http.AddressInfo|static=false",
|
|
1440
978
|
"emitScope": "ClassSurface",
|
|
979
|
+
"provenance": "Original",
|
|
1441
980
|
"arity": 0,
|
|
1442
981
|
"parameterCount": 0,
|
|
982
|
+
"isStatic": false,
|
|
983
|
+
"isAbstract": false,
|
|
984
|
+
"isVirtual": false,
|
|
985
|
+
"isOverride": false,
|
|
986
|
+
"isSealed": false,
|
|
987
|
+
"visibility": "Public",
|
|
1443
988
|
"declaringClrType": "nodejs.Http.Server",
|
|
1444
989
|
"declaringAssemblyName": "nodejs",
|
|
1445
990
|
"isExtensionMethod": false
|
|
@@ -1449,84 +994,114 @@
|
|
|
1449
994
|
{
|
|
1450
995
|
"stableId": "nodejs:nodejs.Http.Server::maxHeadersCount:System.Int32",
|
|
1451
996
|
"clrName": "maxHeadersCount",
|
|
1452
|
-
"
|
|
1453
|
-
"metadataToken": 385876378,
|
|
997
|
+
"metadataToken": 385876397,
|
|
1454
998
|
"canonicalSignature": ":System.Int32",
|
|
1455
999
|
"normalizedSignature": "maxHeadersCount|:System.Int32|static=false|accessor=getset",
|
|
1456
1000
|
"emitScope": "ClassSurface",
|
|
1001
|
+
"provenance": "Original",
|
|
1457
1002
|
"isIndexer": false,
|
|
1458
1003
|
"hasGetter": true,
|
|
1459
1004
|
"hasSetter": true,
|
|
1005
|
+
"isStatic": false,
|
|
1006
|
+
"isAbstract": false,
|
|
1007
|
+
"isVirtual": false,
|
|
1008
|
+
"isOverride": false,
|
|
1009
|
+
"visibility": "Public",
|
|
1460
1010
|
"declaringClrType": "nodejs.Http.Server",
|
|
1461
1011
|
"declaringAssemblyName": "nodejs"
|
|
1462
1012
|
},
|
|
1463
1013
|
{
|
|
1464
1014
|
"stableId": "nodejs:nodejs.Http.Server::timeout:System.Int32",
|
|
1465
1015
|
"clrName": "timeout",
|
|
1466
|
-
"
|
|
1467
|
-
"metadataToken": 385876379,
|
|
1016
|
+
"metadataToken": 385876398,
|
|
1468
1017
|
"canonicalSignature": ":System.Int32",
|
|
1469
1018
|
"normalizedSignature": "timeout|:System.Int32|static=false|accessor=getset",
|
|
1470
1019
|
"emitScope": "ClassSurface",
|
|
1020
|
+
"provenance": "Original",
|
|
1471
1021
|
"isIndexer": false,
|
|
1472
1022
|
"hasGetter": true,
|
|
1473
1023
|
"hasSetter": true,
|
|
1024
|
+
"isStatic": false,
|
|
1025
|
+
"isAbstract": false,
|
|
1026
|
+
"isVirtual": false,
|
|
1027
|
+
"isOverride": false,
|
|
1028
|
+
"visibility": "Public",
|
|
1474
1029
|
"declaringClrType": "nodejs.Http.Server",
|
|
1475
1030
|
"declaringAssemblyName": "nodejs"
|
|
1476
1031
|
},
|
|
1477
1032
|
{
|
|
1478
1033
|
"stableId": "nodejs:nodejs.Http.Server::headersTimeout:System.Int32",
|
|
1479
1034
|
"clrName": "headersTimeout",
|
|
1480
|
-
"
|
|
1481
|
-
"metadataToken": 385876380,
|
|
1035
|
+
"metadataToken": 385876399,
|
|
1482
1036
|
"canonicalSignature": ":System.Int32",
|
|
1483
1037
|
"normalizedSignature": "headersTimeout|:System.Int32|static=false|accessor=getset",
|
|
1484
1038
|
"emitScope": "ClassSurface",
|
|
1039
|
+
"provenance": "Original",
|
|
1485
1040
|
"isIndexer": false,
|
|
1486
1041
|
"hasGetter": true,
|
|
1487
1042
|
"hasSetter": true,
|
|
1043
|
+
"isStatic": false,
|
|
1044
|
+
"isAbstract": false,
|
|
1045
|
+
"isVirtual": false,
|
|
1046
|
+
"isOverride": false,
|
|
1047
|
+
"visibility": "Public",
|
|
1488
1048
|
"declaringClrType": "nodejs.Http.Server",
|
|
1489
1049
|
"declaringAssemblyName": "nodejs"
|
|
1490
1050
|
},
|
|
1491
1051
|
{
|
|
1492
1052
|
"stableId": "nodejs:nodejs.Http.Server::requestTimeout:System.Int32",
|
|
1493
1053
|
"clrName": "requestTimeout",
|
|
1494
|
-
"
|
|
1495
|
-
"metadataToken": 385876381,
|
|
1054
|
+
"metadataToken": 385876400,
|
|
1496
1055
|
"canonicalSignature": ":System.Int32",
|
|
1497
1056
|
"normalizedSignature": "requestTimeout|:System.Int32|static=false|accessor=getset",
|
|
1498
1057
|
"emitScope": "ClassSurface",
|
|
1058
|
+
"provenance": "Original",
|
|
1499
1059
|
"isIndexer": false,
|
|
1500
1060
|
"hasGetter": true,
|
|
1501
1061
|
"hasSetter": true,
|
|
1062
|
+
"isStatic": false,
|
|
1063
|
+
"isAbstract": false,
|
|
1064
|
+
"isVirtual": false,
|
|
1065
|
+
"isOverride": false,
|
|
1066
|
+
"visibility": "Public",
|
|
1502
1067
|
"declaringClrType": "nodejs.Http.Server",
|
|
1503
1068
|
"declaringAssemblyName": "nodejs"
|
|
1504
1069
|
},
|
|
1505
1070
|
{
|
|
1506
1071
|
"stableId": "nodejs:nodejs.Http.Server::keepAliveTimeout:System.Int32",
|
|
1507
1072
|
"clrName": "keepAliveTimeout",
|
|
1508
|
-
"
|
|
1509
|
-
"metadataToken": 385876382,
|
|
1073
|
+
"metadataToken": 385876401,
|
|
1510
1074
|
"canonicalSignature": ":System.Int32",
|
|
1511
1075
|
"normalizedSignature": "keepAliveTimeout|:System.Int32|static=false|accessor=getset",
|
|
1512
1076
|
"emitScope": "ClassSurface",
|
|
1077
|
+
"provenance": "Original",
|
|
1513
1078
|
"isIndexer": false,
|
|
1514
1079
|
"hasGetter": true,
|
|
1515
1080
|
"hasSetter": true,
|
|
1081
|
+
"isStatic": false,
|
|
1082
|
+
"isAbstract": false,
|
|
1083
|
+
"isVirtual": false,
|
|
1084
|
+
"isOverride": false,
|
|
1085
|
+
"visibility": "Public",
|
|
1516
1086
|
"declaringClrType": "nodejs.Http.Server",
|
|
1517
1087
|
"declaringAssemblyName": "nodejs"
|
|
1518
1088
|
},
|
|
1519
1089
|
{
|
|
1520
1090
|
"stableId": "nodejs:nodejs.Http.Server::listening:System.Boolean",
|
|
1521
1091
|
"clrName": "listening",
|
|
1522
|
-
"
|
|
1523
|
-
"metadataToken": 385876383,
|
|
1092
|
+
"metadataToken": 385876402,
|
|
1524
1093
|
"canonicalSignature": ":System.Boolean",
|
|
1525
1094
|
"normalizedSignature": "listening|:System.Boolean|static=false|accessor=get",
|
|
1526
1095
|
"emitScope": "ClassSurface",
|
|
1096
|
+
"provenance": "Original",
|
|
1527
1097
|
"isIndexer": false,
|
|
1528
1098
|
"hasGetter": true,
|
|
1529
1099
|
"hasSetter": false,
|
|
1100
|
+
"isStatic": false,
|
|
1101
|
+
"isAbstract": false,
|
|
1102
|
+
"isVirtual": false,
|
|
1103
|
+
"isOverride": false,
|
|
1104
|
+
"visibility": "Public",
|
|
1530
1105
|
"declaringClrType": "nodejs.Http.Server",
|
|
1531
1106
|
"declaringAssemblyName": "nodejs"
|
|
1532
1107
|
}
|
|
@@ -1536,318 +1111,49 @@
|
|
|
1536
1111
|
"constructors": [
|
|
1537
1112
|
{
|
|
1538
1113
|
"stableId": "nodejs:nodejs.Http.Server::.ctor(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):void",
|
|
1539
|
-
"metadataToken":
|
|
1114
|
+
"metadataToken": 100665217,
|
|
1540
1115
|
"canonicalSignature": "(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):void",
|
|
1541
1116
|
"normalizedSignature": "constructor|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):void|static=false",
|
|
1542
1117
|
"isStatic": false,
|
|
1543
1118
|
"parameterCount": 1,
|
|
1119
|
+
"visibility": "Public",
|
|
1544
1120
|
"declaringClrType": "nodejs.Http.Server",
|
|
1545
1121
|
"declaringAssemblyName": "nodejs"
|
|
1546
1122
|
}
|
|
1547
|
-
],
|
|
1548
|
-
"exposedMethods": [
|
|
1549
|
-
{
|
|
1550
|
-
"tsName": "listen",
|
|
1551
|
-
"isStatic": false,
|
|
1552
|
-
"tsSignatureId": "listen|(System.Int32,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action):nodejs.Http.Server|static=false",
|
|
1553
|
-
"target": {
|
|
1554
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1555
|
-
"declaringAssemblyName": "nodejs",
|
|
1556
|
-
"metadataToken": 100665067
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"tsName": "listen",
|
|
1561
|
-
"isStatic": false,
|
|
1562
|
-
"tsSignatureId": "listen|(System.Int32,System.Action):nodejs.Http.Server|static=false",
|
|
1563
|
-
"target": {
|
|
1564
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1565
|
-
"declaringAssemblyName": "nodejs",
|
|
1566
|
-
"metadataToken": 100665068
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"tsName": "close",
|
|
1571
|
-
"isStatic": false,
|
|
1572
|
-
"tsSignatureId": "close|(System.Action):nodejs.Http.Server|static=false",
|
|
1573
|
-
"target": {
|
|
1574
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1575
|
-
"declaringAssemblyName": "nodejs",
|
|
1576
|
-
"metadataToken": 100665069
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"tsName": "setTimeout",
|
|
1581
|
-
"isStatic": false,
|
|
1582
|
-
"tsSignatureId": "setTimeout|(System.Int32,System.Action):nodejs.Http.Server|static=false",
|
|
1583
|
-
"target": {
|
|
1584
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1585
|
-
"declaringAssemblyName": "nodejs",
|
|
1586
|
-
"metadataToken": 100665071
|
|
1587
|
-
}
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"tsName": "address",
|
|
1591
|
-
"isStatic": false,
|
|
1592
|
-
"tsSignatureId": "address|():nodejs.Http.AddressInfo|static=false",
|
|
1593
|
-
"target": {
|
|
1594
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1595
|
-
"declaringAssemblyName": "nodejs",
|
|
1596
|
-
"metadataToken": 100665072
|
|
1597
|
-
}
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"tsName": "addListener",
|
|
1601
|
-
"isStatic": false,
|
|
1602
|
-
"tsSignatureId": "addListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
1603
|
-
"target": {
|
|
1604
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1605
|
-
"declaringAssemblyName": "nodejs",
|
|
1606
|
-
"metadataToken": 100664099
|
|
1607
|
-
}
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"tsName": "emit",
|
|
1611
|
-
"isStatic": false,
|
|
1612
|
-
"tsSignatureId": "emit|(System.String,System.Object[]):System.Boolean|static=false",
|
|
1613
|
-
"target": {
|
|
1614
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1615
|
-
"declaringAssemblyName": "nodejs",
|
|
1616
|
-
"metadataToken": 100664100
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"tsName": "once",
|
|
1621
|
-
"isStatic": true,
|
|
1622
|
-
"tsSignatureId": "once|(nodejs.EventEmitter,System.String):System.Threading.Tasks.Task_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
1623
|
-
"target": {
|
|
1624
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1625
|
-
"declaringAssemblyName": "nodejs",
|
|
1626
|
-
"metadataToken": 100664103
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"tsName": "eventNames",
|
|
1631
|
-
"isStatic": false,
|
|
1632
|
-
"tsSignatureId": "eventNames|():System.String[]|static=false",
|
|
1633
|
-
"target": {
|
|
1634
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1635
|
-
"declaringAssemblyName": "nodejs",
|
|
1636
|
-
"metadataToken": 100664104
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"tsName": "getMaxListeners",
|
|
1641
|
-
"isStatic": false,
|
|
1642
|
-
"tsSignatureId": "getMaxListeners|():System.Int32|static=false",
|
|
1643
|
-
"target": {
|
|
1644
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1645
|
-
"declaringAssemblyName": "nodejs",
|
|
1646
|
-
"metadataToken": 100664105
|
|
1647
|
-
}
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"tsName": "listenerCount",
|
|
1651
|
-
"isStatic": false,
|
|
1652
|
-
"tsSignatureId": "listenerCount|(System.String):System.Int32|static=false",
|
|
1653
|
-
"target": {
|
|
1654
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1655
|
-
"declaringAssemblyName": "nodejs",
|
|
1656
|
-
"metadataToken": 100664106
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"tsName": "listeners",
|
|
1661
|
-
"isStatic": false,
|
|
1662
|
-
"tsSignatureId": "listeners|(System.String):System.Delegate[]|static=false",
|
|
1663
|
-
"target": {
|
|
1664
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1665
|
-
"declaringAssemblyName": "nodejs",
|
|
1666
|
-
"metadataToken": 100664107
|
|
1667
|
-
}
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"tsName": "off",
|
|
1671
|
-
"isStatic": false,
|
|
1672
|
-
"tsSignatureId": "off|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
1673
|
-
"target": {
|
|
1674
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1675
|
-
"declaringAssemblyName": "nodejs",
|
|
1676
|
-
"metadataToken": 100664108
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"tsName": "on",
|
|
1681
|
-
"isStatic": false,
|
|
1682
|
-
"tsSignatureId": "on|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
1683
|
-
"target": {
|
|
1684
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1685
|
-
"declaringAssemblyName": "nodejs",
|
|
1686
|
-
"metadataToken": 100664109
|
|
1687
|
-
}
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"tsName": "prependListener",
|
|
1691
|
-
"isStatic": false,
|
|
1692
|
-
"tsSignatureId": "prependListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
1693
|
-
"target": {
|
|
1694
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1695
|
-
"declaringAssemblyName": "nodejs",
|
|
1696
|
-
"metadataToken": 100664111
|
|
1697
|
-
}
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"tsName": "prependOnceListener",
|
|
1701
|
-
"isStatic": false,
|
|
1702
|
-
"tsSignatureId": "prependOnceListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
1703
|
-
"target": {
|
|
1704
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1705
|
-
"declaringAssemblyName": "nodejs",
|
|
1706
|
-
"metadataToken": 100664112
|
|
1707
|
-
}
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"tsName": "rawListeners",
|
|
1711
|
-
"isStatic": false,
|
|
1712
|
-
"tsSignatureId": "rawListeners|(System.String):System.Delegate[]|static=false",
|
|
1713
|
-
"target": {
|
|
1714
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1715
|
-
"declaringAssemblyName": "nodejs",
|
|
1716
|
-
"metadataToken": 100664113
|
|
1717
|
-
}
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"tsName": "removeAllListeners",
|
|
1721
|
-
"isStatic": false,
|
|
1722
|
-
"tsSignatureId": "removeAllListeners|(System.String):nodejs.EventEmitter|static=false",
|
|
1723
|
-
"target": {
|
|
1724
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1725
|
-
"declaringAssemblyName": "nodejs",
|
|
1726
|
-
"metadataToken": 100664114
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"tsName": "removeListener",
|
|
1731
|
-
"isStatic": false,
|
|
1732
|
-
"tsSignatureId": "removeListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
1733
|
-
"target": {
|
|
1734
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1735
|
-
"declaringAssemblyName": "nodejs",
|
|
1736
|
-
"metadataToken": 100664115
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
|
-
{
|
|
1740
|
-
"tsName": "setMaxListeners",
|
|
1741
|
-
"isStatic": false,
|
|
1742
|
-
"tsSignatureId": "setMaxListeners|(System.Int32):nodejs.EventEmitter|static=false",
|
|
1743
|
-
"target": {
|
|
1744
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1745
|
-
"declaringAssemblyName": "nodejs",
|
|
1746
|
-
"metadataToken": 100664116
|
|
1747
|
-
}
|
|
1748
|
-
}
|
|
1749
|
-
],
|
|
1750
|
-
"exposedProperties": [
|
|
1751
|
-
{
|
|
1752
|
-
"tsName": "maxHeadersCount",
|
|
1753
|
-
"isStatic": false,
|
|
1754
|
-
"tsSignatureId": "maxHeadersCount|:System.Int32|static=false|accessor=getset",
|
|
1755
|
-
"target": {
|
|
1756
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1757
|
-
"declaringAssemblyName": "nodejs",
|
|
1758
|
-
"metadataToken": 385876378
|
|
1759
|
-
}
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
"tsName": "timeout",
|
|
1763
|
-
"isStatic": false,
|
|
1764
|
-
"tsSignatureId": "timeout|:System.Int32|static=false|accessor=getset",
|
|
1765
|
-
"target": {
|
|
1766
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1767
|
-
"declaringAssemblyName": "nodejs",
|
|
1768
|
-
"metadataToken": 385876379
|
|
1769
|
-
}
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"tsName": "headersTimeout",
|
|
1773
|
-
"isStatic": false,
|
|
1774
|
-
"tsSignatureId": "headersTimeout|:System.Int32|static=false|accessor=getset",
|
|
1775
|
-
"target": {
|
|
1776
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1777
|
-
"declaringAssemblyName": "nodejs",
|
|
1778
|
-
"metadataToken": 385876380
|
|
1779
|
-
}
|
|
1780
|
-
},
|
|
1781
|
-
{
|
|
1782
|
-
"tsName": "requestTimeout",
|
|
1783
|
-
"isStatic": false,
|
|
1784
|
-
"tsSignatureId": "requestTimeout|:System.Int32|static=false|accessor=getset",
|
|
1785
|
-
"target": {
|
|
1786
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1787
|
-
"declaringAssemblyName": "nodejs",
|
|
1788
|
-
"metadataToken": 385876381
|
|
1789
|
-
}
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"tsName": "keepAliveTimeout",
|
|
1793
|
-
"isStatic": false,
|
|
1794
|
-
"tsSignatureId": "keepAliveTimeout|:System.Int32|static=false|accessor=getset",
|
|
1795
|
-
"target": {
|
|
1796
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1797
|
-
"declaringAssemblyName": "nodejs",
|
|
1798
|
-
"metadataToken": 385876382
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
"tsName": "listening",
|
|
1803
|
-
"isStatic": false,
|
|
1804
|
-
"tsSignatureId": "listening|:System.Boolean|static=false|accessor=get",
|
|
1805
|
-
"target": {
|
|
1806
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1807
|
-
"declaringAssemblyName": "nodejs",
|
|
1808
|
-
"metadataToken": 385876383
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"tsName": "defaultMaxListeners",
|
|
1813
|
-
"isStatic": true,
|
|
1814
|
-
"tsSignatureId": "defaultMaxListeners|:System.Int32|static=true|accessor=getset",
|
|
1815
|
-
"target": {
|
|
1816
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
1817
|
-
"declaringAssemblyName": "nodejs",
|
|
1818
|
-
"metadataToken": 385876120
|
|
1819
|
-
}
|
|
1820
|
-
}
|
|
1821
|
-
],
|
|
1822
|
-
"exposedConstructors": [
|
|
1823
|
-
{
|
|
1824
|
-
"isStatic": false,
|
|
1825
|
-
"tsSignatureId": "constructor|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):void|static=false",
|
|
1826
|
-
"target": {
|
|
1827
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1828
|
-
"declaringAssemblyName": "nodejs",
|
|
1829
|
-
"metadataToken": 100665055
|
|
1830
|
-
}
|
|
1831
|
-
}
|
|
1832
1123
|
]
|
|
1833
1124
|
},
|
|
1834
1125
|
{
|
|
1835
1126
|
"stableId": "nodejs:nodejs.Http.ServerResponse",
|
|
1836
1127
|
"clrName": "nodejs.Http.ServerResponse",
|
|
1837
|
-
"tsEmitName": "ServerResponse",
|
|
1838
1128
|
"assemblyName": "nodejs",
|
|
1839
1129
|
"metadataToken": 0,
|
|
1130
|
+
"kind": "Class",
|
|
1131
|
+
"accessibility": "Public",
|
|
1132
|
+
"isAbstract": false,
|
|
1133
|
+
"isSealed": false,
|
|
1134
|
+
"isStatic": false,
|
|
1135
|
+
"arity": 0,
|
|
1136
|
+
"baseType": {
|
|
1137
|
+
"stableId": "nodejs:nodejs.EventEmitter",
|
|
1138
|
+
"clrName": "nodejs.EventEmitter"
|
|
1139
|
+
},
|
|
1840
1140
|
"methods": [
|
|
1841
1141
|
{
|
|
1842
1142
|
"stableId": "nodejs:nodejs.Http.ServerResponse::writeHead(System.Int32,System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):nodejs.Http.ServerResponse",
|
|
1843
1143
|
"clrName": "writeHead",
|
|
1844
|
-
"
|
|
1845
|
-
"metadataToken": 100665087,
|
|
1144
|
+
"metadataToken": 100665249,
|
|
1846
1145
|
"canonicalSignature": "(System.Int32,System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):nodejs.Http.ServerResponse",
|
|
1847
1146
|
"normalizedSignature": "writeHead|(System.Int32,System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):nodejs.Http.ServerResponse|static=false",
|
|
1848
1147
|
"emitScope": "ClassSurface",
|
|
1148
|
+
"provenance": "Original",
|
|
1849
1149
|
"arity": 0,
|
|
1850
1150
|
"parameterCount": 3,
|
|
1151
|
+
"isStatic": false,
|
|
1152
|
+
"isAbstract": false,
|
|
1153
|
+
"isVirtual": false,
|
|
1154
|
+
"isOverride": false,
|
|
1155
|
+
"isSealed": false,
|
|
1156
|
+
"visibility": "Public",
|
|
1851
1157
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1852
1158
|
"declaringAssemblyName": "nodejs",
|
|
1853
1159
|
"isExtensionMethod": false
|
|
@@ -1855,13 +1161,19 @@
|
|
|
1855
1161
|
{
|
|
1856
1162
|
"stableId": "nodejs:nodejs.Http.ServerResponse::writeHead(System.Int32,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):nodejs.Http.ServerResponse",
|
|
1857
1163
|
"clrName": "writeHead",
|
|
1858
|
-
"
|
|
1859
|
-
"metadataToken": 100665088,
|
|
1164
|
+
"metadataToken": 100665250,
|
|
1860
1165
|
"canonicalSignature": "(System.Int32,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):nodejs.Http.ServerResponse",
|
|
1861
1166
|
"normalizedSignature": "writeHead|(System.Int32,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):nodejs.Http.ServerResponse|static=false",
|
|
1862
1167
|
"emitScope": "ClassSurface",
|
|
1168
|
+
"provenance": "Original",
|
|
1863
1169
|
"arity": 0,
|
|
1864
1170
|
"parameterCount": 2,
|
|
1171
|
+
"isStatic": false,
|
|
1172
|
+
"isAbstract": false,
|
|
1173
|
+
"isVirtual": false,
|
|
1174
|
+
"isOverride": false,
|
|
1175
|
+
"isSealed": false,
|
|
1176
|
+
"visibility": "Public",
|
|
1865
1177
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1866
1178
|
"declaringAssemblyName": "nodejs",
|
|
1867
1179
|
"isExtensionMethod": false
|
|
@@ -1869,13 +1181,19 @@
|
|
|
1869
1181
|
{
|
|
1870
1182
|
"stableId": "nodejs:nodejs.Http.ServerResponse::setHeader(System.String,System.String):nodejs.Http.ServerResponse",
|
|
1871
1183
|
"clrName": "setHeader",
|
|
1872
|
-
"
|
|
1873
|
-
"metadataToken": 100665089,
|
|
1184
|
+
"metadataToken": 100665251,
|
|
1874
1185
|
"canonicalSignature": "(System.String,System.String):nodejs.Http.ServerResponse",
|
|
1875
1186
|
"normalizedSignature": "setHeader|(System.String,System.String):nodejs.Http.ServerResponse|static=false",
|
|
1876
1187
|
"emitScope": "ClassSurface",
|
|
1188
|
+
"provenance": "Original",
|
|
1877
1189
|
"arity": 0,
|
|
1878
1190
|
"parameterCount": 2,
|
|
1191
|
+
"isStatic": false,
|
|
1192
|
+
"isAbstract": false,
|
|
1193
|
+
"isVirtual": false,
|
|
1194
|
+
"isOverride": false,
|
|
1195
|
+
"isSealed": false,
|
|
1196
|
+
"visibility": "Public",
|
|
1879
1197
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1880
1198
|
"declaringAssemblyName": "nodejs",
|
|
1881
1199
|
"isExtensionMethod": false
|
|
@@ -1883,13 +1201,19 @@
|
|
|
1883
1201
|
{
|
|
1884
1202
|
"stableId": "nodejs:nodejs.Http.ServerResponse::getHeader(System.String):System.String",
|
|
1885
1203
|
"clrName": "getHeader",
|
|
1886
|
-
"
|
|
1887
|
-
"metadataToken": 100665090,
|
|
1204
|
+
"metadataToken": 100665252,
|
|
1888
1205
|
"canonicalSignature": "(System.String):System.String",
|
|
1889
1206
|
"normalizedSignature": "getHeader|(System.String):System.String|static=false",
|
|
1890
1207
|
"emitScope": "ClassSurface",
|
|
1208
|
+
"provenance": "Original",
|
|
1891
1209
|
"arity": 0,
|
|
1892
1210
|
"parameterCount": 1,
|
|
1211
|
+
"isStatic": false,
|
|
1212
|
+
"isAbstract": false,
|
|
1213
|
+
"isVirtual": false,
|
|
1214
|
+
"isOverride": false,
|
|
1215
|
+
"isSealed": false,
|
|
1216
|
+
"visibility": "Public",
|
|
1893
1217
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1894
1218
|
"declaringAssemblyName": "nodejs",
|
|
1895
1219
|
"isExtensionMethod": false
|
|
@@ -1897,13 +1221,19 @@
|
|
|
1897
1221
|
{
|
|
1898
1222
|
"stableId": "nodejs:nodejs.Http.ServerResponse::getHeaderNames():System.String[]",
|
|
1899
1223
|
"clrName": "getHeaderNames",
|
|
1900
|
-
"
|
|
1901
|
-
"metadataToken": 100665091,
|
|
1224
|
+
"metadataToken": 100665253,
|
|
1902
1225
|
"canonicalSignature": "():System.String[]",
|
|
1903
1226
|
"normalizedSignature": "getHeaderNames|():System.String[]|static=false",
|
|
1904
1227
|
"emitScope": "ClassSurface",
|
|
1228
|
+
"provenance": "Original",
|
|
1905
1229
|
"arity": 0,
|
|
1906
1230
|
"parameterCount": 0,
|
|
1231
|
+
"isStatic": false,
|
|
1232
|
+
"isAbstract": false,
|
|
1233
|
+
"isVirtual": false,
|
|
1234
|
+
"isOverride": false,
|
|
1235
|
+
"isSealed": false,
|
|
1236
|
+
"visibility": "Public",
|
|
1907
1237
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1908
1238
|
"declaringAssemblyName": "nodejs",
|
|
1909
1239
|
"isExtensionMethod": false
|
|
@@ -1911,13 +1241,19 @@
|
|
|
1911
1241
|
{
|
|
1912
1242
|
"stableId": "nodejs:nodejs.Http.ServerResponse::getHeaders():System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1913
1243
|
"clrName": "getHeaders",
|
|
1914
|
-
"
|
|
1915
|
-
"metadataToken": 100665092,
|
|
1244
|
+
"metadataToken": 100665254,
|
|
1916
1245
|
"canonicalSignature": "():System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1917
1246
|
"normalizedSignature": "getHeaders|():System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1918
1247
|
"emitScope": "ClassSurface",
|
|
1248
|
+
"provenance": "Original",
|
|
1919
1249
|
"arity": 0,
|
|
1920
1250
|
"parameterCount": 0,
|
|
1251
|
+
"isStatic": false,
|
|
1252
|
+
"isAbstract": false,
|
|
1253
|
+
"isVirtual": false,
|
|
1254
|
+
"isOverride": false,
|
|
1255
|
+
"isSealed": false,
|
|
1256
|
+
"visibility": "Public",
|
|
1921
1257
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1922
1258
|
"declaringAssemblyName": "nodejs",
|
|
1923
1259
|
"isExtensionMethod": false
|
|
@@ -1925,13 +1261,19 @@
|
|
|
1925
1261
|
{
|
|
1926
1262
|
"stableId": "nodejs:nodejs.Http.ServerResponse::hasHeader(System.String):System.Boolean",
|
|
1927
1263
|
"clrName": "hasHeader",
|
|
1928
|
-
"
|
|
1929
|
-
"metadataToken": 100665093,
|
|
1264
|
+
"metadataToken": 100665255,
|
|
1930
1265
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
1931
1266
|
"normalizedSignature": "hasHeader|(System.String):System.Boolean|static=false",
|
|
1932
1267
|
"emitScope": "ClassSurface",
|
|
1268
|
+
"provenance": "Original",
|
|
1933
1269
|
"arity": 0,
|
|
1934
1270
|
"parameterCount": 1,
|
|
1271
|
+
"isStatic": false,
|
|
1272
|
+
"isAbstract": false,
|
|
1273
|
+
"isVirtual": false,
|
|
1274
|
+
"isOverride": false,
|
|
1275
|
+
"isSealed": false,
|
|
1276
|
+
"visibility": "Public",
|
|
1935
1277
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1936
1278
|
"declaringAssemblyName": "nodejs",
|
|
1937
1279
|
"isExtensionMethod": false
|
|
@@ -1939,13 +1281,19 @@
|
|
|
1939
1281
|
{
|
|
1940
1282
|
"stableId": "nodejs:nodejs.Http.ServerResponse::removeHeader(System.String):System.Void",
|
|
1941
1283
|
"clrName": "removeHeader",
|
|
1942
|
-
"
|
|
1943
|
-
"metadataToken": 100665094,
|
|
1284
|
+
"metadataToken": 100665256,
|
|
1944
1285
|
"canonicalSignature": "(System.String):System.Void",
|
|
1945
1286
|
"normalizedSignature": "removeHeader|(System.String):System.Void|static=false",
|
|
1946
1287
|
"emitScope": "ClassSurface",
|
|
1288
|
+
"provenance": "Original",
|
|
1947
1289
|
"arity": 0,
|
|
1948
1290
|
"parameterCount": 1,
|
|
1291
|
+
"isStatic": false,
|
|
1292
|
+
"isAbstract": false,
|
|
1293
|
+
"isVirtual": false,
|
|
1294
|
+
"isOverride": false,
|
|
1295
|
+
"isSealed": false,
|
|
1296
|
+
"visibility": "Public",
|
|
1949
1297
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1950
1298
|
"declaringAssemblyName": "nodejs",
|
|
1951
1299
|
"isExtensionMethod": false
|
|
@@ -1953,13 +1301,19 @@
|
|
|
1953
1301
|
{
|
|
1954
1302
|
"stableId": "nodejs:nodejs.Http.ServerResponse::write(System.String,System.String,System.Action):System.Boolean",
|
|
1955
1303
|
"clrName": "write",
|
|
1956
|
-
"
|
|
1957
|
-
"metadataToken": 100665095,
|
|
1304
|
+
"metadataToken": 100665257,
|
|
1958
1305
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Boolean",
|
|
1959
1306
|
"normalizedSignature": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
|
|
1960
1307
|
"emitScope": "ClassSurface",
|
|
1308
|
+
"provenance": "Original",
|
|
1961
1309
|
"arity": 0,
|
|
1962
1310
|
"parameterCount": 3,
|
|
1311
|
+
"isStatic": false,
|
|
1312
|
+
"isAbstract": false,
|
|
1313
|
+
"isVirtual": false,
|
|
1314
|
+
"isOverride": false,
|
|
1315
|
+
"isSealed": false,
|
|
1316
|
+
"visibility": "Public",
|
|
1963
1317
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1964
1318
|
"declaringAssemblyName": "nodejs",
|
|
1965
1319
|
"isExtensionMethod": false
|
|
@@ -1967,13 +1321,19 @@
|
|
|
1967
1321
|
{
|
|
1968
1322
|
"stableId": "nodejs:nodejs.Http.ServerResponse::end(System.String,System.String,System.Action):nodejs.Http.ServerResponse",
|
|
1969
1323
|
"clrName": "end",
|
|
1970
|
-
"
|
|
1971
|
-
"metadataToken": 100665096,
|
|
1324
|
+
"metadataToken": 100665258,
|
|
1972
1325
|
"canonicalSignature": "(System.String,System.String,System.Action):nodejs.Http.ServerResponse",
|
|
1973
1326
|
"normalizedSignature": "end|(System.String,System.String,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1974
1327
|
"emitScope": "ClassSurface",
|
|
1328
|
+
"provenance": "Original",
|
|
1975
1329
|
"arity": 0,
|
|
1976
1330
|
"parameterCount": 3,
|
|
1331
|
+
"isStatic": false,
|
|
1332
|
+
"isAbstract": false,
|
|
1333
|
+
"isVirtual": false,
|
|
1334
|
+
"isOverride": false,
|
|
1335
|
+
"isSealed": false,
|
|
1336
|
+
"visibility": "Public",
|
|
1977
1337
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1978
1338
|
"declaringAssemblyName": "nodejs",
|
|
1979
1339
|
"isExtensionMethod": false
|
|
@@ -1981,13 +1341,19 @@
|
|
|
1981
1341
|
{
|
|
1982
1342
|
"stableId": "nodejs:nodejs.Http.ServerResponse::setTimeout(System.Int32,System.Action):nodejs.Http.ServerResponse",
|
|
1983
1343
|
"clrName": "setTimeout",
|
|
1984
|
-
"
|
|
1985
|
-
"metadataToken": 100665097,
|
|
1344
|
+
"metadataToken": 100665259,
|
|
1986
1345
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.ServerResponse",
|
|
1987
1346
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1988
1347
|
"emitScope": "ClassSurface",
|
|
1348
|
+
"provenance": "Original",
|
|
1989
1349
|
"arity": 0,
|
|
1990
1350
|
"parameterCount": 2,
|
|
1351
|
+
"isStatic": false,
|
|
1352
|
+
"isAbstract": false,
|
|
1353
|
+
"isVirtual": false,
|
|
1354
|
+
"isOverride": false,
|
|
1355
|
+
"isSealed": false,
|
|
1356
|
+
"visibility": "Public",
|
|
1991
1357
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1992
1358
|
"declaringAssemblyName": "nodejs",
|
|
1993
1359
|
"isExtensionMethod": false
|
|
@@ -1995,13 +1361,19 @@
|
|
|
1995
1361
|
{
|
|
1996
1362
|
"stableId": "nodejs:nodejs.Http.ServerResponse::flushHeaders():System.Void",
|
|
1997
1363
|
"clrName": "flushHeaders",
|
|
1998
|
-
"
|
|
1999
|
-
"metadataToken": 100665098,
|
|
1364
|
+
"metadataToken": 100665260,
|
|
2000
1365
|
"canonicalSignature": "():System.Void",
|
|
2001
1366
|
"normalizedSignature": "flushHeaders|():System.Void|static=false",
|
|
2002
1367
|
"emitScope": "ClassSurface",
|
|
1368
|
+
"provenance": "Original",
|
|
2003
1369
|
"arity": 0,
|
|
2004
1370
|
"parameterCount": 0,
|
|
1371
|
+
"isStatic": false,
|
|
1372
|
+
"isAbstract": false,
|
|
1373
|
+
"isVirtual": false,
|
|
1374
|
+
"isOverride": false,
|
|
1375
|
+
"isSealed": false,
|
|
1376
|
+
"visibility": "Public",
|
|
2005
1377
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2006
1378
|
"declaringAssemblyName": "nodejs",
|
|
2007
1379
|
"isExtensionMethod": false
|
|
@@ -2011,394 +1383,105 @@
|
|
|
2011
1383
|
{
|
|
2012
1384
|
"stableId": "nodejs:nodejs.Http.ServerResponse::statusCode:System.Int32",
|
|
2013
1385
|
"clrName": "statusCode",
|
|
2014
|
-
"
|
|
2015
|
-
"metadataToken": 385876387,
|
|
1386
|
+
"metadataToken": 385876406,
|
|
2016
1387
|
"canonicalSignature": ":System.Int32",
|
|
2017
1388
|
"normalizedSignature": "statusCode|:System.Int32|static=false|accessor=getset",
|
|
2018
1389
|
"emitScope": "ClassSurface",
|
|
1390
|
+
"provenance": "Original",
|
|
2019
1391
|
"isIndexer": false,
|
|
2020
1392
|
"hasGetter": true,
|
|
2021
1393
|
"hasSetter": true,
|
|
1394
|
+
"isStatic": false,
|
|
1395
|
+
"isAbstract": false,
|
|
1396
|
+
"isVirtual": false,
|
|
1397
|
+
"isOverride": false,
|
|
1398
|
+
"visibility": "Public",
|
|
2022
1399
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2023
1400
|
"declaringAssemblyName": "nodejs"
|
|
2024
1401
|
},
|
|
2025
1402
|
{
|
|
2026
1403
|
"stableId": "nodejs:nodejs.Http.ServerResponse::statusMessage:System.String",
|
|
2027
1404
|
"clrName": "statusMessage",
|
|
2028
|
-
"
|
|
2029
|
-
"metadataToken": 385876388,
|
|
1405
|
+
"metadataToken": 385876407,
|
|
2030
1406
|
"canonicalSignature": ":System.String",
|
|
2031
1407
|
"normalizedSignature": "statusMessage|:System.String|static=false|accessor=getset",
|
|
2032
1408
|
"emitScope": "ClassSurface",
|
|
1409
|
+
"provenance": "Original",
|
|
2033
1410
|
"isIndexer": false,
|
|
2034
1411
|
"hasGetter": true,
|
|
2035
1412
|
"hasSetter": true,
|
|
1413
|
+
"isStatic": false,
|
|
1414
|
+
"isAbstract": false,
|
|
1415
|
+
"isVirtual": false,
|
|
1416
|
+
"isOverride": false,
|
|
1417
|
+
"visibility": "Public",
|
|
2036
1418
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2037
1419
|
"declaringAssemblyName": "nodejs"
|
|
2038
1420
|
},
|
|
2039
1421
|
{
|
|
2040
1422
|
"stableId": "nodejs:nodejs.Http.ServerResponse::headersSent:System.Boolean",
|
|
2041
1423
|
"clrName": "headersSent",
|
|
2042
|
-
"
|
|
2043
|
-
"metadataToken": 385876389,
|
|
1424
|
+
"metadataToken": 385876408,
|
|
2044
1425
|
"canonicalSignature": ":System.Boolean",
|
|
2045
1426
|
"normalizedSignature": "headersSent|:System.Boolean|static=false|accessor=get",
|
|
2046
1427
|
"emitScope": "ClassSurface",
|
|
1428
|
+
"provenance": "Original",
|
|
2047
1429
|
"isIndexer": false,
|
|
2048
1430
|
"hasGetter": true,
|
|
2049
1431
|
"hasSetter": false,
|
|
1432
|
+
"isStatic": false,
|
|
1433
|
+
"isAbstract": false,
|
|
1434
|
+
"isVirtual": false,
|
|
1435
|
+
"isOverride": false,
|
|
1436
|
+
"visibility": "Public",
|
|
2050
1437
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2051
1438
|
"declaringAssemblyName": "nodejs"
|
|
2052
1439
|
},
|
|
2053
1440
|
{
|
|
2054
1441
|
"stableId": "nodejs:nodejs.Http.ServerResponse::finished:System.Boolean",
|
|
2055
1442
|
"clrName": "finished",
|
|
2056
|
-
"
|
|
2057
|
-
"metadataToken": 385876390,
|
|
1443
|
+
"metadataToken": 385876409,
|
|
2058
1444
|
"canonicalSignature": ":System.Boolean",
|
|
2059
1445
|
"normalizedSignature": "finished|:System.Boolean|static=false|accessor=get",
|
|
2060
1446
|
"emitScope": "ClassSurface",
|
|
1447
|
+
"provenance": "Original",
|
|
2061
1448
|
"isIndexer": false,
|
|
2062
1449
|
"hasGetter": true,
|
|
2063
1450
|
"hasSetter": false,
|
|
1451
|
+
"isStatic": false,
|
|
1452
|
+
"isAbstract": false,
|
|
1453
|
+
"isVirtual": false,
|
|
1454
|
+
"isOverride": false,
|
|
1455
|
+
"visibility": "Public",
|
|
2064
1456
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2065
1457
|
"declaringAssemblyName": "nodejs"
|
|
2066
1458
|
}
|
|
2067
1459
|
],
|
|
2068
1460
|
"fields": [],
|
|
2069
1461
|
"events": [],
|
|
2070
|
-
"constructors": []
|
|
2071
|
-
"exposedMethods": [
|
|
2072
|
-
{
|
|
2073
|
-
"tsName": "writeHead",
|
|
2074
|
-
"isStatic": false,
|
|
2075
|
-
"tsSignatureId": "writeHead|(System.Int32,System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):nodejs.Http.ServerResponse|static=false",
|
|
2076
|
-
"target": {
|
|
2077
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2078
|
-
"declaringAssemblyName": "nodejs",
|
|
2079
|
-
"metadataToken": 100665087
|
|
2080
|
-
}
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"tsName": "writeHead",
|
|
2084
|
-
"isStatic": false,
|
|
2085
|
-
"tsSignatureId": "writeHead|(System.Int32,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):nodejs.Http.ServerResponse|static=false",
|
|
2086
|
-
"target": {
|
|
2087
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2088
|
-
"declaringAssemblyName": "nodejs",
|
|
2089
|
-
"metadataToken": 100665088
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"tsName": "setHeader",
|
|
2094
|
-
"isStatic": false,
|
|
2095
|
-
"tsSignatureId": "setHeader|(System.String,System.String):nodejs.Http.ServerResponse|static=false",
|
|
2096
|
-
"target": {
|
|
2097
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2098
|
-
"declaringAssemblyName": "nodejs",
|
|
2099
|
-
"metadataToken": 100665089
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"tsName": "getHeader",
|
|
2104
|
-
"isStatic": false,
|
|
2105
|
-
"tsSignatureId": "getHeader|(System.String):System.String|static=false",
|
|
2106
|
-
"target": {
|
|
2107
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2108
|
-
"declaringAssemblyName": "nodejs",
|
|
2109
|
-
"metadataToken": 100665090
|
|
2110
|
-
}
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"tsName": "getHeaderNames",
|
|
2114
|
-
"isStatic": false,
|
|
2115
|
-
"tsSignatureId": "getHeaderNames|():System.String[]|static=false",
|
|
2116
|
-
"target": {
|
|
2117
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2118
|
-
"declaringAssemblyName": "nodejs",
|
|
2119
|
-
"metadataToken": 100665091
|
|
2120
|
-
}
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"tsName": "getHeaders",
|
|
2124
|
-
"isStatic": false,
|
|
2125
|
-
"tsSignatureId": "getHeaders|():System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2126
|
-
"target": {
|
|
2127
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2128
|
-
"declaringAssemblyName": "nodejs",
|
|
2129
|
-
"metadataToken": 100665092
|
|
2130
|
-
}
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"tsName": "hasHeader",
|
|
2134
|
-
"isStatic": false,
|
|
2135
|
-
"tsSignatureId": "hasHeader|(System.String):System.Boolean|static=false",
|
|
2136
|
-
"target": {
|
|
2137
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2138
|
-
"declaringAssemblyName": "nodejs",
|
|
2139
|
-
"metadataToken": 100665093
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"tsName": "removeHeader",
|
|
2144
|
-
"isStatic": false,
|
|
2145
|
-
"tsSignatureId": "removeHeader|(System.String):System.Void|static=false",
|
|
2146
|
-
"target": {
|
|
2147
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2148
|
-
"declaringAssemblyName": "nodejs",
|
|
2149
|
-
"metadataToken": 100665094
|
|
2150
|
-
}
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"tsName": "write",
|
|
2154
|
-
"isStatic": false,
|
|
2155
|
-
"tsSignatureId": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
|
|
2156
|
-
"target": {
|
|
2157
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2158
|
-
"declaringAssemblyName": "nodejs",
|
|
2159
|
-
"metadataToken": 100665095
|
|
2160
|
-
}
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"tsName": "end",
|
|
2164
|
-
"isStatic": false,
|
|
2165
|
-
"tsSignatureId": "end|(System.String,System.String,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
2166
|
-
"target": {
|
|
2167
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2168
|
-
"declaringAssemblyName": "nodejs",
|
|
2169
|
-
"metadataToken": 100665096
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"tsName": "setTimeout",
|
|
2174
|
-
"isStatic": false,
|
|
2175
|
-
"tsSignatureId": "setTimeout|(System.Int32,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
2176
|
-
"target": {
|
|
2177
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2178
|
-
"declaringAssemblyName": "nodejs",
|
|
2179
|
-
"metadataToken": 100665097
|
|
2180
|
-
}
|
|
2181
|
-
},
|
|
2182
|
-
{
|
|
2183
|
-
"tsName": "flushHeaders",
|
|
2184
|
-
"isStatic": false,
|
|
2185
|
-
"tsSignatureId": "flushHeaders|():System.Void|static=false",
|
|
2186
|
-
"target": {
|
|
2187
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2188
|
-
"declaringAssemblyName": "nodejs",
|
|
2189
|
-
"metadataToken": 100665098
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"tsName": "addListener",
|
|
2194
|
-
"isStatic": false,
|
|
2195
|
-
"tsSignatureId": "addListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
2196
|
-
"target": {
|
|
2197
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2198
|
-
"declaringAssemblyName": "nodejs",
|
|
2199
|
-
"metadataToken": 100664099
|
|
2200
|
-
}
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"tsName": "emit",
|
|
2204
|
-
"isStatic": false,
|
|
2205
|
-
"tsSignatureId": "emit|(System.String,System.Object[]):System.Boolean|static=false",
|
|
2206
|
-
"target": {
|
|
2207
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2208
|
-
"declaringAssemblyName": "nodejs",
|
|
2209
|
-
"metadataToken": 100664100
|
|
2210
|
-
}
|
|
2211
|
-
},
|
|
2212
|
-
{
|
|
2213
|
-
"tsName": "once",
|
|
2214
|
-
"isStatic": true,
|
|
2215
|
-
"tsSignatureId": "once|(nodejs.EventEmitter,System.String):System.Threading.Tasks.Task_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
2216
|
-
"target": {
|
|
2217
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2218
|
-
"declaringAssemblyName": "nodejs",
|
|
2219
|
-
"metadataToken": 100664103
|
|
2220
|
-
}
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"tsName": "eventNames",
|
|
2224
|
-
"isStatic": false,
|
|
2225
|
-
"tsSignatureId": "eventNames|():System.String[]|static=false",
|
|
2226
|
-
"target": {
|
|
2227
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2228
|
-
"declaringAssemblyName": "nodejs",
|
|
2229
|
-
"metadataToken": 100664104
|
|
2230
|
-
}
|
|
2231
|
-
},
|
|
2232
|
-
{
|
|
2233
|
-
"tsName": "getMaxListeners",
|
|
2234
|
-
"isStatic": false,
|
|
2235
|
-
"tsSignatureId": "getMaxListeners|():System.Int32|static=false",
|
|
2236
|
-
"target": {
|
|
2237
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2238
|
-
"declaringAssemblyName": "nodejs",
|
|
2239
|
-
"metadataToken": 100664105
|
|
2240
|
-
}
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"tsName": "listenerCount",
|
|
2244
|
-
"isStatic": false,
|
|
2245
|
-
"tsSignatureId": "listenerCount|(System.String):System.Int32|static=false",
|
|
2246
|
-
"target": {
|
|
2247
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2248
|
-
"declaringAssemblyName": "nodejs",
|
|
2249
|
-
"metadataToken": 100664106
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"tsName": "listeners",
|
|
2254
|
-
"isStatic": false,
|
|
2255
|
-
"tsSignatureId": "listeners|(System.String):System.Delegate[]|static=false",
|
|
2256
|
-
"target": {
|
|
2257
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2258
|
-
"declaringAssemblyName": "nodejs",
|
|
2259
|
-
"metadataToken": 100664107
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"tsName": "off",
|
|
2264
|
-
"isStatic": false,
|
|
2265
|
-
"tsSignatureId": "off|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
2266
|
-
"target": {
|
|
2267
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2268
|
-
"declaringAssemblyName": "nodejs",
|
|
2269
|
-
"metadataToken": 100664108
|
|
2270
|
-
}
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"tsName": "on",
|
|
2274
|
-
"isStatic": false,
|
|
2275
|
-
"tsSignatureId": "on|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
2276
|
-
"target": {
|
|
2277
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2278
|
-
"declaringAssemblyName": "nodejs",
|
|
2279
|
-
"metadataToken": 100664109
|
|
2280
|
-
}
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"tsName": "prependListener",
|
|
2284
|
-
"isStatic": false,
|
|
2285
|
-
"tsSignatureId": "prependListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
2286
|
-
"target": {
|
|
2287
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2288
|
-
"declaringAssemblyName": "nodejs",
|
|
2289
|
-
"metadataToken": 100664111
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"tsName": "prependOnceListener",
|
|
2294
|
-
"isStatic": false,
|
|
2295
|
-
"tsSignatureId": "prependOnceListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
2296
|
-
"target": {
|
|
2297
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2298
|
-
"declaringAssemblyName": "nodejs",
|
|
2299
|
-
"metadataToken": 100664112
|
|
2300
|
-
}
|
|
2301
|
-
},
|
|
2302
|
-
{
|
|
2303
|
-
"tsName": "rawListeners",
|
|
2304
|
-
"isStatic": false,
|
|
2305
|
-
"tsSignatureId": "rawListeners|(System.String):System.Delegate[]|static=false",
|
|
2306
|
-
"target": {
|
|
2307
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2308
|
-
"declaringAssemblyName": "nodejs",
|
|
2309
|
-
"metadataToken": 100664113
|
|
2310
|
-
}
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"tsName": "removeAllListeners",
|
|
2314
|
-
"isStatic": false,
|
|
2315
|
-
"tsSignatureId": "removeAllListeners|(System.String):nodejs.EventEmitter|static=false",
|
|
2316
|
-
"target": {
|
|
2317
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2318
|
-
"declaringAssemblyName": "nodejs",
|
|
2319
|
-
"metadataToken": 100664114
|
|
2320
|
-
}
|
|
2321
|
-
},
|
|
2322
|
-
{
|
|
2323
|
-
"tsName": "removeListener",
|
|
2324
|
-
"isStatic": false,
|
|
2325
|
-
"tsSignatureId": "removeListener|(System.String,System.Delegate):nodejs.EventEmitter|static=false",
|
|
2326
|
-
"target": {
|
|
2327
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2328
|
-
"declaringAssemblyName": "nodejs",
|
|
2329
|
-
"metadataToken": 100664115
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
"tsName": "setMaxListeners",
|
|
2334
|
-
"isStatic": false,
|
|
2335
|
-
"tsSignatureId": "setMaxListeners|(System.Int32):nodejs.EventEmitter|static=false",
|
|
2336
|
-
"target": {
|
|
2337
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2338
|
-
"declaringAssemblyName": "nodejs",
|
|
2339
|
-
"metadataToken": 100664116
|
|
2340
|
-
}
|
|
2341
|
-
}
|
|
2342
|
-
],
|
|
2343
|
-
"exposedProperties": [
|
|
2344
|
-
{
|
|
2345
|
-
"tsName": "statusCode",
|
|
2346
|
-
"isStatic": false,
|
|
2347
|
-
"tsSignatureId": "statusCode|:System.Int32|static=false|accessor=getset",
|
|
2348
|
-
"target": {
|
|
2349
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2350
|
-
"declaringAssemblyName": "nodejs",
|
|
2351
|
-
"metadataToken": 385876387
|
|
2352
|
-
}
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"tsName": "statusMessage",
|
|
2356
|
-
"isStatic": false,
|
|
2357
|
-
"tsSignatureId": "statusMessage|:System.String|static=false|accessor=getset",
|
|
2358
|
-
"target": {
|
|
2359
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2360
|
-
"declaringAssemblyName": "nodejs",
|
|
2361
|
-
"metadataToken": 385876388
|
|
2362
|
-
}
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"tsName": "headersSent",
|
|
2366
|
-
"isStatic": false,
|
|
2367
|
-
"tsSignatureId": "headersSent|:System.Boolean|static=false|accessor=get",
|
|
2368
|
-
"target": {
|
|
2369
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2370
|
-
"declaringAssemblyName": "nodejs",
|
|
2371
|
-
"metadataToken": 385876389
|
|
2372
|
-
}
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"tsName": "finished",
|
|
2376
|
-
"isStatic": false,
|
|
2377
|
-
"tsSignatureId": "finished|:System.Boolean|static=false|accessor=get",
|
|
2378
|
-
"target": {
|
|
2379
|
-
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2380
|
-
"declaringAssemblyName": "nodejs",
|
|
2381
|
-
"metadataToken": 385876390
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"tsName": "defaultMaxListeners",
|
|
2386
|
-
"isStatic": true,
|
|
2387
|
-
"tsSignatureId": "defaultMaxListeners|:System.Int32|static=true|accessor=getset",
|
|
2388
|
-
"target": {
|
|
2389
|
-
"declaringClrType": "nodejs.EventEmitter",
|
|
2390
|
-
"declaringAssemblyName": "nodejs",
|
|
2391
|
-
"metadataToken": 385876120
|
|
2392
|
-
}
|
|
2393
|
-
}
|
|
2394
|
-
]
|
|
1462
|
+
"constructors": []
|
|
2395
1463
|
},
|
|
2396
1464
|
{
|
|
2397
1465
|
"stableId": "nodejs:nodejs.Http.TypeError",
|
|
2398
1466
|
"clrName": "nodejs.Http.TypeError",
|
|
2399
|
-
"tsEmitName": "TypeError",
|
|
2400
1467
|
"assemblyName": "nodejs",
|
|
2401
1468
|
"metadataToken": 0,
|
|
1469
|
+
"kind": "Class",
|
|
1470
|
+
"accessibility": "Public",
|
|
1471
|
+
"isAbstract": false,
|
|
1472
|
+
"isSealed": false,
|
|
1473
|
+
"isStatic": false,
|
|
1474
|
+
"arity": 0,
|
|
1475
|
+
"baseType": {
|
|
1476
|
+
"stableId": "System.Private.CoreLib:System.Exception",
|
|
1477
|
+
"clrName": "System.Exception"
|
|
1478
|
+
},
|
|
1479
|
+
"interfaces": [
|
|
1480
|
+
{
|
|
1481
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
1482
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
1483
|
+
}
|
|
1484
|
+
],
|
|
2402
1485
|
"methods": [],
|
|
2403
1486
|
"properties": [],
|
|
2404
1487
|
"fields": [],
|
|
@@ -2406,44 +1489,49 @@
|
|
|
2406
1489
|
"constructors": [
|
|
2407
1490
|
{
|
|
2408
1491
|
"stableId": "nodejs:nodejs.Http.TypeError::.ctor(System.String):void",
|
|
2409
|
-
"metadataToken":
|
|
1492
|
+
"metadataToken": 100665179,
|
|
2410
1493
|
"canonicalSignature": "(System.String):void",
|
|
2411
1494
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2412
1495
|
"isStatic": false,
|
|
2413
1496
|
"parameterCount": 1,
|
|
1497
|
+
"visibility": "Public",
|
|
2414
1498
|
"declaringClrType": "nodejs.Http.TypeError",
|
|
2415
1499
|
"declaringAssemblyName": "nodejs"
|
|
2416
1500
|
}
|
|
2417
|
-
],
|
|
2418
|
-
"exposedConstructors": [
|
|
2419
|
-
{
|
|
2420
|
-
"isStatic": false,
|
|
2421
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
2422
|
-
"target": {
|
|
2423
|
-
"declaringClrType": "nodejs.Http.TypeError",
|
|
2424
|
-
"declaringAssemblyName": "nodejs",
|
|
2425
|
-
"metadataToken": 100665017
|
|
2426
|
-
}
|
|
2427
|
-
}
|
|
2428
1501
|
]
|
|
2429
1502
|
},
|
|
2430
1503
|
{
|
|
2431
1504
|
"stableId": "nodejs:nodejs.Http.http",
|
|
2432
1505
|
"clrName": "nodejs.Http.http",
|
|
2433
|
-
"tsEmitName": "http",
|
|
2434
1506
|
"assemblyName": "nodejs",
|
|
2435
1507
|
"metadataToken": 0,
|
|
1508
|
+
"kind": "StaticNamespace",
|
|
1509
|
+
"accessibility": "Public",
|
|
1510
|
+
"isAbstract": true,
|
|
1511
|
+
"isSealed": true,
|
|
1512
|
+
"isStatic": true,
|
|
1513
|
+
"arity": 0,
|
|
1514
|
+
"baseType": {
|
|
1515
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1516
|
+
"clrName": "System.Object"
|
|
1517
|
+
},
|
|
2436
1518
|
"methods": [
|
|
2437
1519
|
{
|
|
2438
1520
|
"stableId": "nodejs:nodejs.Http.http::createServer(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.Server",
|
|
2439
1521
|
"clrName": "createServer",
|
|
2440
|
-
"
|
|
2441
|
-
"metadataToken": 100665008,
|
|
1522
|
+
"metadataToken": 100665170,
|
|
2442
1523
|
"canonicalSignature": "(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.Server",
|
|
2443
1524
|
"normalizedSignature": "createServer|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.Server|static=true",
|
|
2444
1525
|
"emitScope": "ClassSurface",
|
|
1526
|
+
"provenance": "Original",
|
|
2445
1527
|
"arity": 0,
|
|
2446
1528
|
"parameterCount": 1,
|
|
1529
|
+
"isStatic": true,
|
|
1530
|
+
"isAbstract": false,
|
|
1531
|
+
"isVirtual": false,
|
|
1532
|
+
"isOverride": false,
|
|
1533
|
+
"isSealed": false,
|
|
1534
|
+
"visibility": "Public",
|
|
2447
1535
|
"declaringClrType": "nodejs.Http.http",
|
|
2448
1536
|
"declaringAssemblyName": "nodejs",
|
|
2449
1537
|
"isExtensionMethod": false
|
|
@@ -2451,13 +1539,19 @@
|
|
|
2451
1539
|
{
|
|
2452
1540
|
"stableId": "nodejs:nodejs.Http.http::request(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2453
1541
|
"clrName": "request",
|
|
2454
|
-
"
|
|
2455
|
-
"metadataToken": 100665009,
|
|
1542
|
+
"metadataToken": 100665171,
|
|
2456
1543
|
"canonicalSignature": "(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2457
1544
|
"normalizedSignature": "request|(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
2458
1545
|
"emitScope": "ClassSurface",
|
|
1546
|
+
"provenance": "Original",
|
|
2459
1547
|
"arity": 0,
|
|
2460
1548
|
"parameterCount": 2,
|
|
1549
|
+
"isStatic": true,
|
|
1550
|
+
"isAbstract": false,
|
|
1551
|
+
"isVirtual": false,
|
|
1552
|
+
"isOverride": false,
|
|
1553
|
+
"isSealed": false,
|
|
1554
|
+
"visibility": "Public",
|
|
2461
1555
|
"declaringClrType": "nodejs.Http.http",
|
|
2462
1556
|
"declaringAssemblyName": "nodejs",
|
|
2463
1557
|
"isExtensionMethod": false
|
|
@@ -2465,13 +1559,19 @@
|
|
|
2465
1559
|
{
|
|
2466
1560
|
"stableId": "nodejs:nodejs.Http.http::request(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2467
1561
|
"clrName": "request",
|
|
2468
|
-
"
|
|
2469
|
-
"metadataToken": 100665010,
|
|
1562
|
+
"metadataToken": 100665172,
|
|
2470
1563
|
"canonicalSignature": "(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2471
1564
|
"normalizedSignature": "request|(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
2472
1565
|
"emitScope": "ClassSurface",
|
|
1566
|
+
"provenance": "Original",
|
|
2473
1567
|
"arity": 0,
|
|
2474
1568
|
"parameterCount": 2,
|
|
1569
|
+
"isStatic": true,
|
|
1570
|
+
"isAbstract": false,
|
|
1571
|
+
"isVirtual": false,
|
|
1572
|
+
"isOverride": false,
|
|
1573
|
+
"isSealed": false,
|
|
1574
|
+
"visibility": "Public",
|
|
2475
1575
|
"declaringClrType": "nodejs.Http.http",
|
|
2476
1576
|
"declaringAssemblyName": "nodejs",
|
|
2477
1577
|
"isExtensionMethod": false
|
|
@@ -2479,13 +1579,19 @@
|
|
|
2479
1579
|
{
|
|
2480
1580
|
"stableId": "nodejs:nodejs.Http.http::get(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2481
1581
|
"clrName": "get",
|
|
2482
|
-
"
|
|
2483
|
-
"metadataToken": 100665011,
|
|
1582
|
+
"metadataToken": 100665173,
|
|
2484
1583
|
"canonicalSignature": "(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2485
1584
|
"normalizedSignature": "get|(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
2486
1585
|
"emitScope": "ClassSurface",
|
|
1586
|
+
"provenance": "Original",
|
|
2487
1587
|
"arity": 0,
|
|
2488
1588
|
"parameterCount": 2,
|
|
1589
|
+
"isStatic": true,
|
|
1590
|
+
"isAbstract": false,
|
|
1591
|
+
"isVirtual": false,
|
|
1592
|
+
"isOverride": false,
|
|
1593
|
+
"isSealed": false,
|
|
1594
|
+
"visibility": "Public",
|
|
2489
1595
|
"declaringClrType": "nodejs.Http.http",
|
|
2490
1596
|
"declaringAssemblyName": "nodejs",
|
|
2491
1597
|
"isExtensionMethod": false
|
|
@@ -2493,13 +1599,19 @@
|
|
|
2493
1599
|
{
|
|
2494
1600
|
"stableId": "nodejs:nodejs.Http.http::get(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2495
1601
|
"clrName": "get",
|
|
2496
|
-
"
|
|
2497
|
-
"metadataToken": 100665012,
|
|
1602
|
+
"metadataToken": 100665174,
|
|
2498
1603
|
"canonicalSignature": "(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2499
1604
|
"normalizedSignature": "get|(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
2500
1605
|
"emitScope": "ClassSurface",
|
|
1606
|
+
"provenance": "Original",
|
|
2501
1607
|
"arity": 0,
|
|
2502
1608
|
"parameterCount": 2,
|
|
1609
|
+
"isStatic": true,
|
|
1610
|
+
"isAbstract": false,
|
|
1611
|
+
"isVirtual": false,
|
|
1612
|
+
"isOverride": false,
|
|
1613
|
+
"isSealed": false,
|
|
1614
|
+
"visibility": "Public",
|
|
2503
1615
|
"declaringClrType": "nodejs.Http.http",
|
|
2504
1616
|
"declaringAssemblyName": "nodejs",
|
|
2505
1617
|
"isExtensionMethod": false
|
|
@@ -2507,13 +1619,19 @@
|
|
|
2507
1619
|
{
|
|
2508
1620
|
"stableId": "nodejs:nodejs.Http.http::validateHeaderName(System.String):System.Void",
|
|
2509
1621
|
"clrName": "validateHeaderName",
|
|
2510
|
-
"
|
|
2511
|
-
"metadataToken": 100665013,
|
|
1622
|
+
"metadataToken": 100665175,
|
|
2512
1623
|
"canonicalSignature": "(System.String):System.Void",
|
|
2513
1624
|
"normalizedSignature": "validateHeaderName|(System.String):System.Void|static=true",
|
|
2514
1625
|
"emitScope": "ClassSurface",
|
|
1626
|
+
"provenance": "Original",
|
|
2515
1627
|
"arity": 0,
|
|
2516
1628
|
"parameterCount": 1,
|
|
1629
|
+
"isStatic": true,
|
|
1630
|
+
"isAbstract": false,
|
|
1631
|
+
"isVirtual": false,
|
|
1632
|
+
"isOverride": false,
|
|
1633
|
+
"isSealed": false,
|
|
1634
|
+
"visibility": "Public",
|
|
2517
1635
|
"declaringClrType": "nodejs.Http.http",
|
|
2518
1636
|
"declaringAssemblyName": "nodejs",
|
|
2519
1637
|
"isExtensionMethod": false
|
|
@@ -2521,13 +1639,19 @@
|
|
|
2521
1639
|
{
|
|
2522
1640
|
"stableId": "nodejs:nodejs.Http.http::validateHeaderValue(System.String,System.Object):System.Void",
|
|
2523
1641
|
"clrName": "validateHeaderValue",
|
|
2524
|
-
"
|
|
2525
|
-
"metadataToken": 100665014,
|
|
1642
|
+
"metadataToken": 100665176,
|
|
2526
1643
|
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
2527
1644
|
"normalizedSignature": "validateHeaderValue|(System.String,System.Object):System.Void|static=true",
|
|
2528
1645
|
"emitScope": "ClassSurface",
|
|
1646
|
+
"provenance": "Original",
|
|
2529
1647
|
"arity": 0,
|
|
2530
1648
|
"parameterCount": 2,
|
|
1649
|
+
"isStatic": true,
|
|
1650
|
+
"isAbstract": false,
|
|
1651
|
+
"isVirtual": false,
|
|
1652
|
+
"isOverride": false,
|
|
1653
|
+
"isSealed": false,
|
|
1654
|
+
"visibility": "Public",
|
|
2531
1655
|
"declaringClrType": "nodejs.Http.http",
|
|
2532
1656
|
"declaringAssemblyName": "nodejs",
|
|
2533
1657
|
"isExtensionMethod": false
|
|
@@ -2537,177 +1661,83 @@
|
|
|
2537
1661
|
{
|
|
2538
1662
|
"stableId": "nodejs:nodejs.Http.http::globalAgent_maxSockets:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2539
1663
|
"clrName": "globalAgent_maxSockets",
|
|
2540
|
-
"
|
|
2541
|
-
"metadataToken": 385876357,
|
|
1664
|
+
"metadataToken": 385876376,
|
|
2542
1665
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2543
1666
|
"normalizedSignature": "globalAgent_maxSockets|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true|accessor=getset",
|
|
2544
1667
|
"emitScope": "ClassSurface",
|
|
1668
|
+
"provenance": "Original",
|
|
2545
1669
|
"isIndexer": false,
|
|
2546
1670
|
"hasGetter": true,
|
|
2547
1671
|
"hasSetter": true,
|
|
1672
|
+
"isStatic": true,
|
|
1673
|
+
"isAbstract": false,
|
|
1674
|
+
"isVirtual": false,
|
|
1675
|
+
"isOverride": false,
|
|
1676
|
+
"visibility": "Public",
|
|
2548
1677
|
"declaringClrType": "nodejs.Http.http",
|
|
2549
1678
|
"declaringAssemblyName": "nodejs"
|
|
2550
1679
|
},
|
|
2551
1680
|
{
|
|
2552
1681
|
"stableId": "nodejs:nodejs.Http.http::globalAgent_maxFreeSockets:System.Int32",
|
|
2553
1682
|
"clrName": "globalAgent_maxFreeSockets",
|
|
2554
|
-
"
|
|
2555
|
-
"metadataToken": 385876358,
|
|
1683
|
+
"metadataToken": 385876377,
|
|
2556
1684
|
"canonicalSignature": ":System.Int32",
|
|
2557
1685
|
"normalizedSignature": "globalAgent_maxFreeSockets|:System.Int32|static=true|accessor=getset",
|
|
2558
1686
|
"emitScope": "ClassSurface",
|
|
1687
|
+
"provenance": "Original",
|
|
2559
1688
|
"isIndexer": false,
|
|
2560
1689
|
"hasGetter": true,
|
|
2561
1690
|
"hasSetter": true,
|
|
1691
|
+
"isStatic": true,
|
|
1692
|
+
"isAbstract": false,
|
|
1693
|
+
"isVirtual": false,
|
|
1694
|
+
"isOverride": false,
|
|
1695
|
+
"visibility": "Public",
|
|
2562
1696
|
"declaringClrType": "nodejs.Http.http",
|
|
2563
1697
|
"declaringAssemblyName": "nodejs"
|
|
2564
1698
|
},
|
|
2565
1699
|
{
|
|
2566
1700
|
"stableId": "nodejs:nodejs.Http.http::globalAgent_timeout:System.Int32",
|
|
2567
1701
|
"clrName": "globalAgent_timeout",
|
|
2568
|
-
"
|
|
2569
|
-
"metadataToken": 385876359,
|
|
1702
|
+
"metadataToken": 385876378,
|
|
2570
1703
|
"canonicalSignature": ":System.Int32",
|
|
2571
1704
|
"normalizedSignature": "globalAgent_timeout|:System.Int32|static=true|accessor=getset",
|
|
2572
1705
|
"emitScope": "ClassSurface",
|
|
1706
|
+
"provenance": "Original",
|
|
2573
1707
|
"isIndexer": false,
|
|
2574
1708
|
"hasGetter": true,
|
|
2575
1709
|
"hasSetter": true,
|
|
1710
|
+
"isStatic": true,
|
|
1711
|
+
"isAbstract": false,
|
|
1712
|
+
"isVirtual": false,
|
|
1713
|
+
"isOverride": false,
|
|
1714
|
+
"visibility": "Public",
|
|
2576
1715
|
"declaringClrType": "nodejs.Http.http",
|
|
2577
1716
|
"declaringAssemblyName": "nodejs"
|
|
2578
1717
|
},
|
|
2579
1718
|
{
|
|
2580
1719
|
"stableId": "nodejs:nodejs.Http.http::maxHeaderSize:System.Int32",
|
|
2581
1720
|
"clrName": "maxHeaderSize",
|
|
2582
|
-
"
|
|
2583
|
-
"metadataToken": 385876360,
|
|
1721
|
+
"metadataToken": 385876379,
|
|
2584
1722
|
"canonicalSignature": ":System.Int32",
|
|
2585
1723
|
"normalizedSignature": "maxHeaderSize|:System.Int32|static=true|accessor=getset",
|
|
2586
1724
|
"emitScope": "ClassSurface",
|
|
1725
|
+
"provenance": "Original",
|
|
2587
1726
|
"isIndexer": false,
|
|
2588
1727
|
"hasGetter": true,
|
|
2589
1728
|
"hasSetter": true,
|
|
1729
|
+
"isStatic": true,
|
|
1730
|
+
"isAbstract": false,
|
|
1731
|
+
"isVirtual": false,
|
|
1732
|
+
"isOverride": false,
|
|
1733
|
+
"visibility": "Public",
|
|
2590
1734
|
"declaringClrType": "nodejs.Http.http",
|
|
2591
1735
|
"declaringAssemblyName": "nodejs"
|
|
2592
1736
|
}
|
|
2593
1737
|
],
|
|
2594
1738
|
"fields": [],
|
|
2595
1739
|
"events": [],
|
|
2596
|
-
"constructors": []
|
|
2597
|
-
"exposedMethods": [
|
|
2598
|
-
{
|
|
2599
|
-
"tsName": "createServer",
|
|
2600
|
-
"isStatic": true,
|
|
2601
|
-
"tsSignatureId": "createServer|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.Server|static=true",
|
|
2602
|
-
"target": {
|
|
2603
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2604
|
-
"declaringAssemblyName": "nodejs",
|
|
2605
|
-
"metadataToken": 100665008
|
|
2606
|
-
}
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"tsName": "request",
|
|
2610
|
-
"isStatic": true,
|
|
2611
|
-
"tsSignatureId": "request|(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
2612
|
-
"target": {
|
|
2613
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2614
|
-
"declaringAssemblyName": "nodejs",
|
|
2615
|
-
"metadataToken": 100665009
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
|
-
{
|
|
2619
|
-
"tsName": "request",
|
|
2620
|
-
"isStatic": true,
|
|
2621
|
-
"tsSignatureId": "request|(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
2622
|
-
"target": {
|
|
2623
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2624
|
-
"declaringAssemblyName": "nodejs",
|
|
2625
|
-
"metadataToken": 100665010
|
|
2626
|
-
}
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"tsName": "get",
|
|
2630
|
-
"isStatic": true,
|
|
2631
|
-
"tsSignatureId": "get|(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
2632
|
-
"target": {
|
|
2633
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2634
|
-
"declaringAssemblyName": "nodejs",
|
|
2635
|
-
"metadataToken": 100665011
|
|
2636
|
-
}
|
|
2637
|
-
},
|
|
2638
|
-
{
|
|
2639
|
-
"tsName": "get",
|
|
2640
|
-
"isStatic": true,
|
|
2641
|
-
"tsSignatureId": "get|(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
2642
|
-
"target": {
|
|
2643
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2644
|
-
"declaringAssemblyName": "nodejs",
|
|
2645
|
-
"metadataToken": 100665012
|
|
2646
|
-
}
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"tsName": "validateHeaderName",
|
|
2650
|
-
"isStatic": true,
|
|
2651
|
-
"tsSignatureId": "validateHeaderName|(System.String):System.Void|static=true",
|
|
2652
|
-
"target": {
|
|
2653
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2654
|
-
"declaringAssemblyName": "nodejs",
|
|
2655
|
-
"metadataToken": 100665013
|
|
2656
|
-
}
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"tsName": "validateHeaderValue",
|
|
2660
|
-
"isStatic": true,
|
|
2661
|
-
"tsSignatureId": "validateHeaderValue|(System.String,System.Object):System.Void|static=true",
|
|
2662
|
-
"target": {
|
|
2663
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2664
|
-
"declaringAssemblyName": "nodejs",
|
|
2665
|
-
"metadataToken": 100665014
|
|
2666
|
-
}
|
|
2667
|
-
}
|
|
2668
|
-
],
|
|
2669
|
-
"exposedProperties": [
|
|
2670
|
-
{
|
|
2671
|
-
"tsName": "globalAgent_maxSockets",
|
|
2672
|
-
"isStatic": true,
|
|
2673
|
-
"tsSignatureId": "globalAgent_maxSockets|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true|accessor=getset",
|
|
2674
|
-
"target": {
|
|
2675
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2676
|
-
"declaringAssemblyName": "nodejs",
|
|
2677
|
-
"metadataToken": 385876357
|
|
2678
|
-
}
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"tsName": "globalAgent_maxFreeSockets",
|
|
2682
|
-
"isStatic": true,
|
|
2683
|
-
"tsSignatureId": "globalAgent_maxFreeSockets|:System.Int32|static=true|accessor=getset",
|
|
2684
|
-
"target": {
|
|
2685
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2686
|
-
"declaringAssemblyName": "nodejs",
|
|
2687
|
-
"metadataToken": 385876358
|
|
2688
|
-
}
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"tsName": "globalAgent_timeout",
|
|
2692
|
-
"isStatic": true,
|
|
2693
|
-
"tsSignatureId": "globalAgent_timeout|:System.Int32|static=true|accessor=getset",
|
|
2694
|
-
"target": {
|
|
2695
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2696
|
-
"declaringAssemblyName": "nodejs",
|
|
2697
|
-
"metadataToken": 385876359
|
|
2698
|
-
}
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
"tsName": "maxHeaderSize",
|
|
2702
|
-
"isStatic": true,
|
|
2703
|
-
"tsSignatureId": "maxHeaderSize|:System.Int32|static=true|accessor=getset",
|
|
2704
|
-
"target": {
|
|
2705
|
-
"declaringClrType": "nodejs.Http.http",
|
|
2706
|
-
"declaringAssemblyName": "nodejs",
|
|
2707
|
-
"metadataToken": 385876360
|
|
2708
|
-
}
|
|
2709
|
-
}
|
|
2710
|
-
]
|
|
1740
|
+
"constructors": []
|
|
2711
1741
|
}
|
|
2712
1742
|
]
|
|
2713
1743
|
}
|