@tsonic/nodejs 0.4.5 → 10.0.1
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 +12 -4
- package/index/bindings.json +14811 -27320
- package/index/internal/index.d.ts +122 -122
- package/nodejs.Http/bindings.json +534 -1585
- package/nodejs.Http/internal/index.d.ts +2 -2
- 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,77 @@
|
|
|
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
|
-
"tsEmitName": "port",
|
|
16
27
|
"metadataToken": 385876384,
|
|
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,
|
|
23
39
|
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
24
40
|
"declaringAssemblyName": "nodejs"
|
|
25
41
|
},
|
|
26
42
|
{
|
|
27
43
|
"stableId": "nodejs:nodejs.Http.AddressInfo::family:System.String",
|
|
28
44
|
"clrName": "family",
|
|
29
|
-
"tsEmitName": "family",
|
|
30
45
|
"metadataToken": 385876385,
|
|
31
46
|
"canonicalSignature": ":System.String",
|
|
32
47
|
"normalizedSignature": "family|:System.String|static=false|accessor=getset",
|
|
33
48
|
"emitScope": "ClassSurface",
|
|
49
|
+
"provenance": "Original",
|
|
34
50
|
"isIndexer": false,
|
|
35
51
|
"hasGetter": true,
|
|
36
52
|
"hasSetter": true,
|
|
53
|
+
"isStatic": false,
|
|
54
|
+
"isAbstract": false,
|
|
55
|
+
"isVirtual": false,
|
|
56
|
+
"isOverride": false,
|
|
37
57
|
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
38
58
|
"declaringAssemblyName": "nodejs"
|
|
39
59
|
},
|
|
40
60
|
{
|
|
41
61
|
"stableId": "nodejs:nodejs.Http.AddressInfo::address:System.String",
|
|
42
62
|
"clrName": "address",
|
|
43
|
-
"tsEmitName": "address",
|
|
44
63
|
"metadataToken": 385876386,
|
|
45
64
|
"canonicalSignature": ":System.String",
|
|
46
65
|
"normalizedSignature": "address|:System.String|static=false|accessor=getset",
|
|
47
66
|
"emitScope": "ClassSurface",
|
|
67
|
+
"provenance": "Original",
|
|
48
68
|
"isIndexer": false,
|
|
49
69
|
"hasGetter": true,
|
|
50
70
|
"hasSetter": true,
|
|
71
|
+
"isStatic": false,
|
|
72
|
+
"isAbstract": false,
|
|
73
|
+
"isVirtual": false,
|
|
74
|
+
"isOverride": false,
|
|
51
75
|
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
52
76
|
"declaringAssemblyName": "nodejs"
|
|
53
77
|
}
|
|
@@ -65,68 +89,39 @@
|
|
|
65
89
|
"declaringClrType": "nodejs.Http.AddressInfo",
|
|
66
90
|
"declaringAssemblyName": "nodejs"
|
|
67
91
|
}
|
|
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
92
|
]
|
|
112
93
|
},
|
|
113
94
|
{
|
|
114
95
|
"stableId": "nodejs:nodejs.Http.ClientRequest",
|
|
115
96
|
"clrName": "nodejs.Http.ClientRequest",
|
|
116
|
-
"tsEmitName": "ClientRequest",
|
|
117
97
|
"assemblyName": "nodejs",
|
|
118
98
|
"metadataToken": 0,
|
|
99
|
+
"kind": "Class",
|
|
100
|
+
"accessibility": "Public",
|
|
101
|
+
"isAbstract": false,
|
|
102
|
+
"isSealed": false,
|
|
103
|
+
"isStatic": false,
|
|
104
|
+
"arity": 0,
|
|
105
|
+
"baseType": {
|
|
106
|
+
"stableId": "nodejs:nodejs.EventEmitter",
|
|
107
|
+
"clrName": "nodejs.EventEmitter"
|
|
108
|
+
},
|
|
119
109
|
"methods": [
|
|
120
110
|
{
|
|
121
111
|
"stableId": "nodejs:nodejs.Http.ClientRequest::setHeader(System.String,System.String):System.Void",
|
|
122
112
|
"clrName": "setHeader",
|
|
123
|
-
"tsEmitName": "setHeader",
|
|
124
113
|
"metadataToken": 100664991,
|
|
125
114
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
126
115
|
"normalizedSignature": "setHeader|(System.String,System.String):System.Void|static=false",
|
|
127
116
|
"emitScope": "ClassSurface",
|
|
117
|
+
"provenance": "Original",
|
|
128
118
|
"arity": 0,
|
|
129
119
|
"parameterCount": 2,
|
|
120
|
+
"isStatic": false,
|
|
121
|
+
"isAbstract": false,
|
|
122
|
+
"isVirtual": false,
|
|
123
|
+
"isOverride": false,
|
|
124
|
+
"isSealed": false,
|
|
130
125
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
131
126
|
"declaringAssemblyName": "nodejs",
|
|
132
127
|
"isExtensionMethod": false
|
|
@@ -134,13 +129,18 @@
|
|
|
134
129
|
{
|
|
135
130
|
"stableId": "nodejs:nodejs.Http.ClientRequest::getHeader(System.String):System.String",
|
|
136
131
|
"clrName": "getHeader",
|
|
137
|
-
"tsEmitName": "getHeader",
|
|
138
132
|
"metadataToken": 100664992,
|
|
139
133
|
"canonicalSignature": "(System.String):System.String",
|
|
140
134
|
"normalizedSignature": "getHeader|(System.String):System.String|static=false",
|
|
141
135
|
"emitScope": "ClassSurface",
|
|
136
|
+
"provenance": "Original",
|
|
142
137
|
"arity": 0,
|
|
143
138
|
"parameterCount": 1,
|
|
139
|
+
"isStatic": false,
|
|
140
|
+
"isAbstract": false,
|
|
141
|
+
"isVirtual": false,
|
|
142
|
+
"isOverride": false,
|
|
143
|
+
"isSealed": false,
|
|
144
144
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
145
145
|
"declaringAssemblyName": "nodejs",
|
|
146
146
|
"isExtensionMethod": false
|
|
@@ -148,13 +148,18 @@
|
|
|
148
148
|
{
|
|
149
149
|
"stableId": "nodejs:nodejs.Http.ClientRequest::getHeaderNames():System.String[]",
|
|
150
150
|
"clrName": "getHeaderNames",
|
|
151
|
-
"tsEmitName": "getHeaderNames",
|
|
152
151
|
"metadataToken": 100664993,
|
|
153
152
|
"canonicalSignature": "():System.String[]",
|
|
154
153
|
"normalizedSignature": "getHeaderNames|():System.String[]|static=false",
|
|
155
154
|
"emitScope": "ClassSurface",
|
|
155
|
+
"provenance": "Original",
|
|
156
156
|
"arity": 0,
|
|
157
157
|
"parameterCount": 0,
|
|
158
|
+
"isStatic": false,
|
|
159
|
+
"isAbstract": false,
|
|
160
|
+
"isVirtual": false,
|
|
161
|
+
"isOverride": false,
|
|
162
|
+
"isSealed": false,
|
|
158
163
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
159
164
|
"declaringAssemblyName": "nodejs",
|
|
160
165
|
"isExtensionMethod": false
|
|
@@ -162,13 +167,18 @@
|
|
|
162
167
|
{
|
|
163
168
|
"stableId": "nodejs:nodejs.Http.ClientRequest::removeHeader(System.String):System.Void",
|
|
164
169
|
"clrName": "removeHeader",
|
|
165
|
-
"tsEmitName": "removeHeader",
|
|
166
170
|
"metadataToken": 100664994,
|
|
167
171
|
"canonicalSignature": "(System.String):System.Void",
|
|
168
172
|
"normalizedSignature": "removeHeader|(System.String):System.Void|static=false",
|
|
169
173
|
"emitScope": "ClassSurface",
|
|
174
|
+
"provenance": "Original",
|
|
170
175
|
"arity": 0,
|
|
171
176
|
"parameterCount": 1,
|
|
177
|
+
"isStatic": false,
|
|
178
|
+
"isAbstract": false,
|
|
179
|
+
"isVirtual": false,
|
|
180
|
+
"isOverride": false,
|
|
181
|
+
"isSealed": false,
|
|
172
182
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
173
183
|
"declaringAssemblyName": "nodejs",
|
|
174
184
|
"isExtensionMethod": false
|
|
@@ -176,13 +186,18 @@
|
|
|
176
186
|
{
|
|
177
187
|
"stableId": "nodejs:nodejs.Http.ClientRequest::write(System.String,System.String,System.Action):System.Boolean",
|
|
178
188
|
"clrName": "write",
|
|
179
|
-
"tsEmitName": "write",
|
|
180
189
|
"metadataToken": 100664995,
|
|
181
190
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Boolean",
|
|
182
191
|
"normalizedSignature": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
|
|
183
192
|
"emitScope": "ClassSurface",
|
|
193
|
+
"provenance": "Original",
|
|
184
194
|
"arity": 0,
|
|
185
195
|
"parameterCount": 3,
|
|
196
|
+
"isStatic": false,
|
|
197
|
+
"isAbstract": false,
|
|
198
|
+
"isVirtual": false,
|
|
199
|
+
"isOverride": false,
|
|
200
|
+
"isSealed": false,
|
|
186
201
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
187
202
|
"declaringAssemblyName": "nodejs",
|
|
188
203
|
"isExtensionMethod": false
|
|
@@ -190,13 +205,18 @@
|
|
|
190
205
|
{
|
|
191
206
|
"stableId": "nodejs:nodejs.Http.ClientRequest::end(System.String,System.String,System.Action):System.Threading.Tasks.Task",
|
|
192
207
|
"clrName": "end",
|
|
193
|
-
"tsEmitName": "end",
|
|
194
208
|
"metadataToken": 100664996,
|
|
195
209
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Threading.Tasks.Task",
|
|
196
210
|
"normalizedSignature": "end|(System.String,System.String,System.Action):System.Threading.Tasks.Task|static=false",
|
|
197
211
|
"emitScope": "ClassSurface",
|
|
212
|
+
"provenance": "Original",
|
|
198
213
|
"arity": 0,
|
|
199
214
|
"parameterCount": 3,
|
|
215
|
+
"isStatic": false,
|
|
216
|
+
"isAbstract": false,
|
|
217
|
+
"isVirtual": false,
|
|
218
|
+
"isOverride": false,
|
|
219
|
+
"isSealed": false,
|
|
200
220
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
201
221
|
"declaringAssemblyName": "nodejs",
|
|
202
222
|
"isExtensionMethod": false
|
|
@@ -204,13 +224,18 @@
|
|
|
204
224
|
{
|
|
205
225
|
"stableId": "nodejs:nodejs.Http.ClientRequest::abort():System.Void",
|
|
206
226
|
"clrName": "abort",
|
|
207
|
-
"tsEmitName": "abort",
|
|
208
227
|
"metadataToken": 100664998,
|
|
209
228
|
"canonicalSignature": "():System.Void",
|
|
210
229
|
"normalizedSignature": "abort|():System.Void|static=false",
|
|
211
230
|
"emitScope": "ClassSurface",
|
|
231
|
+
"provenance": "Original",
|
|
212
232
|
"arity": 0,
|
|
213
233
|
"parameterCount": 0,
|
|
234
|
+
"isStatic": false,
|
|
235
|
+
"isAbstract": false,
|
|
236
|
+
"isVirtual": false,
|
|
237
|
+
"isOverride": false,
|
|
238
|
+
"isSealed": false,
|
|
214
239
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
215
240
|
"declaringAssemblyName": "nodejs",
|
|
216
241
|
"isExtensionMethod": false
|
|
@@ -218,13 +243,18 @@
|
|
|
218
243
|
{
|
|
219
244
|
"stableId": "nodejs:nodejs.Http.ClientRequest::setTimeout(System.Int32,System.Action):nodejs.Http.ClientRequest",
|
|
220
245
|
"clrName": "setTimeout",
|
|
221
|
-
"tsEmitName": "setTimeout",
|
|
222
246
|
"metadataToken": 100664999,
|
|
223
247
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.ClientRequest",
|
|
224
248
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.ClientRequest|static=false",
|
|
225
249
|
"emitScope": "ClassSurface",
|
|
250
|
+
"provenance": "Original",
|
|
226
251
|
"arity": 0,
|
|
227
252
|
"parameterCount": 2,
|
|
253
|
+
"isStatic": false,
|
|
254
|
+
"isAbstract": false,
|
|
255
|
+
"isVirtual": false,
|
|
256
|
+
"isOverride": false,
|
|
257
|
+
"isSealed": false,
|
|
228
258
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
229
259
|
"declaringAssemblyName": "nodejs",
|
|
230
260
|
"isExtensionMethod": false
|
|
@@ -234,389 +264,129 @@
|
|
|
234
264
|
{
|
|
235
265
|
"stableId": "nodejs:nodejs.Http.ClientRequest::path:System.String",
|
|
236
266
|
"clrName": "path",
|
|
237
|
-
"tsEmitName": "path",
|
|
238
267
|
"metadataToken": 385876352,
|
|
239
268
|
"canonicalSignature": ":System.String",
|
|
240
269
|
"normalizedSignature": "path|:System.String|static=false|accessor=get",
|
|
241
270
|
"emitScope": "ClassSurface",
|
|
271
|
+
"provenance": "Original",
|
|
242
272
|
"isIndexer": false,
|
|
243
273
|
"hasGetter": true,
|
|
244
274
|
"hasSetter": false,
|
|
275
|
+
"isStatic": false,
|
|
276
|
+
"isAbstract": false,
|
|
277
|
+
"isVirtual": false,
|
|
278
|
+
"isOverride": false,
|
|
245
279
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
246
280
|
"declaringAssemblyName": "nodejs"
|
|
247
281
|
},
|
|
248
282
|
{
|
|
249
283
|
"stableId": "nodejs:nodejs.Http.ClientRequest::method:System.String",
|
|
250
284
|
"clrName": "method",
|
|
251
|
-
"tsEmitName": "method",
|
|
252
285
|
"metadataToken": 385876353,
|
|
253
286
|
"canonicalSignature": ":System.String",
|
|
254
287
|
"normalizedSignature": "method|:System.String|static=false|accessor=get",
|
|
255
288
|
"emitScope": "ClassSurface",
|
|
289
|
+
"provenance": "Original",
|
|
256
290
|
"isIndexer": false,
|
|
257
291
|
"hasGetter": true,
|
|
258
292
|
"hasSetter": false,
|
|
293
|
+
"isStatic": false,
|
|
294
|
+
"isAbstract": false,
|
|
295
|
+
"isVirtual": false,
|
|
296
|
+
"isOverride": false,
|
|
259
297
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
260
298
|
"declaringAssemblyName": "nodejs"
|
|
261
299
|
},
|
|
262
300
|
{
|
|
263
301
|
"stableId": "nodejs:nodejs.Http.ClientRequest::host:System.String",
|
|
264
302
|
"clrName": "host",
|
|
265
|
-
"tsEmitName": "host",
|
|
266
303
|
"metadataToken": 385876354,
|
|
267
304
|
"canonicalSignature": ":System.String",
|
|
268
305
|
"normalizedSignature": "host|:System.String|static=false|accessor=get",
|
|
269
306
|
"emitScope": "ClassSurface",
|
|
307
|
+
"provenance": "Original",
|
|
270
308
|
"isIndexer": false,
|
|
271
309
|
"hasGetter": true,
|
|
272
310
|
"hasSetter": false,
|
|
311
|
+
"isStatic": false,
|
|
312
|
+
"isAbstract": false,
|
|
313
|
+
"isVirtual": false,
|
|
314
|
+
"isOverride": false,
|
|
273
315
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
274
316
|
"declaringAssemblyName": "nodejs"
|
|
275
317
|
},
|
|
276
318
|
{
|
|
277
319
|
"stableId": "nodejs:nodejs.Http.ClientRequest::protocol:System.String",
|
|
278
320
|
"clrName": "protocol",
|
|
279
|
-
"tsEmitName": "protocol",
|
|
280
321
|
"metadataToken": 385876355,
|
|
281
322
|
"canonicalSignature": ":System.String",
|
|
282
323
|
"normalizedSignature": "protocol|:System.String|static=false|accessor=get",
|
|
283
324
|
"emitScope": "ClassSurface",
|
|
325
|
+
"provenance": "Original",
|
|
284
326
|
"isIndexer": false,
|
|
285
327
|
"hasGetter": true,
|
|
286
328
|
"hasSetter": false,
|
|
329
|
+
"isStatic": false,
|
|
330
|
+
"isAbstract": false,
|
|
331
|
+
"isVirtual": false,
|
|
332
|
+
"isOverride": false,
|
|
287
333
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
288
334
|
"declaringAssemblyName": "nodejs"
|
|
289
335
|
},
|
|
290
336
|
{
|
|
291
337
|
"stableId": "nodejs:nodejs.Http.ClientRequest::aborted:System.Boolean",
|
|
292
338
|
"clrName": "aborted",
|
|
293
|
-
"tsEmitName": "aborted",
|
|
294
339
|
"metadataToken": 385876356,
|
|
295
340
|
"canonicalSignature": ":System.Boolean",
|
|
296
341
|
"normalizedSignature": "aborted|:System.Boolean|static=false|accessor=get",
|
|
297
342
|
"emitScope": "ClassSurface",
|
|
343
|
+
"provenance": "Original",
|
|
298
344
|
"isIndexer": false,
|
|
299
345
|
"hasGetter": true,
|
|
300
346
|
"hasSetter": false,
|
|
347
|
+
"isStatic": false,
|
|
348
|
+
"isAbstract": false,
|
|
349
|
+
"isVirtual": false,
|
|
350
|
+
"isOverride": false,
|
|
301
351
|
"declaringClrType": "nodejs.Http.ClientRequest",
|
|
302
352
|
"declaringAssemblyName": "nodejs"
|
|
303
353
|
}
|
|
304
354
|
],
|
|
305
355
|
"fields": [],
|
|
306
356
|
"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
|
-
]
|
|
357
|
+
"constructors": []
|
|
602
358
|
},
|
|
603
359
|
{
|
|
604
360
|
"stableId": "nodejs:nodejs.Http.IncomingMessage",
|
|
605
361
|
"clrName": "nodejs.Http.IncomingMessage",
|
|
606
|
-
"tsEmitName": "IncomingMessage",
|
|
607
362
|
"assemblyName": "nodejs",
|
|
608
363
|
"metadataToken": 0,
|
|
364
|
+
"kind": "Class",
|
|
365
|
+
"accessibility": "Public",
|
|
366
|
+
"isAbstract": false,
|
|
367
|
+
"isSealed": false,
|
|
368
|
+
"isStatic": false,
|
|
369
|
+
"arity": 0,
|
|
370
|
+
"baseType": {
|
|
371
|
+
"stableId": "nodejs:nodejs.EventEmitter",
|
|
372
|
+
"clrName": "nodejs.EventEmitter"
|
|
373
|
+
},
|
|
609
374
|
"methods": [
|
|
610
375
|
{
|
|
611
376
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::destroy():System.Void",
|
|
612
377
|
"clrName": "destroy",
|
|
613
|
-
"tsEmitName": "destroy",
|
|
614
378
|
"metadataToken": 100665028,
|
|
615
379
|
"canonicalSignature": "():System.Void",
|
|
616
380
|
"normalizedSignature": "destroy|():System.Void|static=false",
|
|
617
381
|
"emitScope": "ClassSurface",
|
|
382
|
+
"provenance": "Original",
|
|
618
383
|
"arity": 0,
|
|
619
384
|
"parameterCount": 0,
|
|
385
|
+
"isStatic": false,
|
|
386
|
+
"isAbstract": false,
|
|
387
|
+
"isVirtual": false,
|
|
388
|
+
"isOverride": false,
|
|
389
|
+
"isSealed": false,
|
|
620
390
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
621
391
|
"declaringAssemblyName": "nodejs",
|
|
622
392
|
"isExtensionMethod": false
|
|
@@ -624,13 +394,18 @@
|
|
|
624
394
|
{
|
|
625
395
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::setTimeout(System.Int32,System.Action):nodejs.Http.IncomingMessage",
|
|
626
396
|
"clrName": "setTimeout",
|
|
627
|
-
"tsEmitName": "setTimeout",
|
|
628
397
|
"metadataToken": 100665029,
|
|
629
398
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.IncomingMessage",
|
|
630
399
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.IncomingMessage|static=false",
|
|
631
400
|
"emitScope": "ClassSurface",
|
|
401
|
+
"provenance": "Original",
|
|
632
402
|
"arity": 0,
|
|
633
403
|
"parameterCount": 2,
|
|
404
|
+
"isStatic": false,
|
|
405
|
+
"isAbstract": false,
|
|
406
|
+
"isVirtual": false,
|
|
407
|
+
"isOverride": false,
|
|
408
|
+
"isSealed": false,
|
|
634
409
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
635
410
|
"declaringAssemblyName": "nodejs",
|
|
636
411
|
"isExtensionMethod": false
|
|
@@ -638,13 +413,18 @@
|
|
|
638
413
|
{
|
|
639
414
|
"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
415
|
"clrName": "readAll",
|
|
641
|
-
"tsEmitName": "readAll",
|
|
642
416
|
"metadataToken": 100665030,
|
|
643
417
|
"canonicalSignature": "():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
644
418
|
"normalizedSignature": "readAll|():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
645
419
|
"emitScope": "ClassSurface",
|
|
420
|
+
"provenance": "Original",
|
|
646
421
|
"arity": 0,
|
|
647
422
|
"parameterCount": 0,
|
|
423
|
+
"isStatic": false,
|
|
424
|
+
"isAbstract": false,
|
|
425
|
+
"isVirtual": false,
|
|
426
|
+
"isOverride": false,
|
|
427
|
+
"isSealed": false,
|
|
648
428
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
649
429
|
"declaringAssemblyName": "nodejs",
|
|
650
430
|
"isExtensionMethod": false
|
|
@@ -652,13 +432,18 @@
|
|
|
652
432
|
{
|
|
653
433
|
"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
434
|
"clrName": "onData",
|
|
655
|
-
"tsEmitName": "onData",
|
|
656
435
|
"metadataToken": 100665031,
|
|
657
436
|
"canonicalSignature": "(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
658
437
|
"normalizedSignature": "onData|(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
659
438
|
"emitScope": "ClassSurface",
|
|
439
|
+
"provenance": "Original",
|
|
660
440
|
"arity": 0,
|
|
661
441
|
"parameterCount": 1,
|
|
442
|
+
"isStatic": false,
|
|
443
|
+
"isAbstract": false,
|
|
444
|
+
"isVirtual": false,
|
|
445
|
+
"isOverride": false,
|
|
446
|
+
"isSealed": false,
|
|
662
447
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
663
448
|
"declaringAssemblyName": "nodejs",
|
|
664
449
|
"isExtensionMethod": false
|
|
@@ -666,13 +451,18 @@
|
|
|
666
451
|
{
|
|
667
452
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::onEnd(System.Action):System.Void",
|
|
668
453
|
"clrName": "onEnd",
|
|
669
|
-
"tsEmitName": "onEnd",
|
|
670
454
|
"metadataToken": 100665032,
|
|
671
455
|
"canonicalSignature": "(System.Action):System.Void",
|
|
672
456
|
"normalizedSignature": "onEnd|(System.Action):System.Void|static=false",
|
|
673
457
|
"emitScope": "ClassSurface",
|
|
458
|
+
"provenance": "Original",
|
|
674
459
|
"arity": 0,
|
|
675
460
|
"parameterCount": 1,
|
|
461
|
+
"isStatic": false,
|
|
462
|
+
"isAbstract": false,
|
|
463
|
+
"isVirtual": false,
|
|
464
|
+
"isOverride": false,
|
|
465
|
+
"isSealed": false,
|
|
676
466
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
677
467
|
"declaringAssemblyName": "nodejs",
|
|
678
468
|
"isExtensionMethod": false
|
|
@@ -680,13 +470,18 @@
|
|
|
680
470
|
{
|
|
681
471
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::onClose(System.Action):System.Void",
|
|
682
472
|
"clrName": "onClose",
|
|
683
|
-
"tsEmitName": "onClose",
|
|
684
473
|
"metadataToken": 100665033,
|
|
685
474
|
"canonicalSignature": "(System.Action):System.Void",
|
|
686
475
|
"normalizedSignature": "onClose|(System.Action):System.Void|static=false",
|
|
687
476
|
"emitScope": "ClassSurface",
|
|
477
|
+
"provenance": "Original",
|
|
688
478
|
"arity": 0,
|
|
689
479
|
"parameterCount": 1,
|
|
480
|
+
"isStatic": false,
|
|
481
|
+
"isAbstract": false,
|
|
482
|
+
"isVirtual": false,
|
|
483
|
+
"isOverride": false,
|
|
484
|
+
"isSealed": false,
|
|
690
485
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
691
486
|
"declaringAssemblyName": "nodejs",
|
|
692
487
|
"isExtensionMethod": false
|
|
@@ -696,545 +491,328 @@
|
|
|
696
491
|
{
|
|
697
492
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::method:System.String",
|
|
698
493
|
"clrName": "method",
|
|
699
|
-
"tsEmitName": "method",
|
|
700
494
|
"metadataToken": 385876361,
|
|
701
495
|
"canonicalSignature": ":System.String",
|
|
702
496
|
"normalizedSignature": "method|:System.String|static=false|accessor=get",
|
|
703
497
|
"emitScope": "ClassSurface",
|
|
498
|
+
"provenance": "Original",
|
|
704
499
|
"isIndexer": false,
|
|
705
500
|
"hasGetter": true,
|
|
706
501
|
"hasSetter": false,
|
|
502
|
+
"isStatic": false,
|
|
503
|
+
"isAbstract": false,
|
|
504
|
+
"isVirtual": false,
|
|
505
|
+
"isOverride": false,
|
|
707
506
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
708
507
|
"declaringAssemblyName": "nodejs"
|
|
709
508
|
},
|
|
710
509
|
{
|
|
711
510
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::url:System.String",
|
|
712
511
|
"clrName": "url",
|
|
713
|
-
"tsEmitName": "url",
|
|
714
512
|
"metadataToken": 385876362,
|
|
715
513
|
"canonicalSignature": ":System.String",
|
|
716
514
|
"normalizedSignature": "url|:System.String|static=false|accessor=get",
|
|
717
515
|
"emitScope": "ClassSurface",
|
|
516
|
+
"provenance": "Original",
|
|
718
517
|
"isIndexer": false,
|
|
719
518
|
"hasGetter": true,
|
|
720
519
|
"hasSetter": false,
|
|
520
|
+
"isStatic": false,
|
|
521
|
+
"isAbstract": false,
|
|
522
|
+
"isVirtual": false,
|
|
523
|
+
"isOverride": false,
|
|
721
524
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
722
525
|
"declaringAssemblyName": "nodejs"
|
|
723
526
|
},
|
|
724
527
|
{
|
|
725
528
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::httpVersion:System.String",
|
|
726
529
|
"clrName": "httpVersion",
|
|
727
|
-
"tsEmitName": "httpVersion",
|
|
728
530
|
"metadataToken": 385876363,
|
|
729
531
|
"canonicalSignature": ":System.String",
|
|
730
532
|
"normalizedSignature": "httpVersion|:System.String|static=false|accessor=get",
|
|
731
533
|
"emitScope": "ClassSurface",
|
|
534
|
+
"provenance": "Original",
|
|
732
535
|
"isIndexer": false,
|
|
733
536
|
"hasGetter": true,
|
|
734
537
|
"hasSetter": false,
|
|
538
|
+
"isStatic": false,
|
|
539
|
+
"isAbstract": false,
|
|
540
|
+
"isVirtual": false,
|
|
541
|
+
"isOverride": false,
|
|
735
542
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
736
543
|
"declaringAssemblyName": "nodejs"
|
|
737
544
|
},
|
|
738
545
|
{
|
|
739
546
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::statusCode:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
740
547
|
"clrName": "statusCode",
|
|
741
|
-
"tsEmitName": "statusCode",
|
|
742
548
|
"metadataToken": 385876364,
|
|
743
549
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
744
550
|
"normalizedSignature": "statusCode|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
745
551
|
"emitScope": "ClassSurface",
|
|
552
|
+
"provenance": "Original",
|
|
746
553
|
"isIndexer": false,
|
|
747
554
|
"hasGetter": true,
|
|
748
555
|
"hasSetter": false,
|
|
556
|
+
"isStatic": false,
|
|
557
|
+
"isAbstract": false,
|
|
558
|
+
"isVirtual": false,
|
|
559
|
+
"isOverride": false,
|
|
749
560
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
750
561
|
"declaringAssemblyName": "nodejs"
|
|
751
562
|
},
|
|
752
563
|
{
|
|
753
564
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::statusMessage:System.String",
|
|
754
565
|
"clrName": "statusMessage",
|
|
755
|
-
"tsEmitName": "statusMessage",
|
|
756
566
|
"metadataToken": 385876365,
|
|
757
567
|
"canonicalSignature": ":System.String",
|
|
758
568
|
"normalizedSignature": "statusMessage|:System.String|static=false|accessor=get",
|
|
759
569
|
"emitScope": "ClassSurface",
|
|
570
|
+
"provenance": "Original",
|
|
760
571
|
"isIndexer": false,
|
|
761
572
|
"hasGetter": true,
|
|
762
573
|
"hasSetter": false,
|
|
574
|
+
"isStatic": false,
|
|
575
|
+
"isAbstract": false,
|
|
576
|
+
"isVirtual": false,
|
|
577
|
+
"isOverride": false,
|
|
763
578
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
764
579
|
"declaringAssemblyName": "nodejs"
|
|
765
580
|
},
|
|
766
581
|
{
|
|
767
582
|
"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
583
|
"clrName": "headers",
|
|
769
|
-
"tsEmitName": "headers",
|
|
770
584
|
"metadataToken": 385876366,
|
|
771
585
|
"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
586
|
"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
587
|
"emitScope": "ClassSurface",
|
|
588
|
+
"provenance": "Original",
|
|
774
589
|
"isIndexer": false,
|
|
775
590
|
"hasGetter": true,
|
|
776
591
|
"hasSetter": false,
|
|
592
|
+
"isStatic": false,
|
|
593
|
+
"isAbstract": false,
|
|
594
|
+
"isVirtual": false,
|
|
595
|
+
"isOverride": false,
|
|
777
596
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
778
597
|
"declaringAssemblyName": "nodejs"
|
|
779
598
|
},
|
|
780
599
|
{
|
|
781
600
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::complete:System.Boolean",
|
|
782
601
|
"clrName": "complete",
|
|
783
|
-
"tsEmitName": "complete",
|
|
784
602
|
"metadataToken": 385876367,
|
|
785
603
|
"canonicalSignature": ":System.Boolean",
|
|
786
604
|
"normalizedSignature": "complete|:System.Boolean|static=false|accessor=get",
|
|
787
605
|
"emitScope": "ClassSurface",
|
|
606
|
+
"provenance": "Original",
|
|
788
607
|
"isIndexer": false,
|
|
789
608
|
"hasGetter": true,
|
|
790
609
|
"hasSetter": false,
|
|
610
|
+
"isStatic": false,
|
|
611
|
+
"isAbstract": false,
|
|
612
|
+
"isVirtual": false,
|
|
613
|
+
"isOverride": false,
|
|
791
614
|
"declaringClrType": "nodejs.Http.IncomingMessage",
|
|
792
615
|
"declaringAssemblyName": "nodejs"
|
|
793
616
|
}
|
|
794
617
|
],
|
|
795
618
|
"fields": [],
|
|
796
619
|
"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
|
-
]
|
|
620
|
+
"constructors": []
|
|
1092
621
|
},
|
|
1093
622
|
{
|
|
1094
623
|
"stableId": "nodejs:nodejs.Http.RequestOptions",
|
|
1095
624
|
"clrName": "nodejs.Http.RequestOptions",
|
|
1096
|
-
"tsEmitName": "RequestOptions",
|
|
1097
625
|
"assemblyName": "nodejs",
|
|
1098
626
|
"metadataToken": 0,
|
|
627
|
+
"kind": "Class",
|
|
628
|
+
"accessibility": "Public",
|
|
629
|
+
"isAbstract": false,
|
|
630
|
+
"isSealed": false,
|
|
631
|
+
"isStatic": false,
|
|
632
|
+
"arity": 0,
|
|
633
|
+
"baseType": {
|
|
634
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
635
|
+
"clrName": "System.Object"
|
|
636
|
+
},
|
|
1099
637
|
"methods": [],
|
|
1100
638
|
"properties": [
|
|
1101
639
|
{
|
|
1102
640
|
"stableId": "nodejs:nodejs.Http.RequestOptions::hostname:System.String",
|
|
1103
641
|
"clrName": "hostname",
|
|
1104
|
-
"tsEmitName": "hostname",
|
|
1105
642
|
"metadataToken": 385876368,
|
|
1106
643
|
"canonicalSignature": ":System.String",
|
|
1107
644
|
"normalizedSignature": "hostname|:System.String|static=false|accessor=getset",
|
|
1108
645
|
"emitScope": "ClassSurface",
|
|
646
|
+
"provenance": "Original",
|
|
1109
647
|
"isIndexer": false,
|
|
1110
648
|
"hasGetter": true,
|
|
1111
649
|
"hasSetter": true,
|
|
650
|
+
"isStatic": false,
|
|
651
|
+
"isAbstract": false,
|
|
652
|
+
"isVirtual": false,
|
|
653
|
+
"isOverride": false,
|
|
1112
654
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1113
655
|
"declaringAssemblyName": "nodejs"
|
|
1114
656
|
},
|
|
1115
657
|
{
|
|
1116
658
|
"stableId": "nodejs:nodejs.Http.RequestOptions::host:System.String",
|
|
1117
659
|
"clrName": "host",
|
|
1118
|
-
"tsEmitName": "host",
|
|
1119
660
|
"metadataToken": 385876369,
|
|
1120
661
|
"canonicalSignature": ":System.String",
|
|
1121
662
|
"normalizedSignature": "host|:System.String|static=false|accessor=getset",
|
|
1122
663
|
"emitScope": "ClassSurface",
|
|
664
|
+
"provenance": "Original",
|
|
1123
665
|
"isIndexer": false,
|
|
1124
666
|
"hasGetter": true,
|
|
1125
667
|
"hasSetter": true,
|
|
668
|
+
"isStatic": false,
|
|
669
|
+
"isAbstract": false,
|
|
670
|
+
"isVirtual": false,
|
|
671
|
+
"isOverride": false,
|
|
1126
672
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1127
673
|
"declaringAssemblyName": "nodejs"
|
|
1128
674
|
},
|
|
1129
675
|
{
|
|
1130
676
|
"stableId": "nodejs:nodejs.Http.RequestOptions::port:System.Int32",
|
|
1131
677
|
"clrName": "port",
|
|
1132
|
-
"tsEmitName": "port",
|
|
1133
678
|
"metadataToken": 385876370,
|
|
1134
679
|
"canonicalSignature": ":System.Int32",
|
|
1135
680
|
"normalizedSignature": "port|:System.Int32|static=false|accessor=getset",
|
|
1136
681
|
"emitScope": "ClassSurface",
|
|
682
|
+
"provenance": "Original",
|
|
1137
683
|
"isIndexer": false,
|
|
1138
684
|
"hasGetter": true,
|
|
1139
685
|
"hasSetter": true,
|
|
686
|
+
"isStatic": false,
|
|
687
|
+
"isAbstract": false,
|
|
688
|
+
"isVirtual": false,
|
|
689
|
+
"isOverride": false,
|
|
1140
690
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1141
691
|
"declaringAssemblyName": "nodejs"
|
|
1142
692
|
},
|
|
1143
693
|
{
|
|
1144
694
|
"stableId": "nodejs:nodejs.Http.RequestOptions::path:System.String",
|
|
1145
695
|
"clrName": "path",
|
|
1146
|
-
"tsEmitName": "path",
|
|
1147
696
|
"metadataToken": 385876371,
|
|
1148
697
|
"canonicalSignature": ":System.String",
|
|
1149
698
|
"normalizedSignature": "path|:System.String|static=false|accessor=getset",
|
|
1150
699
|
"emitScope": "ClassSurface",
|
|
700
|
+
"provenance": "Original",
|
|
1151
701
|
"isIndexer": false,
|
|
1152
702
|
"hasGetter": true,
|
|
1153
703
|
"hasSetter": true,
|
|
704
|
+
"isStatic": false,
|
|
705
|
+
"isAbstract": false,
|
|
706
|
+
"isVirtual": false,
|
|
707
|
+
"isOverride": false,
|
|
1154
708
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1155
709
|
"declaringAssemblyName": "nodejs"
|
|
1156
710
|
},
|
|
1157
711
|
{
|
|
1158
712
|
"stableId": "nodejs:nodejs.Http.RequestOptions::method:System.String",
|
|
1159
713
|
"clrName": "method",
|
|
1160
|
-
"tsEmitName": "method",
|
|
1161
714
|
"metadataToken": 385876372,
|
|
1162
715
|
"canonicalSignature": ":System.String",
|
|
1163
716
|
"normalizedSignature": "method|:System.String|static=false|accessor=getset",
|
|
1164
717
|
"emitScope": "ClassSurface",
|
|
718
|
+
"provenance": "Original",
|
|
1165
719
|
"isIndexer": false,
|
|
1166
720
|
"hasGetter": true,
|
|
1167
721
|
"hasSetter": true,
|
|
722
|
+
"isStatic": false,
|
|
723
|
+
"isAbstract": false,
|
|
724
|
+
"isVirtual": false,
|
|
725
|
+
"isOverride": false,
|
|
1168
726
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1169
727
|
"declaringAssemblyName": "nodejs"
|
|
1170
728
|
},
|
|
1171
729
|
{
|
|
1172
730
|
"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
731
|
"clrName": "headers",
|
|
1174
|
-
"tsEmitName": "headers",
|
|
1175
732
|
"metadataToken": 385876373,
|
|
1176
733
|
"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
734
|
"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
735
|
"emitScope": "ClassSurface",
|
|
736
|
+
"provenance": "Original",
|
|
1179
737
|
"isIndexer": false,
|
|
1180
738
|
"hasGetter": true,
|
|
1181
739
|
"hasSetter": true,
|
|
740
|
+
"isStatic": false,
|
|
741
|
+
"isAbstract": false,
|
|
742
|
+
"isVirtual": false,
|
|
743
|
+
"isOverride": false,
|
|
1182
744
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1183
745
|
"declaringAssemblyName": "nodejs"
|
|
1184
746
|
},
|
|
1185
747
|
{
|
|
1186
748
|
"stableId": "nodejs:nodejs.Http.RequestOptions::protocol:System.String",
|
|
1187
749
|
"clrName": "protocol",
|
|
1188
|
-
"tsEmitName": "protocol",
|
|
1189
750
|
"metadataToken": 385876374,
|
|
1190
751
|
"canonicalSignature": ":System.String",
|
|
1191
752
|
"normalizedSignature": "protocol|:System.String|static=false|accessor=getset",
|
|
1192
753
|
"emitScope": "ClassSurface",
|
|
754
|
+
"provenance": "Original",
|
|
1193
755
|
"isIndexer": false,
|
|
1194
756
|
"hasGetter": true,
|
|
1195
757
|
"hasSetter": true,
|
|
758
|
+
"isStatic": false,
|
|
759
|
+
"isAbstract": false,
|
|
760
|
+
"isVirtual": false,
|
|
761
|
+
"isOverride": false,
|
|
1196
762
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1197
763
|
"declaringAssemblyName": "nodejs"
|
|
1198
764
|
},
|
|
1199
765
|
{
|
|
1200
766
|
"stableId": "nodejs:nodejs.Http.RequestOptions::timeout:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1201
767
|
"clrName": "timeout",
|
|
1202
|
-
"tsEmitName": "timeout",
|
|
1203
768
|
"metadataToken": 385876375,
|
|
1204
769
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1205
770
|
"normalizedSignature": "timeout|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1206
771
|
"emitScope": "ClassSurface",
|
|
772
|
+
"provenance": "Original",
|
|
1207
773
|
"isIndexer": false,
|
|
1208
774
|
"hasGetter": true,
|
|
1209
775
|
"hasSetter": true,
|
|
776
|
+
"isStatic": false,
|
|
777
|
+
"isAbstract": false,
|
|
778
|
+
"isVirtual": false,
|
|
779
|
+
"isOverride": false,
|
|
1210
780
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1211
781
|
"declaringAssemblyName": "nodejs"
|
|
1212
782
|
},
|
|
1213
783
|
{
|
|
1214
784
|
"stableId": "nodejs:nodejs.Http.RequestOptions::agent:System.Object",
|
|
1215
785
|
"clrName": "agent",
|
|
1216
|
-
"tsEmitName": "agent",
|
|
1217
786
|
"metadataToken": 385876376,
|
|
1218
787
|
"canonicalSignature": ":System.Object",
|
|
1219
788
|
"normalizedSignature": "agent|:System.Object|static=false|accessor=getset",
|
|
1220
789
|
"emitScope": "ClassSurface",
|
|
790
|
+
"provenance": "Original",
|
|
1221
791
|
"isIndexer": false,
|
|
1222
792
|
"hasGetter": true,
|
|
1223
793
|
"hasSetter": true,
|
|
794
|
+
"isStatic": false,
|
|
795
|
+
"isAbstract": false,
|
|
796
|
+
"isVirtual": false,
|
|
797
|
+
"isOverride": false,
|
|
1224
798
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1225
799
|
"declaringAssemblyName": "nodejs"
|
|
1226
800
|
},
|
|
1227
801
|
{
|
|
1228
802
|
"stableId": "nodejs:nodejs.Http.RequestOptions::auth:System.String",
|
|
1229
803
|
"clrName": "auth",
|
|
1230
|
-
"tsEmitName": "auth",
|
|
1231
804
|
"metadataToken": 385876377,
|
|
1232
805
|
"canonicalSignature": ":System.String",
|
|
1233
806
|
"normalizedSignature": "auth|:System.String|static=false|accessor=getset",
|
|
1234
807
|
"emitScope": "ClassSurface",
|
|
808
|
+
"provenance": "Original",
|
|
1235
809
|
"isIndexer": false,
|
|
1236
810
|
"hasGetter": true,
|
|
1237
811
|
"hasSetter": true,
|
|
812
|
+
"isStatic": false,
|
|
813
|
+
"isAbstract": false,
|
|
814
|
+
"isVirtual": false,
|
|
815
|
+
"isOverride": false,
|
|
1238
816
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1239
817
|
"declaringAssemblyName": "nodejs"
|
|
1240
818
|
}
|
|
@@ -1252,152 +830,58 @@
|
|
|
1252
830
|
"declaringClrType": "nodejs.Http.RequestOptions",
|
|
1253
831
|
"declaringAssemblyName": "nodejs"
|
|
1254
832
|
}
|
|
1255
|
-
]
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"stableId": "nodejs:nodejs.Http.Server",
|
|
837
|
+
"clrName": "nodejs.Http.Server",
|
|
838
|
+
"assemblyName": "nodejs",
|
|
839
|
+
"metadataToken": 0,
|
|
840
|
+
"kind": "Class",
|
|
841
|
+
"accessibility": "Public",
|
|
842
|
+
"isAbstract": false,
|
|
843
|
+
"isSealed": false,
|
|
844
|
+
"isStatic": false,
|
|
845
|
+
"arity": 0,
|
|
846
|
+
"baseType": {
|
|
847
|
+
"stableId": "nodejs:nodejs.EventEmitter",
|
|
848
|
+
"clrName": "nodejs.EventEmitter"
|
|
849
|
+
},
|
|
850
|
+
"methods": [
|
|
1267
851
|
{
|
|
1268
|
-
"
|
|
852
|
+
"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",
|
|
853
|
+
"clrName": "listen",
|
|
854
|
+
"metadataToken": 100665067,
|
|
855
|
+
"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",
|
|
856
|
+
"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",
|
|
857
|
+
"emitScope": "ClassSurface",
|
|
858
|
+
"provenance": "Original",
|
|
859
|
+
"arity": 0,
|
|
860
|
+
"parameterCount": 4,
|
|
1269
861
|
"isStatic": false,
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
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
|
-
]
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"stableId": "nodejs:nodejs.Http.Server",
|
|
1372
|
-
"clrName": "nodejs.Http.Server",
|
|
1373
|
-
"tsEmitName": "Server",
|
|
1374
|
-
"assemblyName": "nodejs",
|
|
1375
|
-
"metadataToken": 0,
|
|
1376
|
-
"methods": [
|
|
1377
|
-
{
|
|
1378
|
-
"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
|
-
"clrName": "listen",
|
|
1380
|
-
"tsEmitName": "listen",
|
|
1381
|
-
"metadataToken": 100665067,
|
|
1382
|
-
"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
|
-
"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
|
-
"emitScope": "ClassSurface",
|
|
1385
|
-
"arity": 0,
|
|
1386
|
-
"parameterCount": 4,
|
|
1387
|
-
"declaringClrType": "nodejs.Http.Server",
|
|
1388
|
-
"declaringAssemblyName": "nodejs",
|
|
1389
|
-
"isExtensionMethod": false
|
|
862
|
+
"isAbstract": false,
|
|
863
|
+
"isVirtual": false,
|
|
864
|
+
"isOverride": false,
|
|
865
|
+
"isSealed": false,
|
|
866
|
+
"declaringClrType": "nodejs.Http.Server",
|
|
867
|
+
"declaringAssemblyName": "nodejs",
|
|
868
|
+
"isExtensionMethod": false
|
|
1390
869
|
},
|
|
1391
870
|
{
|
|
1392
871
|
"stableId": "nodejs:nodejs.Http.Server::listen(System.Int32,System.Action):nodejs.Http.Server",
|
|
1393
872
|
"clrName": "listen",
|
|
1394
|
-
"tsEmitName": "listen",
|
|
1395
873
|
"metadataToken": 100665068,
|
|
1396
874
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.Server",
|
|
1397
875
|
"normalizedSignature": "listen|(System.Int32,System.Action):nodejs.Http.Server|static=false",
|
|
1398
876
|
"emitScope": "ClassSurface",
|
|
877
|
+
"provenance": "Original",
|
|
1399
878
|
"arity": 0,
|
|
1400
879
|
"parameterCount": 2,
|
|
880
|
+
"isStatic": false,
|
|
881
|
+
"isAbstract": false,
|
|
882
|
+
"isVirtual": false,
|
|
883
|
+
"isOverride": false,
|
|
884
|
+
"isSealed": false,
|
|
1401
885
|
"declaringClrType": "nodejs.Http.Server",
|
|
1402
886
|
"declaringAssemblyName": "nodejs",
|
|
1403
887
|
"isExtensionMethod": false
|
|
@@ -1405,13 +889,18 @@
|
|
|
1405
889
|
{
|
|
1406
890
|
"stableId": "nodejs:nodejs.Http.Server::close(System.Action):nodejs.Http.Server",
|
|
1407
891
|
"clrName": "close",
|
|
1408
|
-
"tsEmitName": "close",
|
|
1409
892
|
"metadataToken": 100665069,
|
|
1410
893
|
"canonicalSignature": "(System.Action):nodejs.Http.Server",
|
|
1411
894
|
"normalizedSignature": "close|(System.Action):nodejs.Http.Server|static=false",
|
|
1412
895
|
"emitScope": "ClassSurface",
|
|
896
|
+
"provenance": "Original",
|
|
1413
897
|
"arity": 0,
|
|
1414
898
|
"parameterCount": 1,
|
|
899
|
+
"isStatic": false,
|
|
900
|
+
"isAbstract": false,
|
|
901
|
+
"isVirtual": false,
|
|
902
|
+
"isOverride": false,
|
|
903
|
+
"isSealed": false,
|
|
1415
904
|
"declaringClrType": "nodejs.Http.Server",
|
|
1416
905
|
"declaringAssemblyName": "nodejs",
|
|
1417
906
|
"isExtensionMethod": false
|
|
@@ -1419,13 +908,18 @@
|
|
|
1419
908
|
{
|
|
1420
909
|
"stableId": "nodejs:nodejs.Http.Server::setTimeout(System.Int32,System.Action):nodejs.Http.Server",
|
|
1421
910
|
"clrName": "setTimeout",
|
|
1422
|
-
"tsEmitName": "setTimeout",
|
|
1423
911
|
"metadataToken": 100665071,
|
|
1424
912
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.Server",
|
|
1425
913
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.Server|static=false",
|
|
1426
914
|
"emitScope": "ClassSurface",
|
|
915
|
+
"provenance": "Original",
|
|
1427
916
|
"arity": 0,
|
|
1428
917
|
"parameterCount": 2,
|
|
918
|
+
"isStatic": false,
|
|
919
|
+
"isAbstract": false,
|
|
920
|
+
"isVirtual": false,
|
|
921
|
+
"isOverride": false,
|
|
922
|
+
"isSealed": false,
|
|
1429
923
|
"declaringClrType": "nodejs.Http.Server",
|
|
1430
924
|
"declaringAssemblyName": "nodejs",
|
|
1431
925
|
"isExtensionMethod": false
|
|
@@ -1433,13 +927,18 @@
|
|
|
1433
927
|
{
|
|
1434
928
|
"stableId": "nodejs:nodejs.Http.Server::address():nodejs.Http.AddressInfo",
|
|
1435
929
|
"clrName": "address",
|
|
1436
|
-
"tsEmitName": "address",
|
|
1437
930
|
"metadataToken": 100665072,
|
|
1438
931
|
"canonicalSignature": "():nodejs.Http.AddressInfo",
|
|
1439
932
|
"normalizedSignature": "address|():nodejs.Http.AddressInfo|static=false",
|
|
1440
933
|
"emitScope": "ClassSurface",
|
|
934
|
+
"provenance": "Original",
|
|
1441
935
|
"arity": 0,
|
|
1442
936
|
"parameterCount": 0,
|
|
937
|
+
"isStatic": false,
|
|
938
|
+
"isAbstract": false,
|
|
939
|
+
"isVirtual": false,
|
|
940
|
+
"isOverride": false,
|
|
941
|
+
"isSealed": false,
|
|
1443
942
|
"declaringClrType": "nodejs.Http.Server",
|
|
1444
943
|
"declaringAssemblyName": "nodejs",
|
|
1445
944
|
"isExtensionMethod": false
|
|
@@ -1449,84 +948,108 @@
|
|
|
1449
948
|
{
|
|
1450
949
|
"stableId": "nodejs:nodejs.Http.Server::maxHeadersCount:System.Int32",
|
|
1451
950
|
"clrName": "maxHeadersCount",
|
|
1452
|
-
"tsEmitName": "maxHeadersCount",
|
|
1453
951
|
"metadataToken": 385876378,
|
|
1454
952
|
"canonicalSignature": ":System.Int32",
|
|
1455
953
|
"normalizedSignature": "maxHeadersCount|:System.Int32|static=false|accessor=getset",
|
|
1456
954
|
"emitScope": "ClassSurface",
|
|
955
|
+
"provenance": "Original",
|
|
1457
956
|
"isIndexer": false,
|
|
1458
957
|
"hasGetter": true,
|
|
1459
958
|
"hasSetter": true,
|
|
959
|
+
"isStatic": false,
|
|
960
|
+
"isAbstract": false,
|
|
961
|
+
"isVirtual": false,
|
|
962
|
+
"isOverride": false,
|
|
1460
963
|
"declaringClrType": "nodejs.Http.Server",
|
|
1461
964
|
"declaringAssemblyName": "nodejs"
|
|
1462
965
|
},
|
|
1463
966
|
{
|
|
1464
967
|
"stableId": "nodejs:nodejs.Http.Server::timeout:System.Int32",
|
|
1465
968
|
"clrName": "timeout",
|
|
1466
|
-
"tsEmitName": "timeout",
|
|
1467
969
|
"metadataToken": 385876379,
|
|
1468
970
|
"canonicalSignature": ":System.Int32",
|
|
1469
971
|
"normalizedSignature": "timeout|:System.Int32|static=false|accessor=getset",
|
|
1470
972
|
"emitScope": "ClassSurface",
|
|
973
|
+
"provenance": "Original",
|
|
1471
974
|
"isIndexer": false,
|
|
1472
975
|
"hasGetter": true,
|
|
1473
976
|
"hasSetter": true,
|
|
977
|
+
"isStatic": false,
|
|
978
|
+
"isAbstract": false,
|
|
979
|
+
"isVirtual": false,
|
|
980
|
+
"isOverride": false,
|
|
1474
981
|
"declaringClrType": "nodejs.Http.Server",
|
|
1475
982
|
"declaringAssemblyName": "nodejs"
|
|
1476
983
|
},
|
|
1477
984
|
{
|
|
1478
985
|
"stableId": "nodejs:nodejs.Http.Server::headersTimeout:System.Int32",
|
|
1479
986
|
"clrName": "headersTimeout",
|
|
1480
|
-
"tsEmitName": "headersTimeout",
|
|
1481
987
|
"metadataToken": 385876380,
|
|
1482
988
|
"canonicalSignature": ":System.Int32",
|
|
1483
989
|
"normalizedSignature": "headersTimeout|:System.Int32|static=false|accessor=getset",
|
|
1484
990
|
"emitScope": "ClassSurface",
|
|
991
|
+
"provenance": "Original",
|
|
1485
992
|
"isIndexer": false,
|
|
1486
993
|
"hasGetter": true,
|
|
1487
994
|
"hasSetter": true,
|
|
995
|
+
"isStatic": false,
|
|
996
|
+
"isAbstract": false,
|
|
997
|
+
"isVirtual": false,
|
|
998
|
+
"isOverride": false,
|
|
1488
999
|
"declaringClrType": "nodejs.Http.Server",
|
|
1489
1000
|
"declaringAssemblyName": "nodejs"
|
|
1490
1001
|
},
|
|
1491
1002
|
{
|
|
1492
1003
|
"stableId": "nodejs:nodejs.Http.Server::requestTimeout:System.Int32",
|
|
1493
1004
|
"clrName": "requestTimeout",
|
|
1494
|
-
"tsEmitName": "requestTimeout",
|
|
1495
1005
|
"metadataToken": 385876381,
|
|
1496
1006
|
"canonicalSignature": ":System.Int32",
|
|
1497
1007
|
"normalizedSignature": "requestTimeout|:System.Int32|static=false|accessor=getset",
|
|
1498
1008
|
"emitScope": "ClassSurface",
|
|
1009
|
+
"provenance": "Original",
|
|
1499
1010
|
"isIndexer": false,
|
|
1500
1011
|
"hasGetter": true,
|
|
1501
1012
|
"hasSetter": true,
|
|
1013
|
+
"isStatic": false,
|
|
1014
|
+
"isAbstract": false,
|
|
1015
|
+
"isVirtual": false,
|
|
1016
|
+
"isOverride": false,
|
|
1502
1017
|
"declaringClrType": "nodejs.Http.Server",
|
|
1503
1018
|
"declaringAssemblyName": "nodejs"
|
|
1504
1019
|
},
|
|
1505
1020
|
{
|
|
1506
1021
|
"stableId": "nodejs:nodejs.Http.Server::keepAliveTimeout:System.Int32",
|
|
1507
1022
|
"clrName": "keepAliveTimeout",
|
|
1508
|
-
"tsEmitName": "keepAliveTimeout",
|
|
1509
1023
|
"metadataToken": 385876382,
|
|
1510
1024
|
"canonicalSignature": ":System.Int32",
|
|
1511
1025
|
"normalizedSignature": "keepAliveTimeout|:System.Int32|static=false|accessor=getset",
|
|
1512
1026
|
"emitScope": "ClassSurface",
|
|
1027
|
+
"provenance": "Original",
|
|
1513
1028
|
"isIndexer": false,
|
|
1514
1029
|
"hasGetter": true,
|
|
1515
1030
|
"hasSetter": true,
|
|
1031
|
+
"isStatic": false,
|
|
1032
|
+
"isAbstract": false,
|
|
1033
|
+
"isVirtual": false,
|
|
1034
|
+
"isOverride": false,
|
|
1516
1035
|
"declaringClrType": "nodejs.Http.Server",
|
|
1517
1036
|
"declaringAssemblyName": "nodejs"
|
|
1518
1037
|
},
|
|
1519
1038
|
{
|
|
1520
1039
|
"stableId": "nodejs:nodejs.Http.Server::listening:System.Boolean",
|
|
1521
1040
|
"clrName": "listening",
|
|
1522
|
-
"tsEmitName": "listening",
|
|
1523
1041
|
"metadataToken": 385876383,
|
|
1524
1042
|
"canonicalSignature": ":System.Boolean",
|
|
1525
1043
|
"normalizedSignature": "listening|:System.Boolean|static=false|accessor=get",
|
|
1526
1044
|
"emitScope": "ClassSurface",
|
|
1045
|
+
"provenance": "Original",
|
|
1527
1046
|
"isIndexer": false,
|
|
1528
1047
|
"hasGetter": true,
|
|
1529
1048
|
"hasSetter": false,
|
|
1049
|
+
"isStatic": false,
|
|
1050
|
+
"isAbstract": false,
|
|
1051
|
+
"isVirtual": false,
|
|
1052
|
+
"isOverride": false,
|
|
1530
1053
|
"declaringClrType": "nodejs.Http.Server",
|
|
1531
1054
|
"declaringAssemblyName": "nodejs"
|
|
1532
1055
|
}
|
|
@@ -1544,310 +1067,39 @@
|
|
|
1544
1067
|
"declaringClrType": "nodejs.Http.Server",
|
|
1545
1068
|
"declaringAssemblyName": "nodejs"
|
|
1546
1069
|
}
|
|
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
1070
|
]
|
|
1833
1071
|
},
|
|
1834
1072
|
{
|
|
1835
1073
|
"stableId": "nodejs:nodejs.Http.ServerResponse",
|
|
1836
1074
|
"clrName": "nodejs.Http.ServerResponse",
|
|
1837
|
-
"tsEmitName": "ServerResponse",
|
|
1838
1075
|
"assemblyName": "nodejs",
|
|
1839
1076
|
"metadataToken": 0,
|
|
1077
|
+
"kind": "Class",
|
|
1078
|
+
"accessibility": "Public",
|
|
1079
|
+
"isAbstract": false,
|
|
1080
|
+
"isSealed": false,
|
|
1081
|
+
"isStatic": false,
|
|
1082
|
+
"arity": 0,
|
|
1083
|
+
"baseType": {
|
|
1084
|
+
"stableId": "nodejs:nodejs.EventEmitter",
|
|
1085
|
+
"clrName": "nodejs.EventEmitter"
|
|
1086
|
+
},
|
|
1840
1087
|
"methods": [
|
|
1841
1088
|
{
|
|
1842
1089
|
"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
1090
|
"clrName": "writeHead",
|
|
1844
|
-
"tsEmitName": "writeHead",
|
|
1845
1091
|
"metadataToken": 100665087,
|
|
1846
1092
|
"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
1093
|
"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
1094
|
"emitScope": "ClassSurface",
|
|
1095
|
+
"provenance": "Original",
|
|
1849
1096
|
"arity": 0,
|
|
1850
1097
|
"parameterCount": 3,
|
|
1098
|
+
"isStatic": false,
|
|
1099
|
+
"isAbstract": false,
|
|
1100
|
+
"isVirtual": false,
|
|
1101
|
+
"isOverride": false,
|
|
1102
|
+
"isSealed": false,
|
|
1851
1103
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1852
1104
|
"declaringAssemblyName": "nodejs",
|
|
1853
1105
|
"isExtensionMethod": false
|
|
@@ -1855,13 +1107,18 @@
|
|
|
1855
1107
|
{
|
|
1856
1108
|
"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
1109
|
"clrName": "writeHead",
|
|
1858
|
-
"tsEmitName": "writeHead",
|
|
1859
1110
|
"metadataToken": 100665088,
|
|
1860
1111
|
"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
1112
|
"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
1113
|
"emitScope": "ClassSurface",
|
|
1114
|
+
"provenance": "Original",
|
|
1863
1115
|
"arity": 0,
|
|
1864
1116
|
"parameterCount": 2,
|
|
1117
|
+
"isStatic": false,
|
|
1118
|
+
"isAbstract": false,
|
|
1119
|
+
"isVirtual": false,
|
|
1120
|
+
"isOverride": false,
|
|
1121
|
+
"isSealed": false,
|
|
1865
1122
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1866
1123
|
"declaringAssemblyName": "nodejs",
|
|
1867
1124
|
"isExtensionMethod": false
|
|
@@ -1869,13 +1126,18 @@
|
|
|
1869
1126
|
{
|
|
1870
1127
|
"stableId": "nodejs:nodejs.Http.ServerResponse::setHeader(System.String,System.String):nodejs.Http.ServerResponse",
|
|
1871
1128
|
"clrName": "setHeader",
|
|
1872
|
-
"tsEmitName": "setHeader",
|
|
1873
1129
|
"metadataToken": 100665089,
|
|
1874
1130
|
"canonicalSignature": "(System.String,System.String):nodejs.Http.ServerResponse",
|
|
1875
1131
|
"normalizedSignature": "setHeader|(System.String,System.String):nodejs.Http.ServerResponse|static=false",
|
|
1876
1132
|
"emitScope": "ClassSurface",
|
|
1133
|
+
"provenance": "Original",
|
|
1877
1134
|
"arity": 0,
|
|
1878
1135
|
"parameterCount": 2,
|
|
1136
|
+
"isStatic": false,
|
|
1137
|
+
"isAbstract": false,
|
|
1138
|
+
"isVirtual": false,
|
|
1139
|
+
"isOverride": false,
|
|
1140
|
+
"isSealed": false,
|
|
1879
1141
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1880
1142
|
"declaringAssemblyName": "nodejs",
|
|
1881
1143
|
"isExtensionMethod": false
|
|
@@ -1883,13 +1145,18 @@
|
|
|
1883
1145
|
{
|
|
1884
1146
|
"stableId": "nodejs:nodejs.Http.ServerResponse::getHeader(System.String):System.String",
|
|
1885
1147
|
"clrName": "getHeader",
|
|
1886
|
-
"tsEmitName": "getHeader",
|
|
1887
1148
|
"metadataToken": 100665090,
|
|
1888
1149
|
"canonicalSignature": "(System.String):System.String",
|
|
1889
1150
|
"normalizedSignature": "getHeader|(System.String):System.String|static=false",
|
|
1890
1151
|
"emitScope": "ClassSurface",
|
|
1152
|
+
"provenance": "Original",
|
|
1891
1153
|
"arity": 0,
|
|
1892
1154
|
"parameterCount": 1,
|
|
1155
|
+
"isStatic": false,
|
|
1156
|
+
"isAbstract": false,
|
|
1157
|
+
"isVirtual": false,
|
|
1158
|
+
"isOverride": false,
|
|
1159
|
+
"isSealed": false,
|
|
1893
1160
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1894
1161
|
"declaringAssemblyName": "nodejs",
|
|
1895
1162
|
"isExtensionMethod": false
|
|
@@ -1897,13 +1164,18 @@
|
|
|
1897
1164
|
{
|
|
1898
1165
|
"stableId": "nodejs:nodejs.Http.ServerResponse::getHeaderNames():System.String[]",
|
|
1899
1166
|
"clrName": "getHeaderNames",
|
|
1900
|
-
"tsEmitName": "getHeaderNames",
|
|
1901
1167
|
"metadataToken": 100665091,
|
|
1902
1168
|
"canonicalSignature": "():System.String[]",
|
|
1903
1169
|
"normalizedSignature": "getHeaderNames|():System.String[]|static=false",
|
|
1904
1170
|
"emitScope": "ClassSurface",
|
|
1171
|
+
"provenance": "Original",
|
|
1905
1172
|
"arity": 0,
|
|
1906
1173
|
"parameterCount": 0,
|
|
1174
|
+
"isStatic": false,
|
|
1175
|
+
"isAbstract": false,
|
|
1176
|
+
"isVirtual": false,
|
|
1177
|
+
"isOverride": false,
|
|
1178
|
+
"isSealed": false,
|
|
1907
1179
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1908
1180
|
"declaringAssemblyName": "nodejs",
|
|
1909
1181
|
"isExtensionMethod": false
|
|
@@ -1911,13 +1183,18 @@
|
|
|
1911
1183
|
{
|
|
1912
1184
|
"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
1185
|
"clrName": "getHeaders",
|
|
1914
|
-
"tsEmitName": "getHeaders",
|
|
1915
1186
|
"metadataToken": 100665092,
|
|
1916
1187
|
"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
1188
|
"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
1189
|
"emitScope": "ClassSurface",
|
|
1190
|
+
"provenance": "Original",
|
|
1919
1191
|
"arity": 0,
|
|
1920
1192
|
"parameterCount": 0,
|
|
1193
|
+
"isStatic": false,
|
|
1194
|
+
"isAbstract": false,
|
|
1195
|
+
"isVirtual": false,
|
|
1196
|
+
"isOverride": false,
|
|
1197
|
+
"isSealed": false,
|
|
1921
1198
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1922
1199
|
"declaringAssemblyName": "nodejs",
|
|
1923
1200
|
"isExtensionMethod": false
|
|
@@ -1925,13 +1202,18 @@
|
|
|
1925
1202
|
{
|
|
1926
1203
|
"stableId": "nodejs:nodejs.Http.ServerResponse::hasHeader(System.String):System.Boolean",
|
|
1927
1204
|
"clrName": "hasHeader",
|
|
1928
|
-
"tsEmitName": "hasHeader",
|
|
1929
1205
|
"metadataToken": 100665093,
|
|
1930
1206
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
1931
1207
|
"normalizedSignature": "hasHeader|(System.String):System.Boolean|static=false",
|
|
1932
1208
|
"emitScope": "ClassSurface",
|
|
1209
|
+
"provenance": "Original",
|
|
1933
1210
|
"arity": 0,
|
|
1934
1211
|
"parameterCount": 1,
|
|
1212
|
+
"isStatic": false,
|
|
1213
|
+
"isAbstract": false,
|
|
1214
|
+
"isVirtual": false,
|
|
1215
|
+
"isOverride": false,
|
|
1216
|
+
"isSealed": false,
|
|
1935
1217
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1936
1218
|
"declaringAssemblyName": "nodejs",
|
|
1937
1219
|
"isExtensionMethod": false
|
|
@@ -1939,13 +1221,18 @@
|
|
|
1939
1221
|
{
|
|
1940
1222
|
"stableId": "nodejs:nodejs.Http.ServerResponse::removeHeader(System.String):System.Void",
|
|
1941
1223
|
"clrName": "removeHeader",
|
|
1942
|
-
"tsEmitName": "removeHeader",
|
|
1943
1224
|
"metadataToken": 100665094,
|
|
1944
1225
|
"canonicalSignature": "(System.String):System.Void",
|
|
1945
1226
|
"normalizedSignature": "removeHeader|(System.String):System.Void|static=false",
|
|
1946
1227
|
"emitScope": "ClassSurface",
|
|
1228
|
+
"provenance": "Original",
|
|
1947
1229
|
"arity": 0,
|
|
1948
1230
|
"parameterCount": 1,
|
|
1231
|
+
"isStatic": false,
|
|
1232
|
+
"isAbstract": false,
|
|
1233
|
+
"isVirtual": false,
|
|
1234
|
+
"isOverride": false,
|
|
1235
|
+
"isSealed": false,
|
|
1949
1236
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1950
1237
|
"declaringAssemblyName": "nodejs",
|
|
1951
1238
|
"isExtensionMethod": false
|
|
@@ -1953,13 +1240,18 @@
|
|
|
1953
1240
|
{
|
|
1954
1241
|
"stableId": "nodejs:nodejs.Http.ServerResponse::write(System.String,System.String,System.Action):System.Boolean",
|
|
1955
1242
|
"clrName": "write",
|
|
1956
|
-
"tsEmitName": "write",
|
|
1957
1243
|
"metadataToken": 100665095,
|
|
1958
1244
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Boolean",
|
|
1959
1245
|
"normalizedSignature": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
|
|
1960
1246
|
"emitScope": "ClassSurface",
|
|
1247
|
+
"provenance": "Original",
|
|
1961
1248
|
"arity": 0,
|
|
1962
1249
|
"parameterCount": 3,
|
|
1250
|
+
"isStatic": false,
|
|
1251
|
+
"isAbstract": false,
|
|
1252
|
+
"isVirtual": false,
|
|
1253
|
+
"isOverride": false,
|
|
1254
|
+
"isSealed": false,
|
|
1963
1255
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1964
1256
|
"declaringAssemblyName": "nodejs",
|
|
1965
1257
|
"isExtensionMethod": false
|
|
@@ -1967,13 +1259,18 @@
|
|
|
1967
1259
|
{
|
|
1968
1260
|
"stableId": "nodejs:nodejs.Http.ServerResponse::end(System.String,System.String,System.Action):nodejs.Http.ServerResponse",
|
|
1969
1261
|
"clrName": "end",
|
|
1970
|
-
"tsEmitName": "end",
|
|
1971
1262
|
"metadataToken": 100665096,
|
|
1972
1263
|
"canonicalSignature": "(System.String,System.String,System.Action):nodejs.Http.ServerResponse",
|
|
1973
1264
|
"normalizedSignature": "end|(System.String,System.String,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1974
1265
|
"emitScope": "ClassSurface",
|
|
1266
|
+
"provenance": "Original",
|
|
1975
1267
|
"arity": 0,
|
|
1976
1268
|
"parameterCount": 3,
|
|
1269
|
+
"isStatic": false,
|
|
1270
|
+
"isAbstract": false,
|
|
1271
|
+
"isVirtual": false,
|
|
1272
|
+
"isOverride": false,
|
|
1273
|
+
"isSealed": false,
|
|
1977
1274
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1978
1275
|
"declaringAssemblyName": "nodejs",
|
|
1979
1276
|
"isExtensionMethod": false
|
|
@@ -1981,13 +1278,18 @@
|
|
|
1981
1278
|
{
|
|
1982
1279
|
"stableId": "nodejs:nodejs.Http.ServerResponse::setTimeout(System.Int32,System.Action):nodejs.Http.ServerResponse",
|
|
1983
1280
|
"clrName": "setTimeout",
|
|
1984
|
-
"tsEmitName": "setTimeout",
|
|
1985
1281
|
"metadataToken": 100665097,
|
|
1986
1282
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.ServerResponse",
|
|
1987
1283
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1988
1284
|
"emitScope": "ClassSurface",
|
|
1285
|
+
"provenance": "Original",
|
|
1989
1286
|
"arity": 0,
|
|
1990
1287
|
"parameterCount": 2,
|
|
1288
|
+
"isStatic": false,
|
|
1289
|
+
"isAbstract": false,
|
|
1290
|
+
"isVirtual": false,
|
|
1291
|
+
"isOverride": false,
|
|
1292
|
+
"isSealed": false,
|
|
1991
1293
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1992
1294
|
"declaringAssemblyName": "nodejs",
|
|
1993
1295
|
"isExtensionMethod": false
|
|
@@ -1995,13 +1297,18 @@
|
|
|
1995
1297
|
{
|
|
1996
1298
|
"stableId": "nodejs:nodejs.Http.ServerResponse::flushHeaders():System.Void",
|
|
1997
1299
|
"clrName": "flushHeaders",
|
|
1998
|
-
"tsEmitName": "flushHeaders",
|
|
1999
1300
|
"metadataToken": 100665098,
|
|
2000
1301
|
"canonicalSignature": "():System.Void",
|
|
2001
1302
|
"normalizedSignature": "flushHeaders|():System.Void|static=false",
|
|
2002
1303
|
"emitScope": "ClassSurface",
|
|
1304
|
+
"provenance": "Original",
|
|
2003
1305
|
"arity": 0,
|
|
2004
1306
|
"parameterCount": 0,
|
|
1307
|
+
"isStatic": false,
|
|
1308
|
+
"isAbstract": false,
|
|
1309
|
+
"isVirtual": false,
|
|
1310
|
+
"isOverride": false,
|
|
1311
|
+
"isSealed": false,
|
|
2005
1312
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2006
1313
|
"declaringAssemblyName": "nodejs",
|
|
2007
1314
|
"isExtensionMethod": false
|
|
@@ -2011,394 +1318,101 @@
|
|
|
2011
1318
|
{
|
|
2012
1319
|
"stableId": "nodejs:nodejs.Http.ServerResponse::statusCode:System.Int32",
|
|
2013
1320
|
"clrName": "statusCode",
|
|
2014
|
-
"tsEmitName": "statusCode",
|
|
2015
1321
|
"metadataToken": 385876387,
|
|
2016
1322
|
"canonicalSignature": ":System.Int32",
|
|
2017
1323
|
"normalizedSignature": "statusCode|:System.Int32|static=false|accessor=getset",
|
|
2018
1324
|
"emitScope": "ClassSurface",
|
|
1325
|
+
"provenance": "Original",
|
|
2019
1326
|
"isIndexer": false,
|
|
2020
1327
|
"hasGetter": true,
|
|
2021
1328
|
"hasSetter": true,
|
|
1329
|
+
"isStatic": false,
|
|
1330
|
+
"isAbstract": false,
|
|
1331
|
+
"isVirtual": false,
|
|
1332
|
+
"isOverride": false,
|
|
2022
1333
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2023
1334
|
"declaringAssemblyName": "nodejs"
|
|
2024
1335
|
},
|
|
2025
1336
|
{
|
|
2026
1337
|
"stableId": "nodejs:nodejs.Http.ServerResponse::statusMessage:System.String",
|
|
2027
1338
|
"clrName": "statusMessage",
|
|
2028
|
-
"tsEmitName": "statusMessage",
|
|
2029
1339
|
"metadataToken": 385876388,
|
|
2030
1340
|
"canonicalSignature": ":System.String",
|
|
2031
1341
|
"normalizedSignature": "statusMessage|:System.String|static=false|accessor=getset",
|
|
2032
1342
|
"emitScope": "ClassSurface",
|
|
1343
|
+
"provenance": "Original",
|
|
2033
1344
|
"isIndexer": false,
|
|
2034
1345
|
"hasGetter": true,
|
|
2035
1346
|
"hasSetter": true,
|
|
1347
|
+
"isStatic": false,
|
|
1348
|
+
"isAbstract": false,
|
|
1349
|
+
"isVirtual": false,
|
|
1350
|
+
"isOverride": false,
|
|
2036
1351
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2037
1352
|
"declaringAssemblyName": "nodejs"
|
|
2038
1353
|
},
|
|
2039
1354
|
{
|
|
2040
1355
|
"stableId": "nodejs:nodejs.Http.ServerResponse::headersSent:System.Boolean",
|
|
2041
1356
|
"clrName": "headersSent",
|
|
2042
|
-
"tsEmitName": "headersSent",
|
|
2043
1357
|
"metadataToken": 385876389,
|
|
2044
1358
|
"canonicalSignature": ":System.Boolean",
|
|
2045
1359
|
"normalizedSignature": "headersSent|:System.Boolean|static=false|accessor=get",
|
|
2046
1360
|
"emitScope": "ClassSurface",
|
|
1361
|
+
"provenance": "Original",
|
|
2047
1362
|
"isIndexer": false,
|
|
2048
1363
|
"hasGetter": true,
|
|
2049
1364
|
"hasSetter": false,
|
|
1365
|
+
"isStatic": false,
|
|
1366
|
+
"isAbstract": false,
|
|
1367
|
+
"isVirtual": false,
|
|
1368
|
+
"isOverride": false,
|
|
2050
1369
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2051
1370
|
"declaringAssemblyName": "nodejs"
|
|
2052
1371
|
},
|
|
2053
1372
|
{
|
|
2054
1373
|
"stableId": "nodejs:nodejs.Http.ServerResponse::finished:System.Boolean",
|
|
2055
1374
|
"clrName": "finished",
|
|
2056
|
-
"tsEmitName": "finished",
|
|
2057
1375
|
"metadataToken": 385876390,
|
|
2058
1376
|
"canonicalSignature": ":System.Boolean",
|
|
2059
1377
|
"normalizedSignature": "finished|:System.Boolean|static=false|accessor=get",
|
|
2060
1378
|
"emitScope": "ClassSurface",
|
|
1379
|
+
"provenance": "Original",
|
|
2061
1380
|
"isIndexer": false,
|
|
2062
1381
|
"hasGetter": true,
|
|
2063
1382
|
"hasSetter": false,
|
|
1383
|
+
"isStatic": false,
|
|
1384
|
+
"isAbstract": false,
|
|
1385
|
+
"isVirtual": false,
|
|
1386
|
+
"isOverride": false,
|
|
2064
1387
|
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
2065
1388
|
"declaringAssemblyName": "nodejs"
|
|
2066
1389
|
}
|
|
2067
1390
|
],
|
|
2068
1391
|
"fields": [],
|
|
2069
1392
|
"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
|
-
]
|
|
1393
|
+
"constructors": []
|
|
2395
1394
|
},
|
|
2396
1395
|
{
|
|
2397
1396
|
"stableId": "nodejs:nodejs.Http.TypeError",
|
|
2398
1397
|
"clrName": "nodejs.Http.TypeError",
|
|
2399
|
-
"tsEmitName": "TypeError",
|
|
2400
1398
|
"assemblyName": "nodejs",
|
|
2401
1399
|
"metadataToken": 0,
|
|
1400
|
+
"kind": "Class",
|
|
1401
|
+
"accessibility": "Public",
|
|
1402
|
+
"isAbstract": false,
|
|
1403
|
+
"isSealed": false,
|
|
1404
|
+
"isStatic": false,
|
|
1405
|
+
"arity": 0,
|
|
1406
|
+
"baseType": {
|
|
1407
|
+
"stableId": "System.Private.CoreLib:System.Exception",
|
|
1408
|
+
"clrName": "System.Exception"
|
|
1409
|
+
},
|
|
1410
|
+
"interfaces": [
|
|
1411
|
+
{
|
|
1412
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
1413
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
1414
|
+
}
|
|
1415
|
+
],
|
|
2402
1416
|
"methods": [],
|
|
2403
1417
|
"properties": [],
|
|
2404
1418
|
"fields": [],
|
|
@@ -2414,36 +1428,39 @@
|
|
|
2414
1428
|
"declaringClrType": "nodejs.Http.TypeError",
|
|
2415
1429
|
"declaringAssemblyName": "nodejs"
|
|
2416
1430
|
}
|
|
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
1431
|
]
|
|
2429
1432
|
},
|
|
2430
1433
|
{
|
|
2431
1434
|
"stableId": "nodejs:nodejs.Http.http",
|
|
2432
1435
|
"clrName": "nodejs.Http.http",
|
|
2433
|
-
"tsEmitName": "http",
|
|
2434
1436
|
"assemblyName": "nodejs",
|
|
2435
1437
|
"metadataToken": 0,
|
|
1438
|
+
"kind": "StaticNamespace",
|
|
1439
|
+
"accessibility": "Public",
|
|
1440
|
+
"isAbstract": true,
|
|
1441
|
+
"isSealed": true,
|
|
1442
|
+
"isStatic": true,
|
|
1443
|
+
"arity": 0,
|
|
1444
|
+
"baseType": {
|
|
1445
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1446
|
+
"clrName": "System.Object"
|
|
1447
|
+
},
|
|
2436
1448
|
"methods": [
|
|
2437
1449
|
{
|
|
2438
1450
|
"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
1451
|
"clrName": "createServer",
|
|
2440
|
-
"tsEmitName": "createServer",
|
|
2441
1452
|
"metadataToken": 100665008,
|
|
2442
1453
|
"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
1454
|
"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
1455
|
"emitScope": "ClassSurface",
|
|
1456
|
+
"provenance": "Original",
|
|
2445
1457
|
"arity": 0,
|
|
2446
1458
|
"parameterCount": 1,
|
|
1459
|
+
"isStatic": true,
|
|
1460
|
+
"isAbstract": false,
|
|
1461
|
+
"isVirtual": false,
|
|
1462
|
+
"isOverride": false,
|
|
1463
|
+
"isSealed": false,
|
|
2447
1464
|
"declaringClrType": "nodejs.Http.http",
|
|
2448
1465
|
"declaringAssemblyName": "nodejs",
|
|
2449
1466
|
"isExtensionMethod": false
|
|
@@ -2451,13 +1468,18 @@
|
|
|
2451
1468
|
{
|
|
2452
1469
|
"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
1470
|
"clrName": "request",
|
|
2454
|
-
"tsEmitName": "request",
|
|
2455
1471
|
"metadataToken": 100665009,
|
|
2456
1472
|
"canonicalSignature": "(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2457
1473
|
"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
1474
|
"emitScope": "ClassSurface",
|
|
1475
|
+
"provenance": "Original",
|
|
2459
1476
|
"arity": 0,
|
|
2460
1477
|
"parameterCount": 2,
|
|
1478
|
+
"isStatic": true,
|
|
1479
|
+
"isAbstract": false,
|
|
1480
|
+
"isVirtual": false,
|
|
1481
|
+
"isOverride": false,
|
|
1482
|
+
"isSealed": false,
|
|
2461
1483
|
"declaringClrType": "nodejs.Http.http",
|
|
2462
1484
|
"declaringAssemblyName": "nodejs",
|
|
2463
1485
|
"isExtensionMethod": false
|
|
@@ -2465,13 +1487,18 @@
|
|
|
2465
1487
|
{
|
|
2466
1488
|
"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
1489
|
"clrName": "request",
|
|
2468
|
-
"tsEmitName": "request",
|
|
2469
1490
|
"metadataToken": 100665010,
|
|
2470
1491
|
"canonicalSignature": "(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2471
1492
|
"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
1493
|
"emitScope": "ClassSurface",
|
|
1494
|
+
"provenance": "Original",
|
|
2473
1495
|
"arity": 0,
|
|
2474
1496
|
"parameterCount": 2,
|
|
1497
|
+
"isStatic": true,
|
|
1498
|
+
"isAbstract": false,
|
|
1499
|
+
"isVirtual": false,
|
|
1500
|
+
"isOverride": false,
|
|
1501
|
+
"isSealed": false,
|
|
2475
1502
|
"declaringClrType": "nodejs.Http.http",
|
|
2476
1503
|
"declaringAssemblyName": "nodejs",
|
|
2477
1504
|
"isExtensionMethod": false
|
|
@@ -2479,13 +1506,18 @@
|
|
|
2479
1506
|
{
|
|
2480
1507
|
"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
1508
|
"clrName": "get",
|
|
2482
|
-
"tsEmitName": "get_",
|
|
2483
1509
|
"metadataToken": 100665011,
|
|
2484
1510
|
"canonicalSignature": "(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2485
1511
|
"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
1512
|
"emitScope": "ClassSurface",
|
|
1513
|
+
"provenance": "Original",
|
|
2487
1514
|
"arity": 0,
|
|
2488
1515
|
"parameterCount": 2,
|
|
1516
|
+
"isStatic": true,
|
|
1517
|
+
"isAbstract": false,
|
|
1518
|
+
"isVirtual": false,
|
|
1519
|
+
"isOverride": false,
|
|
1520
|
+
"isSealed": false,
|
|
2489
1521
|
"declaringClrType": "nodejs.Http.http",
|
|
2490
1522
|
"declaringAssemblyName": "nodejs",
|
|
2491
1523
|
"isExtensionMethod": false
|
|
@@ -2493,13 +1525,18 @@
|
|
|
2493
1525
|
{
|
|
2494
1526
|
"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
1527
|
"clrName": "get",
|
|
2496
|
-
"tsEmitName": "get_",
|
|
2497
1528
|
"metadataToken": 100665012,
|
|
2498
1529
|
"canonicalSignature": "(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
2499
1530
|
"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
1531
|
"emitScope": "ClassSurface",
|
|
1532
|
+
"provenance": "Original",
|
|
2501
1533
|
"arity": 0,
|
|
2502
1534
|
"parameterCount": 2,
|
|
1535
|
+
"isStatic": true,
|
|
1536
|
+
"isAbstract": false,
|
|
1537
|
+
"isVirtual": false,
|
|
1538
|
+
"isOverride": false,
|
|
1539
|
+
"isSealed": false,
|
|
2503
1540
|
"declaringClrType": "nodejs.Http.http",
|
|
2504
1541
|
"declaringAssemblyName": "nodejs",
|
|
2505
1542
|
"isExtensionMethod": false
|
|
@@ -2507,13 +1544,18 @@
|
|
|
2507
1544
|
{
|
|
2508
1545
|
"stableId": "nodejs:nodejs.Http.http::validateHeaderName(System.String):System.Void",
|
|
2509
1546
|
"clrName": "validateHeaderName",
|
|
2510
|
-
"tsEmitName": "validateHeaderName",
|
|
2511
1547
|
"metadataToken": 100665013,
|
|
2512
1548
|
"canonicalSignature": "(System.String):System.Void",
|
|
2513
1549
|
"normalizedSignature": "validateHeaderName|(System.String):System.Void|static=true",
|
|
2514
1550
|
"emitScope": "ClassSurface",
|
|
1551
|
+
"provenance": "Original",
|
|
2515
1552
|
"arity": 0,
|
|
2516
1553
|
"parameterCount": 1,
|
|
1554
|
+
"isStatic": true,
|
|
1555
|
+
"isAbstract": false,
|
|
1556
|
+
"isVirtual": false,
|
|
1557
|
+
"isOverride": false,
|
|
1558
|
+
"isSealed": false,
|
|
2517
1559
|
"declaringClrType": "nodejs.Http.http",
|
|
2518
1560
|
"declaringAssemblyName": "nodejs",
|
|
2519
1561
|
"isExtensionMethod": false
|
|
@@ -2521,13 +1563,18 @@
|
|
|
2521
1563
|
{
|
|
2522
1564
|
"stableId": "nodejs:nodejs.Http.http::validateHeaderValue(System.String,System.Object):System.Void",
|
|
2523
1565
|
"clrName": "validateHeaderValue",
|
|
2524
|
-
"tsEmitName": "validateHeaderValue",
|
|
2525
1566
|
"metadataToken": 100665014,
|
|
2526
1567
|
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
2527
1568
|
"normalizedSignature": "validateHeaderValue|(System.String,System.Object):System.Void|static=true",
|
|
2528
1569
|
"emitScope": "ClassSurface",
|
|
1570
|
+
"provenance": "Original",
|
|
2529
1571
|
"arity": 0,
|
|
2530
1572
|
"parameterCount": 2,
|
|
1573
|
+
"isStatic": true,
|
|
1574
|
+
"isAbstract": false,
|
|
1575
|
+
"isVirtual": false,
|
|
1576
|
+
"isOverride": false,
|
|
1577
|
+
"isSealed": false,
|
|
2531
1578
|
"declaringClrType": "nodejs.Http.http",
|
|
2532
1579
|
"declaringAssemblyName": "nodejs",
|
|
2533
1580
|
"isExtensionMethod": false
|
|
@@ -2537,177 +1584,79 @@
|
|
|
2537
1584
|
{
|
|
2538
1585
|
"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
1586
|
"clrName": "globalAgent_maxSockets",
|
|
2540
|
-
"tsEmitName": "globalAgent_maxSockets",
|
|
2541
1587
|
"metadataToken": 385876357,
|
|
2542
1588
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2543
1589
|
"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
1590
|
"emitScope": "ClassSurface",
|
|
1591
|
+
"provenance": "Original",
|
|
2545
1592
|
"isIndexer": false,
|
|
2546
1593
|
"hasGetter": true,
|
|
2547
1594
|
"hasSetter": true,
|
|
1595
|
+
"isStatic": true,
|
|
1596
|
+
"isAbstract": false,
|
|
1597
|
+
"isVirtual": false,
|
|
1598
|
+
"isOverride": false,
|
|
2548
1599
|
"declaringClrType": "nodejs.Http.http",
|
|
2549
1600
|
"declaringAssemblyName": "nodejs"
|
|
2550
1601
|
},
|
|
2551
1602
|
{
|
|
2552
1603
|
"stableId": "nodejs:nodejs.Http.http::globalAgent_maxFreeSockets:System.Int32",
|
|
2553
1604
|
"clrName": "globalAgent_maxFreeSockets",
|
|
2554
|
-
"tsEmitName": "globalAgent_maxFreeSockets",
|
|
2555
1605
|
"metadataToken": 385876358,
|
|
2556
1606
|
"canonicalSignature": ":System.Int32",
|
|
2557
1607
|
"normalizedSignature": "globalAgent_maxFreeSockets|:System.Int32|static=true|accessor=getset",
|
|
2558
1608
|
"emitScope": "ClassSurface",
|
|
1609
|
+
"provenance": "Original",
|
|
2559
1610
|
"isIndexer": false,
|
|
2560
1611
|
"hasGetter": true,
|
|
2561
1612
|
"hasSetter": true,
|
|
1613
|
+
"isStatic": true,
|
|
1614
|
+
"isAbstract": false,
|
|
1615
|
+
"isVirtual": false,
|
|
1616
|
+
"isOverride": false,
|
|
2562
1617
|
"declaringClrType": "nodejs.Http.http",
|
|
2563
1618
|
"declaringAssemblyName": "nodejs"
|
|
2564
1619
|
},
|
|
2565
1620
|
{
|
|
2566
1621
|
"stableId": "nodejs:nodejs.Http.http::globalAgent_timeout:System.Int32",
|
|
2567
1622
|
"clrName": "globalAgent_timeout",
|
|
2568
|
-
"tsEmitName": "globalAgent_timeout",
|
|
2569
1623
|
"metadataToken": 385876359,
|
|
2570
1624
|
"canonicalSignature": ":System.Int32",
|
|
2571
1625
|
"normalizedSignature": "globalAgent_timeout|:System.Int32|static=true|accessor=getset",
|
|
2572
1626
|
"emitScope": "ClassSurface",
|
|
1627
|
+
"provenance": "Original",
|
|
2573
1628
|
"isIndexer": false,
|
|
2574
1629
|
"hasGetter": true,
|
|
2575
1630
|
"hasSetter": true,
|
|
1631
|
+
"isStatic": true,
|
|
1632
|
+
"isAbstract": false,
|
|
1633
|
+
"isVirtual": false,
|
|
1634
|
+
"isOverride": false,
|
|
2576
1635
|
"declaringClrType": "nodejs.Http.http",
|
|
2577
1636
|
"declaringAssemblyName": "nodejs"
|
|
2578
1637
|
},
|
|
2579
1638
|
{
|
|
2580
1639
|
"stableId": "nodejs:nodejs.Http.http::maxHeaderSize:System.Int32",
|
|
2581
1640
|
"clrName": "maxHeaderSize",
|
|
2582
|
-
"tsEmitName": "maxHeaderSize",
|
|
2583
1641
|
"metadataToken": 385876360,
|
|
2584
1642
|
"canonicalSignature": ":System.Int32",
|
|
2585
1643
|
"normalizedSignature": "maxHeaderSize|:System.Int32|static=true|accessor=getset",
|
|
2586
1644
|
"emitScope": "ClassSurface",
|
|
1645
|
+
"provenance": "Original",
|
|
2587
1646
|
"isIndexer": false,
|
|
2588
1647
|
"hasGetter": true,
|
|
2589
1648
|
"hasSetter": true,
|
|
1649
|
+
"isStatic": true,
|
|
1650
|
+
"isAbstract": false,
|
|
1651
|
+
"isVirtual": false,
|
|
1652
|
+
"isOverride": false,
|
|
2590
1653
|
"declaringClrType": "nodejs.Http.http",
|
|
2591
1654
|
"declaringAssemblyName": "nodejs"
|
|
2592
1655
|
}
|
|
2593
1656
|
],
|
|
2594
1657
|
"fields": [],
|
|
2595
1658
|
"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
|
-
]
|
|
1659
|
+
"constructors": []
|
|
2711
1660
|
}
|
|
2712
1661
|
]
|
|
2713
1662
|
}
|