@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.
@@ -1,1365 +0,0 @@
1
- {
2
- "namespace": "nodejs.Http",
3
- "contributingAssemblies": [
4
- "nodejs"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "nodejs:nodejs.Http.AddressInfo",
9
- "clrName": "nodejs.Http.AddressInfo",
10
- "tsEmitName": "AddressInfo",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": false,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [
19
- {
20
- "stableId": "nodejs:nodejs.Http.AddressInfo::port:System.Int32",
21
- "clrName": "port",
22
- "tsEmitName": "port",
23
- "normalizedSignature": "port|:System.Int32|static=false|accessor=getset",
24
- "provenance": "Original",
25
- "emitScope": "ClassSurface",
26
- "isStatic": false,
27
- "isAbstract": false,
28
- "isVirtual": false,
29
- "isOverride": false,
30
- "isIndexer": false,
31
- "hasGetter": true,
32
- "hasSetter": true
33
- },
34
- {
35
- "stableId": "nodejs:nodejs.Http.AddressInfo::family:System.String",
36
- "clrName": "family",
37
- "tsEmitName": "family",
38
- "normalizedSignature": "family|:System.String|static=false|accessor=getset",
39
- "provenance": "Original",
40
- "emitScope": "ClassSurface",
41
- "isStatic": false,
42
- "isAbstract": false,
43
- "isVirtual": false,
44
- "isOverride": false,
45
- "isIndexer": false,
46
- "hasGetter": true,
47
- "hasSetter": true
48
- },
49
- {
50
- "stableId": "nodejs:nodejs.Http.AddressInfo::address:System.String",
51
- "clrName": "address",
52
- "tsEmitName": "address",
53
- "normalizedSignature": "address|:System.String|static=false|accessor=getset",
54
- "provenance": "Original",
55
- "emitScope": "ClassSurface",
56
- "isStatic": false,
57
- "isAbstract": false,
58
- "isVirtual": false,
59
- "isOverride": false,
60
- "isIndexer": false,
61
- "hasGetter": true,
62
- "hasSetter": true
63
- }
64
- ],
65
- "fields": [],
66
- "events": [],
67
- "constructors": [
68
- {
69
- "normalizedSignature": "constructor|():void|static=false",
70
- "isStatic": false,
71
- "parameterCount": 0
72
- }
73
- ]
74
- },
75
- {
76
- "stableId": "nodejs:nodejs.Http.ClientRequest",
77
- "clrName": "nodejs.Http.ClientRequest",
78
- "tsEmitName": "ClientRequest",
79
- "kind": "Class",
80
- "accessibility": "Public",
81
- "isAbstract": false,
82
- "isSealed": false,
83
- "isStatic": false,
84
- "arity": 0,
85
- "methods": [
86
- {
87
- "stableId": "nodejs:nodejs.Http.ClientRequest::setHeader(System.String,System.String):System.Void",
88
- "clrName": "setHeader",
89
- "tsEmitName": "setHeader",
90
- "normalizedSignature": "setHeader|(System.String,System.String):System.Void|static=false",
91
- "provenance": "Original",
92
- "emitScope": "ClassSurface",
93
- "isStatic": false,
94
- "isAbstract": false,
95
- "isVirtual": false,
96
- "isOverride": false,
97
- "isSealed": false,
98
- "arity": 0,
99
- "parameterCount": 2,
100
- "isExtensionMethod": false
101
- },
102
- {
103
- "stableId": "nodejs:nodejs.Http.ClientRequest::getHeader(System.String):System.String",
104
- "clrName": "getHeader",
105
- "tsEmitName": "getHeader",
106
- "normalizedSignature": "getHeader|(System.String):System.String|static=false",
107
- "provenance": "Original",
108
- "emitScope": "ClassSurface",
109
- "isStatic": false,
110
- "isAbstract": false,
111
- "isVirtual": false,
112
- "isOverride": false,
113
- "isSealed": false,
114
- "arity": 0,
115
- "parameterCount": 1,
116
- "isExtensionMethod": false
117
- },
118
- {
119
- "stableId": "nodejs:nodejs.Http.ClientRequest::getHeaderNames():System.String[]",
120
- "clrName": "getHeaderNames",
121
- "tsEmitName": "getHeaderNames",
122
- "normalizedSignature": "getHeaderNames|():System.String[]|static=false",
123
- "provenance": "Original",
124
- "emitScope": "ClassSurface",
125
- "isStatic": false,
126
- "isAbstract": false,
127
- "isVirtual": false,
128
- "isOverride": false,
129
- "isSealed": false,
130
- "arity": 0,
131
- "parameterCount": 0,
132
- "isExtensionMethod": false
133
- },
134
- {
135
- "stableId": "nodejs:nodejs.Http.ClientRequest::removeHeader(System.String):System.Void",
136
- "clrName": "removeHeader",
137
- "tsEmitName": "removeHeader",
138
- "normalizedSignature": "removeHeader|(System.String):System.Void|static=false",
139
- "provenance": "Original",
140
- "emitScope": "ClassSurface",
141
- "isStatic": false,
142
- "isAbstract": false,
143
- "isVirtual": false,
144
- "isOverride": false,
145
- "isSealed": false,
146
- "arity": 0,
147
- "parameterCount": 1,
148
- "isExtensionMethod": false
149
- },
150
- {
151
- "stableId": "nodejs:nodejs.Http.ClientRequest::write(System.String,System.String,System.Action):System.Boolean",
152
- "clrName": "write",
153
- "tsEmitName": "write",
154
- "normalizedSignature": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
155
- "provenance": "Original",
156
- "emitScope": "ClassSurface",
157
- "isStatic": false,
158
- "isAbstract": false,
159
- "isVirtual": false,
160
- "isOverride": false,
161
- "isSealed": false,
162
- "arity": 0,
163
- "parameterCount": 3,
164
- "isExtensionMethod": false
165
- },
166
- {
167
- "stableId": "nodejs:nodejs.Http.ClientRequest::end(System.String,System.String,System.Action):System.Threading.Tasks.Task",
168
- "clrName": "end",
169
- "tsEmitName": "end",
170
- "normalizedSignature": "end|(System.String,System.String,System.Action):System.Threading.Tasks.Task|static=false",
171
- "provenance": "Original",
172
- "emitScope": "ClassSurface",
173
- "isStatic": false,
174
- "isAbstract": false,
175
- "isVirtual": false,
176
- "isOverride": false,
177
- "isSealed": false,
178
- "arity": 0,
179
- "parameterCount": 3,
180
- "isExtensionMethod": false
181
- },
182
- {
183
- "stableId": "nodejs:nodejs.Http.ClientRequest::abort():System.Void",
184
- "clrName": "abort",
185
- "tsEmitName": "abort",
186
- "normalizedSignature": "abort|():System.Void|static=false",
187
- "provenance": "Original",
188
- "emitScope": "ClassSurface",
189
- "isStatic": false,
190
- "isAbstract": false,
191
- "isVirtual": false,
192
- "isOverride": false,
193
- "isSealed": false,
194
- "arity": 0,
195
- "parameterCount": 0,
196
- "isExtensionMethod": false
197
- },
198
- {
199
- "stableId": "nodejs:nodejs.Http.ClientRequest::setTimeout(System.Int32,System.Action):nodejs.Http.ClientRequest",
200
- "clrName": "setTimeout",
201
- "tsEmitName": "setTimeout",
202
- "normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.ClientRequest|static=false",
203
- "provenance": "Original",
204
- "emitScope": "ClassSurface",
205
- "isStatic": false,
206
- "isAbstract": false,
207
- "isVirtual": false,
208
- "isOverride": false,
209
- "isSealed": false,
210
- "arity": 0,
211
- "parameterCount": 2,
212
- "isExtensionMethod": false
213
- }
214
- ],
215
- "properties": [
216
- {
217
- "stableId": "nodejs:nodejs.Http.ClientRequest::path:System.String",
218
- "clrName": "path",
219
- "tsEmitName": "path",
220
- "normalizedSignature": "path|:System.String|static=false|accessor=get",
221
- "provenance": "Original",
222
- "emitScope": "ClassSurface",
223
- "isStatic": false,
224
- "isAbstract": false,
225
- "isVirtual": false,
226
- "isOverride": false,
227
- "isIndexer": false,
228
- "hasGetter": true,
229
- "hasSetter": false
230
- },
231
- {
232
- "stableId": "nodejs:nodejs.Http.ClientRequest::method:System.String",
233
- "clrName": "method",
234
- "tsEmitName": "method",
235
- "normalizedSignature": "method|:System.String|static=false|accessor=get",
236
- "provenance": "Original",
237
- "emitScope": "ClassSurface",
238
- "isStatic": false,
239
- "isAbstract": false,
240
- "isVirtual": false,
241
- "isOverride": false,
242
- "isIndexer": false,
243
- "hasGetter": true,
244
- "hasSetter": false
245
- },
246
- {
247
- "stableId": "nodejs:nodejs.Http.ClientRequest::host:System.String",
248
- "clrName": "host",
249
- "tsEmitName": "host",
250
- "normalizedSignature": "host|:System.String|static=false|accessor=get",
251
- "provenance": "Original",
252
- "emitScope": "ClassSurface",
253
- "isStatic": false,
254
- "isAbstract": false,
255
- "isVirtual": false,
256
- "isOverride": false,
257
- "isIndexer": false,
258
- "hasGetter": true,
259
- "hasSetter": false
260
- },
261
- {
262
- "stableId": "nodejs:nodejs.Http.ClientRequest::protocol:System.String",
263
- "clrName": "protocol",
264
- "tsEmitName": "protocol",
265
- "normalizedSignature": "protocol|:System.String|static=false|accessor=get",
266
- "provenance": "Original",
267
- "emitScope": "ClassSurface",
268
- "isStatic": false,
269
- "isAbstract": false,
270
- "isVirtual": false,
271
- "isOverride": false,
272
- "isIndexer": false,
273
- "hasGetter": true,
274
- "hasSetter": false
275
- },
276
- {
277
- "stableId": "nodejs:nodejs.Http.ClientRequest::aborted:System.Boolean",
278
- "clrName": "aborted",
279
- "tsEmitName": "aborted",
280
- "normalizedSignature": "aborted|:System.Boolean|static=false|accessor=get",
281
- "provenance": "Original",
282
- "emitScope": "ClassSurface",
283
- "isStatic": false,
284
- "isAbstract": false,
285
- "isVirtual": false,
286
- "isOverride": false,
287
- "isIndexer": false,
288
- "hasGetter": true,
289
- "hasSetter": false
290
- }
291
- ],
292
- "fields": [],
293
- "events": [],
294
- "constructors": []
295
- },
296
- {
297
- "stableId": "nodejs:nodejs.Http.IncomingMessage",
298
- "clrName": "nodejs.Http.IncomingMessage",
299
- "tsEmitName": "IncomingMessage",
300
- "kind": "Class",
301
- "accessibility": "Public",
302
- "isAbstract": false,
303
- "isSealed": false,
304
- "isStatic": false,
305
- "arity": 0,
306
- "methods": [
307
- {
308
- "stableId": "nodejs:nodejs.Http.IncomingMessage::destroy():System.Void",
309
- "clrName": "destroy",
310
- "tsEmitName": "destroy",
311
- "normalizedSignature": "destroy|():System.Void|static=false",
312
- "provenance": "Original",
313
- "emitScope": "ClassSurface",
314
- "isStatic": false,
315
- "isAbstract": false,
316
- "isVirtual": false,
317
- "isOverride": false,
318
- "isSealed": false,
319
- "arity": 0,
320
- "parameterCount": 0,
321
- "isExtensionMethod": false
322
- },
323
- {
324
- "stableId": "nodejs:nodejs.Http.IncomingMessage::setTimeout(System.Int32,System.Action):nodejs.Http.IncomingMessage",
325
- "clrName": "setTimeout",
326
- "tsEmitName": "setTimeout",
327
- "normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.IncomingMessage|static=false",
328
- "provenance": "Original",
329
- "emitScope": "ClassSurface",
330
- "isStatic": false,
331
- "isAbstract": false,
332
- "isVirtual": false,
333
- "isOverride": false,
334
- "isSealed": false,
335
- "arity": 0,
336
- "parameterCount": 2,
337
- "isExtensionMethod": false
338
- },
339
- {
340
- "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]]",
341
- "clrName": "readAll",
342
- "tsEmitName": "readAll",
343
- "normalizedSignature": "readAll|():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
344
- "provenance": "Original",
345
- "emitScope": "ClassSurface",
346
- "isStatic": false,
347
- "isAbstract": false,
348
- "isVirtual": false,
349
- "isOverride": false,
350
- "isSealed": false,
351
- "arity": 0,
352
- "parameterCount": 0,
353
- "isExtensionMethod": false
354
- },
355
- {
356
- "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",
357
- "clrName": "onData",
358
- "tsEmitName": "onData",
359
- "normalizedSignature": "onData|(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
360
- "provenance": "Original",
361
- "emitScope": "ClassSurface",
362
- "isStatic": false,
363
- "isAbstract": false,
364
- "isVirtual": false,
365
- "isOverride": false,
366
- "isSealed": false,
367
- "arity": 0,
368
- "parameterCount": 1,
369
- "isExtensionMethod": false
370
- },
371
- {
372
- "stableId": "nodejs:nodejs.Http.IncomingMessage::onEnd(System.Action):System.Void",
373
- "clrName": "onEnd",
374
- "tsEmitName": "onEnd",
375
- "normalizedSignature": "onEnd|(System.Action):System.Void|static=false",
376
- "provenance": "Original",
377
- "emitScope": "ClassSurface",
378
- "isStatic": false,
379
- "isAbstract": false,
380
- "isVirtual": false,
381
- "isOverride": false,
382
- "isSealed": false,
383
- "arity": 0,
384
- "parameterCount": 1,
385
- "isExtensionMethod": false
386
- },
387
- {
388
- "stableId": "nodejs:nodejs.Http.IncomingMessage::onClose(System.Action):System.Void",
389
- "clrName": "onClose",
390
- "tsEmitName": "onClose",
391
- "normalizedSignature": "onClose|(System.Action):System.Void|static=false",
392
- "provenance": "Original",
393
- "emitScope": "ClassSurface",
394
- "isStatic": false,
395
- "isAbstract": false,
396
- "isVirtual": false,
397
- "isOverride": false,
398
- "isSealed": false,
399
- "arity": 0,
400
- "parameterCount": 1,
401
- "isExtensionMethod": false
402
- }
403
- ],
404
- "properties": [
405
- {
406
- "stableId": "nodejs:nodejs.Http.IncomingMessage::method:System.String",
407
- "clrName": "method",
408
- "tsEmitName": "method",
409
- "normalizedSignature": "method|:System.String|static=false|accessor=get",
410
- "provenance": "Original",
411
- "emitScope": "ClassSurface",
412
- "isStatic": false,
413
- "isAbstract": false,
414
- "isVirtual": false,
415
- "isOverride": false,
416
- "isIndexer": false,
417
- "hasGetter": true,
418
- "hasSetter": false
419
- },
420
- {
421
- "stableId": "nodejs:nodejs.Http.IncomingMessage::url:System.String",
422
- "clrName": "url",
423
- "tsEmitName": "url",
424
- "normalizedSignature": "url|:System.String|static=false|accessor=get",
425
- "provenance": "Original",
426
- "emitScope": "ClassSurface",
427
- "isStatic": false,
428
- "isAbstract": false,
429
- "isVirtual": false,
430
- "isOverride": false,
431
- "isIndexer": false,
432
- "hasGetter": true,
433
- "hasSetter": false
434
- },
435
- {
436
- "stableId": "nodejs:nodejs.Http.IncomingMessage::httpVersion:System.String",
437
- "clrName": "httpVersion",
438
- "tsEmitName": "httpVersion",
439
- "normalizedSignature": "httpVersion|:System.String|static=false|accessor=get",
440
- "provenance": "Original",
441
- "emitScope": "ClassSurface",
442
- "isStatic": false,
443
- "isAbstract": false,
444
- "isVirtual": false,
445
- "isOverride": false,
446
- "isIndexer": false,
447
- "hasGetter": true,
448
- "hasSetter": false
449
- },
450
- {
451
- "stableId": "nodejs:nodejs.Http.IncomingMessage::statusCode:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
452
- "clrName": "statusCode",
453
- "tsEmitName": "statusCode",
454
- "normalizedSignature": "statusCode|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
455
- "provenance": "Original",
456
- "emitScope": "ClassSurface",
457
- "isStatic": false,
458
- "isAbstract": false,
459
- "isVirtual": false,
460
- "isOverride": false,
461
- "isIndexer": false,
462
- "hasGetter": true,
463
- "hasSetter": false
464
- },
465
- {
466
- "stableId": "nodejs:nodejs.Http.IncomingMessage::statusMessage:System.String",
467
- "clrName": "statusMessage",
468
- "tsEmitName": "statusMessage",
469
- "normalizedSignature": "statusMessage|:System.String|static=false|accessor=get",
470
- "provenance": "Original",
471
- "emitScope": "ClassSurface",
472
- "isStatic": false,
473
- "isAbstract": false,
474
- "isVirtual": false,
475
- "isOverride": false,
476
- "isIndexer": false,
477
- "hasGetter": true,
478
- "hasSetter": false
479
- },
480
- {
481
- "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]]",
482
- "clrName": "headers",
483
- "tsEmitName": "headers",
484
- "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",
485
- "provenance": "Original",
486
- "emitScope": "ClassSurface",
487
- "isStatic": false,
488
- "isAbstract": false,
489
- "isVirtual": false,
490
- "isOverride": false,
491
- "isIndexer": false,
492
- "hasGetter": true,
493
- "hasSetter": false
494
- },
495
- {
496
- "stableId": "nodejs:nodejs.Http.IncomingMessage::complete:System.Boolean",
497
- "clrName": "complete",
498
- "tsEmitName": "complete",
499
- "normalizedSignature": "complete|:System.Boolean|static=false|accessor=get",
500
- "provenance": "Original",
501
- "emitScope": "ClassSurface",
502
- "isStatic": false,
503
- "isAbstract": false,
504
- "isVirtual": false,
505
- "isOverride": false,
506
- "isIndexer": false,
507
- "hasGetter": true,
508
- "hasSetter": false
509
- }
510
- ],
511
- "fields": [],
512
- "events": [],
513
- "constructors": []
514
- },
515
- {
516
- "stableId": "nodejs:nodejs.Http.RequestOptions",
517
- "clrName": "nodejs.Http.RequestOptions",
518
- "tsEmitName": "RequestOptions",
519
- "kind": "Class",
520
- "accessibility": "Public",
521
- "isAbstract": false,
522
- "isSealed": false,
523
- "isStatic": false,
524
- "arity": 0,
525
- "methods": [],
526
- "properties": [
527
- {
528
- "stableId": "nodejs:nodejs.Http.RequestOptions::hostname:System.String",
529
- "clrName": "hostname",
530
- "tsEmitName": "hostname",
531
- "normalizedSignature": "hostname|:System.String|static=false|accessor=getset",
532
- "provenance": "Original",
533
- "emitScope": "ClassSurface",
534
- "isStatic": false,
535
- "isAbstract": false,
536
- "isVirtual": false,
537
- "isOverride": false,
538
- "isIndexer": false,
539
- "hasGetter": true,
540
- "hasSetter": true
541
- },
542
- {
543
- "stableId": "nodejs:nodejs.Http.RequestOptions::host:System.String",
544
- "clrName": "host",
545
- "tsEmitName": "host",
546
- "normalizedSignature": "host|:System.String|static=false|accessor=getset",
547
- "provenance": "Original",
548
- "emitScope": "ClassSurface",
549
- "isStatic": false,
550
- "isAbstract": false,
551
- "isVirtual": false,
552
- "isOverride": false,
553
- "isIndexer": false,
554
- "hasGetter": true,
555
- "hasSetter": true
556
- },
557
- {
558
- "stableId": "nodejs:nodejs.Http.RequestOptions::port:System.Int32",
559
- "clrName": "port",
560
- "tsEmitName": "port",
561
- "normalizedSignature": "port|:System.Int32|static=false|accessor=getset",
562
- "provenance": "Original",
563
- "emitScope": "ClassSurface",
564
- "isStatic": false,
565
- "isAbstract": false,
566
- "isVirtual": false,
567
- "isOverride": false,
568
- "isIndexer": false,
569
- "hasGetter": true,
570
- "hasSetter": true
571
- },
572
- {
573
- "stableId": "nodejs:nodejs.Http.RequestOptions::path:System.String",
574
- "clrName": "path",
575
- "tsEmitName": "path",
576
- "normalizedSignature": "path|:System.String|static=false|accessor=getset",
577
- "provenance": "Original",
578
- "emitScope": "ClassSurface",
579
- "isStatic": false,
580
- "isAbstract": false,
581
- "isVirtual": false,
582
- "isOverride": false,
583
- "isIndexer": false,
584
- "hasGetter": true,
585
- "hasSetter": true
586
- },
587
- {
588
- "stableId": "nodejs:nodejs.Http.RequestOptions::method:System.String",
589
- "clrName": "method",
590
- "tsEmitName": "method",
591
- "normalizedSignature": "method|:System.String|static=false|accessor=getset",
592
- "provenance": "Original",
593
- "emitScope": "ClassSurface",
594
- "isStatic": false,
595
- "isAbstract": false,
596
- "isVirtual": false,
597
- "isOverride": false,
598
- "isIndexer": false,
599
- "hasGetter": true,
600
- "hasSetter": true
601
- },
602
- {
603
- "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]]",
604
- "clrName": "headers",
605
- "tsEmitName": "headers",
606
- "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",
607
- "provenance": "Original",
608
- "emitScope": "ClassSurface",
609
- "isStatic": false,
610
- "isAbstract": false,
611
- "isVirtual": false,
612
- "isOverride": false,
613
- "isIndexer": false,
614
- "hasGetter": true,
615
- "hasSetter": true
616
- },
617
- {
618
- "stableId": "nodejs:nodejs.Http.RequestOptions::protocol:System.String",
619
- "clrName": "protocol",
620
- "tsEmitName": "protocol",
621
- "normalizedSignature": "protocol|:System.String|static=false|accessor=getset",
622
- "provenance": "Original",
623
- "emitScope": "ClassSurface",
624
- "isStatic": false,
625
- "isAbstract": false,
626
- "isVirtual": false,
627
- "isOverride": false,
628
- "isIndexer": false,
629
- "hasGetter": true,
630
- "hasSetter": true
631
- },
632
- {
633
- "stableId": "nodejs:nodejs.Http.RequestOptions::timeout:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
634
- "clrName": "timeout",
635
- "tsEmitName": "timeout",
636
- "normalizedSignature": "timeout|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
637
- "provenance": "Original",
638
- "emitScope": "ClassSurface",
639
- "isStatic": false,
640
- "isAbstract": false,
641
- "isVirtual": false,
642
- "isOverride": false,
643
- "isIndexer": false,
644
- "hasGetter": true,
645
- "hasSetter": true
646
- },
647
- {
648
- "stableId": "nodejs:nodejs.Http.RequestOptions::agent:System.Object",
649
- "clrName": "agent",
650
- "tsEmitName": "agent",
651
- "normalizedSignature": "agent|:System.Object|static=false|accessor=getset",
652
- "provenance": "Original",
653
- "emitScope": "ClassSurface",
654
- "isStatic": false,
655
- "isAbstract": false,
656
- "isVirtual": false,
657
- "isOverride": false,
658
- "isIndexer": false,
659
- "hasGetter": true,
660
- "hasSetter": true
661
- },
662
- {
663
- "stableId": "nodejs:nodejs.Http.RequestOptions::auth:System.String",
664
- "clrName": "auth",
665
- "tsEmitName": "auth",
666
- "normalizedSignature": "auth|:System.String|static=false|accessor=getset",
667
- "provenance": "Original",
668
- "emitScope": "ClassSurface",
669
- "isStatic": false,
670
- "isAbstract": false,
671
- "isVirtual": false,
672
- "isOverride": false,
673
- "isIndexer": false,
674
- "hasGetter": true,
675
- "hasSetter": true
676
- }
677
- ],
678
- "fields": [],
679
- "events": [],
680
- "constructors": [
681
- {
682
- "normalizedSignature": "constructor|():void|static=false",
683
- "isStatic": false,
684
- "parameterCount": 0
685
- }
686
- ]
687
- },
688
- {
689
- "stableId": "nodejs:nodejs.Http.Server",
690
- "clrName": "nodejs.Http.Server",
691
- "tsEmitName": "Server",
692
- "kind": "Class",
693
- "accessibility": "Public",
694
- "isAbstract": false,
695
- "isSealed": false,
696
- "isStatic": false,
697
- "arity": 0,
698
- "methods": [
699
- {
700
- "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",
701
- "clrName": "listen",
702
- "tsEmitName": "listen",
703
- "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",
704
- "provenance": "Original",
705
- "emitScope": "ClassSurface",
706
- "isStatic": false,
707
- "isAbstract": false,
708
- "isVirtual": false,
709
- "isOverride": false,
710
- "isSealed": false,
711
- "arity": 0,
712
- "parameterCount": 4,
713
- "isExtensionMethod": false
714
- },
715
- {
716
- "stableId": "nodejs:nodejs.Http.Server::listen(System.Int32,System.Action):nodejs.Http.Server",
717
- "clrName": "listen",
718
- "tsEmitName": "listen",
719
- "normalizedSignature": "listen|(System.Int32,System.Action):nodejs.Http.Server|static=false",
720
- "provenance": "Original",
721
- "emitScope": "ClassSurface",
722
- "isStatic": false,
723
- "isAbstract": false,
724
- "isVirtual": false,
725
- "isOverride": false,
726
- "isSealed": false,
727
- "arity": 0,
728
- "parameterCount": 2,
729
- "isExtensionMethod": false
730
- },
731
- {
732
- "stableId": "nodejs:nodejs.Http.Server::close(System.Action):nodejs.Http.Server",
733
- "clrName": "close",
734
- "tsEmitName": "close",
735
- "normalizedSignature": "close|(System.Action):nodejs.Http.Server|static=false",
736
- "provenance": "Original",
737
- "emitScope": "ClassSurface",
738
- "isStatic": false,
739
- "isAbstract": false,
740
- "isVirtual": false,
741
- "isOverride": false,
742
- "isSealed": false,
743
- "arity": 0,
744
- "parameterCount": 1,
745
- "isExtensionMethod": false
746
- },
747
- {
748
- "stableId": "nodejs:nodejs.Http.Server::setTimeout(System.Int32,System.Action):nodejs.Http.Server",
749
- "clrName": "setTimeout",
750
- "tsEmitName": "setTimeout",
751
- "normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.Server|static=false",
752
- "provenance": "Original",
753
- "emitScope": "ClassSurface",
754
- "isStatic": false,
755
- "isAbstract": false,
756
- "isVirtual": false,
757
- "isOverride": false,
758
- "isSealed": false,
759
- "arity": 0,
760
- "parameterCount": 2,
761
- "isExtensionMethod": false
762
- },
763
- {
764
- "stableId": "nodejs:nodejs.Http.Server::address():nodejs.Http.AddressInfo",
765
- "clrName": "address",
766
- "tsEmitName": "address",
767
- "normalizedSignature": "address|():nodejs.Http.AddressInfo|static=false",
768
- "provenance": "Original",
769
- "emitScope": "ClassSurface",
770
- "isStatic": false,
771
- "isAbstract": false,
772
- "isVirtual": false,
773
- "isOverride": false,
774
- "isSealed": false,
775
- "arity": 0,
776
- "parameterCount": 0,
777
- "isExtensionMethod": false
778
- }
779
- ],
780
- "properties": [
781
- {
782
- "stableId": "nodejs:nodejs.Http.Server::maxHeadersCount:System.Int32",
783
- "clrName": "maxHeadersCount",
784
- "tsEmitName": "maxHeadersCount",
785
- "normalizedSignature": "maxHeadersCount|:System.Int32|static=false|accessor=getset",
786
- "provenance": "Original",
787
- "emitScope": "ClassSurface",
788
- "isStatic": false,
789
- "isAbstract": false,
790
- "isVirtual": false,
791
- "isOverride": false,
792
- "isIndexer": false,
793
- "hasGetter": true,
794
- "hasSetter": true
795
- },
796
- {
797
- "stableId": "nodejs:nodejs.Http.Server::timeout:System.Int32",
798
- "clrName": "timeout",
799
- "tsEmitName": "timeout",
800
- "normalizedSignature": "timeout|:System.Int32|static=false|accessor=getset",
801
- "provenance": "Original",
802
- "emitScope": "ClassSurface",
803
- "isStatic": false,
804
- "isAbstract": false,
805
- "isVirtual": false,
806
- "isOverride": false,
807
- "isIndexer": false,
808
- "hasGetter": true,
809
- "hasSetter": true
810
- },
811
- {
812
- "stableId": "nodejs:nodejs.Http.Server::headersTimeout:System.Int32",
813
- "clrName": "headersTimeout",
814
- "tsEmitName": "headersTimeout",
815
- "normalizedSignature": "headersTimeout|:System.Int32|static=false|accessor=getset",
816
- "provenance": "Original",
817
- "emitScope": "ClassSurface",
818
- "isStatic": false,
819
- "isAbstract": false,
820
- "isVirtual": false,
821
- "isOverride": false,
822
- "isIndexer": false,
823
- "hasGetter": true,
824
- "hasSetter": true
825
- },
826
- {
827
- "stableId": "nodejs:nodejs.Http.Server::requestTimeout:System.Int32",
828
- "clrName": "requestTimeout",
829
- "tsEmitName": "requestTimeout",
830
- "normalizedSignature": "requestTimeout|:System.Int32|static=false|accessor=getset",
831
- "provenance": "Original",
832
- "emitScope": "ClassSurface",
833
- "isStatic": false,
834
- "isAbstract": false,
835
- "isVirtual": false,
836
- "isOverride": false,
837
- "isIndexer": false,
838
- "hasGetter": true,
839
- "hasSetter": true
840
- },
841
- {
842
- "stableId": "nodejs:nodejs.Http.Server::keepAliveTimeout:System.Int32",
843
- "clrName": "keepAliveTimeout",
844
- "tsEmitName": "keepAliveTimeout",
845
- "normalizedSignature": "keepAliveTimeout|:System.Int32|static=false|accessor=getset",
846
- "provenance": "Original",
847
- "emitScope": "ClassSurface",
848
- "isStatic": false,
849
- "isAbstract": false,
850
- "isVirtual": false,
851
- "isOverride": false,
852
- "isIndexer": false,
853
- "hasGetter": true,
854
- "hasSetter": true
855
- },
856
- {
857
- "stableId": "nodejs:nodejs.Http.Server::listening:System.Boolean",
858
- "clrName": "listening",
859
- "tsEmitName": "listening",
860
- "normalizedSignature": "listening|:System.Boolean|static=false|accessor=get",
861
- "provenance": "Original",
862
- "emitScope": "ClassSurface",
863
- "isStatic": false,
864
- "isAbstract": false,
865
- "isVirtual": false,
866
- "isOverride": false,
867
- "isIndexer": false,
868
- "hasGetter": true,
869
- "hasSetter": false
870
- }
871
- ],
872
- "fields": [],
873
- "events": [],
874
- "constructors": [
875
- {
876
- "normalizedSignature": "constructor|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null]]):void|static=false",
877
- "isStatic": false,
878
- "parameterCount": 1
879
- }
880
- ]
881
- },
882
- {
883
- "stableId": "nodejs:nodejs.Http.ServerResponse",
884
- "clrName": "nodejs.Http.ServerResponse",
885
- "tsEmitName": "ServerResponse",
886
- "kind": "Class",
887
- "accessibility": "Public",
888
- "isAbstract": false,
889
- "isSealed": false,
890
- "isStatic": false,
891
- "arity": 0,
892
- "methods": [
893
- {
894
- "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",
895
- "clrName": "writeHead",
896
- "tsEmitName": "writeHead",
897
- "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",
898
- "provenance": "Original",
899
- "emitScope": "ClassSurface",
900
- "isStatic": false,
901
- "isAbstract": false,
902
- "isVirtual": false,
903
- "isOverride": false,
904
- "isSealed": false,
905
- "arity": 0,
906
- "parameterCount": 3,
907
- "isExtensionMethod": false
908
- },
909
- {
910
- "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",
911
- "clrName": "writeHead",
912
- "tsEmitName": "writeHead",
913
- "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",
914
- "provenance": "Original",
915
- "emitScope": "ClassSurface",
916
- "isStatic": false,
917
- "isAbstract": false,
918
- "isVirtual": false,
919
- "isOverride": false,
920
- "isSealed": false,
921
- "arity": 0,
922
- "parameterCount": 2,
923
- "isExtensionMethod": false
924
- },
925
- {
926
- "stableId": "nodejs:nodejs.Http.ServerResponse::setHeader(System.String,System.String):nodejs.Http.ServerResponse",
927
- "clrName": "setHeader",
928
- "tsEmitName": "setHeader",
929
- "normalizedSignature": "setHeader|(System.String,System.String):nodejs.Http.ServerResponse|static=false",
930
- "provenance": "Original",
931
- "emitScope": "ClassSurface",
932
- "isStatic": false,
933
- "isAbstract": false,
934
- "isVirtual": false,
935
- "isOverride": false,
936
- "isSealed": false,
937
- "arity": 0,
938
- "parameterCount": 2,
939
- "isExtensionMethod": false
940
- },
941
- {
942
- "stableId": "nodejs:nodejs.Http.ServerResponse::getHeader(System.String):System.String",
943
- "clrName": "getHeader",
944
- "tsEmitName": "getHeader",
945
- "normalizedSignature": "getHeader|(System.String):System.String|static=false",
946
- "provenance": "Original",
947
- "emitScope": "ClassSurface",
948
- "isStatic": false,
949
- "isAbstract": false,
950
- "isVirtual": false,
951
- "isOverride": false,
952
- "isSealed": false,
953
- "arity": 0,
954
- "parameterCount": 1,
955
- "isExtensionMethod": false
956
- },
957
- {
958
- "stableId": "nodejs:nodejs.Http.ServerResponse::getHeaderNames():System.String[]",
959
- "clrName": "getHeaderNames",
960
- "tsEmitName": "getHeaderNames",
961
- "normalizedSignature": "getHeaderNames|():System.String[]|static=false",
962
- "provenance": "Original",
963
- "emitScope": "ClassSurface",
964
- "isStatic": false,
965
- "isAbstract": false,
966
- "isVirtual": false,
967
- "isOverride": false,
968
- "isSealed": false,
969
- "arity": 0,
970
- "parameterCount": 0,
971
- "isExtensionMethod": false
972
- },
973
- {
974
- "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]]",
975
- "clrName": "getHeaders",
976
- "tsEmitName": "getHeaders",
977
- "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",
978
- "provenance": "Original",
979
- "emitScope": "ClassSurface",
980
- "isStatic": false,
981
- "isAbstract": false,
982
- "isVirtual": false,
983
- "isOverride": false,
984
- "isSealed": false,
985
- "arity": 0,
986
- "parameterCount": 0,
987
- "isExtensionMethod": false
988
- },
989
- {
990
- "stableId": "nodejs:nodejs.Http.ServerResponse::hasHeader(System.String):System.Boolean",
991
- "clrName": "hasHeader",
992
- "tsEmitName": "hasHeader",
993
- "normalizedSignature": "hasHeader|(System.String):System.Boolean|static=false",
994
- "provenance": "Original",
995
- "emitScope": "ClassSurface",
996
- "isStatic": false,
997
- "isAbstract": false,
998
- "isVirtual": false,
999
- "isOverride": false,
1000
- "isSealed": false,
1001
- "arity": 0,
1002
- "parameterCount": 1,
1003
- "isExtensionMethod": false
1004
- },
1005
- {
1006
- "stableId": "nodejs:nodejs.Http.ServerResponse::removeHeader(System.String):System.Void",
1007
- "clrName": "removeHeader",
1008
- "tsEmitName": "removeHeader",
1009
- "normalizedSignature": "removeHeader|(System.String):System.Void|static=false",
1010
- "provenance": "Original",
1011
- "emitScope": "ClassSurface",
1012
- "isStatic": false,
1013
- "isAbstract": false,
1014
- "isVirtual": false,
1015
- "isOverride": false,
1016
- "isSealed": false,
1017
- "arity": 0,
1018
- "parameterCount": 1,
1019
- "isExtensionMethod": false
1020
- },
1021
- {
1022
- "stableId": "nodejs:nodejs.Http.ServerResponse::write(System.String,System.String,System.Action):System.Boolean",
1023
- "clrName": "write",
1024
- "tsEmitName": "write",
1025
- "normalizedSignature": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
1026
- "provenance": "Original",
1027
- "emitScope": "ClassSurface",
1028
- "isStatic": false,
1029
- "isAbstract": false,
1030
- "isVirtual": false,
1031
- "isOverride": false,
1032
- "isSealed": false,
1033
- "arity": 0,
1034
- "parameterCount": 3,
1035
- "isExtensionMethod": false
1036
- },
1037
- {
1038
- "stableId": "nodejs:nodejs.Http.ServerResponse::end(System.String,System.String,System.Action):nodejs.Http.ServerResponse",
1039
- "clrName": "end",
1040
- "tsEmitName": "end",
1041
- "normalizedSignature": "end|(System.String,System.String,System.Action):nodejs.Http.ServerResponse|static=false",
1042
- "provenance": "Original",
1043
- "emitScope": "ClassSurface",
1044
- "isStatic": false,
1045
- "isAbstract": false,
1046
- "isVirtual": false,
1047
- "isOverride": false,
1048
- "isSealed": false,
1049
- "arity": 0,
1050
- "parameterCount": 3,
1051
- "isExtensionMethod": false
1052
- },
1053
- {
1054
- "stableId": "nodejs:nodejs.Http.ServerResponse::setTimeout(System.Int32,System.Action):nodejs.Http.ServerResponse",
1055
- "clrName": "setTimeout",
1056
- "tsEmitName": "setTimeout",
1057
- "normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.ServerResponse|static=false",
1058
- "provenance": "Original",
1059
- "emitScope": "ClassSurface",
1060
- "isStatic": false,
1061
- "isAbstract": false,
1062
- "isVirtual": false,
1063
- "isOverride": false,
1064
- "isSealed": false,
1065
- "arity": 0,
1066
- "parameterCount": 2,
1067
- "isExtensionMethod": false
1068
- },
1069
- {
1070
- "stableId": "nodejs:nodejs.Http.ServerResponse::flushHeaders():System.Void",
1071
- "clrName": "flushHeaders",
1072
- "tsEmitName": "flushHeaders",
1073
- "normalizedSignature": "flushHeaders|():System.Void|static=false",
1074
- "provenance": "Original",
1075
- "emitScope": "ClassSurface",
1076
- "isStatic": false,
1077
- "isAbstract": false,
1078
- "isVirtual": false,
1079
- "isOverride": false,
1080
- "isSealed": false,
1081
- "arity": 0,
1082
- "parameterCount": 0,
1083
- "isExtensionMethod": false
1084
- }
1085
- ],
1086
- "properties": [
1087
- {
1088
- "stableId": "nodejs:nodejs.Http.ServerResponse::statusCode:System.Int32",
1089
- "clrName": "statusCode",
1090
- "tsEmitName": "statusCode",
1091
- "normalizedSignature": "statusCode|:System.Int32|static=false|accessor=getset",
1092
- "provenance": "Original",
1093
- "emitScope": "ClassSurface",
1094
- "isStatic": false,
1095
- "isAbstract": false,
1096
- "isVirtual": false,
1097
- "isOverride": false,
1098
- "isIndexer": false,
1099
- "hasGetter": true,
1100
- "hasSetter": true
1101
- },
1102
- {
1103
- "stableId": "nodejs:nodejs.Http.ServerResponse::statusMessage:System.String",
1104
- "clrName": "statusMessage",
1105
- "tsEmitName": "statusMessage",
1106
- "normalizedSignature": "statusMessage|:System.String|static=false|accessor=getset",
1107
- "provenance": "Original",
1108
- "emitScope": "ClassSurface",
1109
- "isStatic": false,
1110
- "isAbstract": false,
1111
- "isVirtual": false,
1112
- "isOverride": false,
1113
- "isIndexer": false,
1114
- "hasGetter": true,
1115
- "hasSetter": true
1116
- },
1117
- {
1118
- "stableId": "nodejs:nodejs.Http.ServerResponse::headersSent:System.Boolean",
1119
- "clrName": "headersSent",
1120
- "tsEmitName": "headersSent",
1121
- "normalizedSignature": "headersSent|:System.Boolean|static=false|accessor=get",
1122
- "provenance": "Original",
1123
- "emitScope": "ClassSurface",
1124
- "isStatic": false,
1125
- "isAbstract": false,
1126
- "isVirtual": false,
1127
- "isOverride": false,
1128
- "isIndexer": false,
1129
- "hasGetter": true,
1130
- "hasSetter": false
1131
- },
1132
- {
1133
- "stableId": "nodejs:nodejs.Http.ServerResponse::finished:System.Boolean",
1134
- "clrName": "finished",
1135
- "tsEmitName": "finished",
1136
- "normalizedSignature": "finished|:System.Boolean|static=false|accessor=get",
1137
- "provenance": "Original",
1138
- "emitScope": "ClassSurface",
1139
- "isStatic": false,
1140
- "isAbstract": false,
1141
- "isVirtual": false,
1142
- "isOverride": false,
1143
- "isIndexer": false,
1144
- "hasGetter": true,
1145
- "hasSetter": false
1146
- }
1147
- ],
1148
- "fields": [],
1149
- "events": [],
1150
- "constructors": []
1151
- },
1152
- {
1153
- "stableId": "nodejs:nodejs.Http.TypeError",
1154
- "clrName": "nodejs.Http.TypeError",
1155
- "tsEmitName": "TypeError",
1156
- "kind": "Class",
1157
- "accessibility": "Public",
1158
- "isAbstract": false,
1159
- "isSealed": false,
1160
- "isStatic": false,
1161
- "arity": 0,
1162
- "methods": [],
1163
- "properties": [],
1164
- "fields": [],
1165
- "events": [],
1166
- "constructors": [
1167
- {
1168
- "normalizedSignature": "constructor|(System.String):void|static=false",
1169
- "isStatic": false,
1170
- "parameterCount": 1
1171
- }
1172
- ]
1173
- },
1174
- {
1175
- "stableId": "nodejs:nodejs.Http.http",
1176
- "clrName": "nodejs.Http.http",
1177
- "tsEmitName": "http",
1178
- "kind": "StaticNamespace",
1179
- "accessibility": "Public",
1180
- "isAbstract": true,
1181
- "isSealed": true,
1182
- "isStatic": true,
1183
- "arity": 0,
1184
- "methods": [
1185
- {
1186
- "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",
1187
- "clrName": "createServer",
1188
- "tsEmitName": "createServer",
1189
- "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",
1190
- "provenance": "Original",
1191
- "emitScope": "ClassSurface",
1192
- "isStatic": true,
1193
- "isAbstract": false,
1194
- "isVirtual": false,
1195
- "isOverride": false,
1196
- "isSealed": false,
1197
- "arity": 0,
1198
- "parameterCount": 1,
1199
- "isExtensionMethod": false
1200
- },
1201
- {
1202
- "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",
1203
- "clrName": "request",
1204
- "tsEmitName": "request",
1205
- "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",
1206
- "provenance": "Original",
1207
- "emitScope": "ClassSurface",
1208
- "isStatic": true,
1209
- "isAbstract": false,
1210
- "isVirtual": false,
1211
- "isOverride": false,
1212
- "isSealed": false,
1213
- "arity": 0,
1214
- "parameterCount": 2,
1215
- "isExtensionMethod": false
1216
- },
1217
- {
1218
- "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",
1219
- "clrName": "request",
1220
- "tsEmitName": "request",
1221
- "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",
1222
- "provenance": "Original",
1223
- "emitScope": "ClassSurface",
1224
- "isStatic": true,
1225
- "isAbstract": false,
1226
- "isVirtual": false,
1227
- "isOverride": false,
1228
- "isSealed": false,
1229
- "arity": 0,
1230
- "parameterCount": 2,
1231
- "isExtensionMethod": false
1232
- },
1233
- {
1234
- "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",
1235
- "clrName": "get",
1236
- "tsEmitName": "get_",
1237
- "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",
1238
- "provenance": "Original",
1239
- "emitScope": "ClassSurface",
1240
- "isStatic": true,
1241
- "isAbstract": false,
1242
- "isVirtual": false,
1243
- "isOverride": false,
1244
- "isSealed": false,
1245
- "arity": 0,
1246
- "parameterCount": 2,
1247
- "isExtensionMethod": false
1248
- },
1249
- {
1250
- "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",
1251
- "clrName": "get",
1252
- "tsEmitName": "get_",
1253
- "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",
1254
- "provenance": "Original",
1255
- "emitScope": "ClassSurface",
1256
- "isStatic": true,
1257
- "isAbstract": false,
1258
- "isVirtual": false,
1259
- "isOverride": false,
1260
- "isSealed": false,
1261
- "arity": 0,
1262
- "parameterCount": 2,
1263
- "isExtensionMethod": false
1264
- },
1265
- {
1266
- "stableId": "nodejs:nodejs.Http.http::validateHeaderName(System.String):System.Void",
1267
- "clrName": "validateHeaderName",
1268
- "tsEmitName": "validateHeaderName",
1269
- "normalizedSignature": "validateHeaderName|(System.String):System.Void|static=true",
1270
- "provenance": "Original",
1271
- "emitScope": "ClassSurface",
1272
- "isStatic": true,
1273
- "isAbstract": false,
1274
- "isVirtual": false,
1275
- "isOverride": false,
1276
- "isSealed": false,
1277
- "arity": 0,
1278
- "parameterCount": 1,
1279
- "isExtensionMethod": false
1280
- },
1281
- {
1282
- "stableId": "nodejs:nodejs.Http.http::validateHeaderValue(System.String,System.Object):System.Void",
1283
- "clrName": "validateHeaderValue",
1284
- "tsEmitName": "validateHeaderValue",
1285
- "normalizedSignature": "validateHeaderValue|(System.String,System.Object):System.Void|static=true",
1286
- "provenance": "Original",
1287
- "emitScope": "ClassSurface",
1288
- "isStatic": true,
1289
- "isAbstract": false,
1290
- "isVirtual": false,
1291
- "isOverride": false,
1292
- "isSealed": false,
1293
- "arity": 0,
1294
- "parameterCount": 2,
1295
- "isExtensionMethod": false
1296
- }
1297
- ],
1298
- "properties": [
1299
- {
1300
- "stableId": "nodejs:nodejs.Http.http::globalAgent_maxSockets:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1301
- "clrName": "globalAgent_maxSockets",
1302
- "tsEmitName": "globalAgent_maxSockets",
1303
- "normalizedSignature": "globalAgent_maxSockets|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true|accessor=getset",
1304
- "provenance": "Original",
1305
- "emitScope": "ClassSurface",
1306
- "isStatic": true,
1307
- "isAbstract": false,
1308
- "isVirtual": false,
1309
- "isOverride": false,
1310
- "isIndexer": false,
1311
- "hasGetter": true,
1312
- "hasSetter": true
1313
- },
1314
- {
1315
- "stableId": "nodejs:nodejs.Http.http::globalAgent_maxFreeSockets:System.Int32",
1316
- "clrName": "globalAgent_maxFreeSockets",
1317
- "tsEmitName": "globalAgent_maxFreeSockets",
1318
- "normalizedSignature": "globalAgent_maxFreeSockets|:System.Int32|static=true|accessor=getset",
1319
- "provenance": "Original",
1320
- "emitScope": "ClassSurface",
1321
- "isStatic": true,
1322
- "isAbstract": false,
1323
- "isVirtual": false,
1324
- "isOverride": false,
1325
- "isIndexer": false,
1326
- "hasGetter": true,
1327
- "hasSetter": true
1328
- },
1329
- {
1330
- "stableId": "nodejs:nodejs.Http.http::globalAgent_timeout:System.Int32",
1331
- "clrName": "globalAgent_timeout",
1332
- "tsEmitName": "globalAgent_timeout",
1333
- "normalizedSignature": "globalAgent_timeout|:System.Int32|static=true|accessor=getset",
1334
- "provenance": "Original",
1335
- "emitScope": "ClassSurface",
1336
- "isStatic": true,
1337
- "isAbstract": false,
1338
- "isVirtual": false,
1339
- "isOverride": false,
1340
- "isIndexer": false,
1341
- "hasGetter": true,
1342
- "hasSetter": true
1343
- },
1344
- {
1345
- "stableId": "nodejs:nodejs.Http.http::maxHeaderSize:System.Int32",
1346
- "clrName": "maxHeaderSize",
1347
- "tsEmitName": "maxHeaderSize",
1348
- "normalizedSignature": "maxHeaderSize|:System.Int32|static=true|accessor=getset",
1349
- "provenance": "Original",
1350
- "emitScope": "ClassSurface",
1351
- "isStatic": true,
1352
- "isAbstract": false,
1353
- "isVirtual": false,
1354
- "isOverride": false,
1355
- "isIndexer": false,
1356
- "hasGetter": true,
1357
- "hasSetter": true
1358
- }
1359
- ],
1360
- "fields": [],
1361
- "events": [],
1362
- "constructors": []
1363
- }
1364
- ]
1365
- }