@tsonic/nodejs 10.0.39 → 10.0.41
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 +4 -7
- package/Tsonic.Runtime/bindings.json +4729 -0
- package/Tsonic.Runtime/internal/index.d.ts +362 -0
- package/Tsonic.Runtime.d.ts +43 -0
- package/Tsonic.Runtime.js +9 -0
- package/bindings.json +10 -0
- package/families.json +9 -1
- package/index/bindings.json +1350 -1234
- package/index/internal/index.d.ts +13 -6
- package/index.d.ts +3 -0
- package/node-aliases.d.ts +91 -2
- package/nodejs.Http/bindings.json +278 -138
- package/nodejs.Http/internal/index.d.ts +23 -16
- package/nodejs.Http.d.ts +2 -2
- package/package.json +16 -4
- package/tsonic.bindings.json +13 -3
- package/tsonic.surface.json +0 -7
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{
|
|
25
25
|
"stableId": "nodejs:nodejs.Http.AddressInfo::port:System.Int32",
|
|
26
26
|
"clrName": "port",
|
|
27
|
-
"metadataToken":
|
|
27
|
+
"metadataToken": 385876409,
|
|
28
28
|
"canonicalSignature": ":System.Int32",
|
|
29
29
|
"normalizedSignature": "port|:System.Int32|static=false|accessor=getset",
|
|
30
30
|
"emitScope": "ClassSurface",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
{
|
|
44
44
|
"stableId": "nodejs:nodejs.Http.AddressInfo::family:System.String",
|
|
45
45
|
"clrName": "family",
|
|
46
|
-
"metadataToken":
|
|
46
|
+
"metadataToken": 385876410,
|
|
47
47
|
"canonicalSignature": ":System.String",
|
|
48
48
|
"normalizedSignature": "family|:System.String|static=false|accessor=getset",
|
|
49
49
|
"emitScope": "ClassSurface",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
{
|
|
63
63
|
"stableId": "nodejs:nodejs.Http.AddressInfo::address:System.String",
|
|
64
64
|
"clrName": "address",
|
|
65
|
-
"metadataToken":
|
|
65
|
+
"metadataToken": 385876411,
|
|
66
66
|
"canonicalSignature": ":System.String",
|
|
67
67
|
"normalizedSignature": "address|:System.String|static=false|accessor=getset",
|
|
68
68
|
"emitScope": "ClassSurface",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"constructors": [
|
|
85
85
|
{
|
|
86
86
|
"stableId": "nodejs:nodejs.Http.AddressInfo::.ctor():void",
|
|
87
|
-
"metadataToken":
|
|
87
|
+
"metadataToken": 100665275,
|
|
88
88
|
"canonicalSignature": "():void",
|
|
89
89
|
"normalizedSignature": "constructor|():void|static=false",
|
|
90
90
|
"isStatic": false,
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
{
|
|
115
115
|
"stableId": "nodejs:nodejs.Http.ClientRequest::setHeader(System.String,System.String):System.Void",
|
|
116
116
|
"clrName": "setHeader",
|
|
117
|
-
"metadataToken":
|
|
117
|
+
"metadataToken": 100665185,
|
|
118
118
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
119
119
|
"normalizedSignature": "setHeader|(System.String,System.String):System.Void|static=false",
|
|
120
120
|
"emitScope": "ClassSurface",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
{
|
|
135
135
|
"stableId": "nodejs:nodejs.Http.ClientRequest::getHeader(System.String):System.String",
|
|
136
136
|
"clrName": "getHeader",
|
|
137
|
-
"metadataToken":
|
|
137
|
+
"metadataToken": 100665186,
|
|
138
138
|
"canonicalSignature": "(System.String):System.String",
|
|
139
139
|
"normalizedSignature": "getHeader|(System.String):System.String|static=false",
|
|
140
140
|
"emitScope": "ClassSurface",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
{
|
|
155
155
|
"stableId": "nodejs:nodejs.Http.ClientRequest::getHeaderNames():System.String[]",
|
|
156
156
|
"clrName": "getHeaderNames",
|
|
157
|
-
"metadataToken":
|
|
157
|
+
"metadataToken": 100665187,
|
|
158
158
|
"canonicalSignature": "():System.String[]",
|
|
159
159
|
"normalizedSignature": "getHeaderNames|():System.String[]|static=false",
|
|
160
160
|
"emitScope": "ClassSurface",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
{
|
|
175
175
|
"stableId": "nodejs:nodejs.Http.ClientRequest::removeHeader(System.String):System.Void",
|
|
176
176
|
"clrName": "removeHeader",
|
|
177
|
-
"metadataToken":
|
|
177
|
+
"metadataToken": 100665188,
|
|
178
178
|
"canonicalSignature": "(System.String):System.Void",
|
|
179
179
|
"normalizedSignature": "removeHeader|(System.String):System.Void|static=false",
|
|
180
180
|
"emitScope": "ClassSurface",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
{
|
|
195
195
|
"stableId": "nodejs:nodejs.Http.ClientRequest::write(System.String,System.String,System.Action):System.Boolean",
|
|
196
196
|
"clrName": "write",
|
|
197
|
-
"metadataToken":
|
|
197
|
+
"metadataToken": 100665189,
|
|
198
198
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Boolean",
|
|
199
199
|
"normalizedSignature": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
|
|
200
200
|
"emitScope": "ClassSurface",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
{
|
|
215
215
|
"stableId": "nodejs:nodejs.Http.ClientRequest::end(System.String,System.String,System.Action):System.Threading.Tasks.Task",
|
|
216
216
|
"clrName": "end",
|
|
217
|
-
"metadataToken":
|
|
217
|
+
"metadataToken": 100665190,
|
|
218
218
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Threading.Tasks.Task",
|
|
219
219
|
"normalizedSignature": "end|(System.String,System.String,System.Action):System.Threading.Tasks.Task|static=false",
|
|
220
220
|
"emitScope": "ClassSurface",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
{
|
|
235
235
|
"stableId": "nodejs:nodejs.Http.ClientRequest::abort():System.Void",
|
|
236
236
|
"clrName": "abort",
|
|
237
|
-
"metadataToken":
|
|
237
|
+
"metadataToken": 100665192,
|
|
238
238
|
"canonicalSignature": "():System.Void",
|
|
239
239
|
"normalizedSignature": "abort|():System.Void|static=false",
|
|
240
240
|
"emitScope": "ClassSurface",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
{
|
|
255
255
|
"stableId": "nodejs:nodejs.Http.ClientRequest::setTimeout(System.Int32,System.Action):nodejs.Http.ClientRequest",
|
|
256
256
|
"clrName": "setTimeout",
|
|
257
|
-
"metadataToken":
|
|
257
|
+
"metadataToken": 100665193,
|
|
258
258
|
"canonicalSignature": "(System.Int32,System.Action):nodejs.Http.ClientRequest",
|
|
259
259
|
"normalizedSignature": "setTimeout|(System.Int32,System.Action):nodejs.Http.ClientRequest|static=false",
|
|
260
260
|
"emitScope": "ClassSurface",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
{
|
|
277
277
|
"stableId": "nodejs:nodejs.Http.ClientRequest::path:System.String",
|
|
278
278
|
"clrName": "path",
|
|
279
|
-
"metadataToken":
|
|
279
|
+
"metadataToken": 385876377,
|
|
280
280
|
"canonicalSignature": ":System.String",
|
|
281
281
|
"normalizedSignature": "path|:System.String|static=false|accessor=get",
|
|
282
282
|
"emitScope": "ClassSurface",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
{
|
|
296
296
|
"stableId": "nodejs:nodejs.Http.ClientRequest::method:System.String",
|
|
297
297
|
"clrName": "method",
|
|
298
|
-
"metadataToken":
|
|
298
|
+
"metadataToken": 385876378,
|
|
299
299
|
"canonicalSignature": ":System.String",
|
|
300
300
|
"normalizedSignature": "method|:System.String|static=false|accessor=get",
|
|
301
301
|
"emitScope": "ClassSurface",
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
{
|
|
315
315
|
"stableId": "nodejs:nodejs.Http.ClientRequest::host:System.String",
|
|
316
316
|
"clrName": "host",
|
|
317
|
-
"metadataToken":
|
|
317
|
+
"metadataToken": 385876379,
|
|
318
318
|
"canonicalSignature": ":System.String",
|
|
319
319
|
"normalizedSignature": "host|:System.String|static=false|accessor=get",
|
|
320
320
|
"emitScope": "ClassSurface",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
{
|
|
334
334
|
"stableId": "nodejs:nodejs.Http.ClientRequest::protocol:System.String",
|
|
335
335
|
"clrName": "protocol",
|
|
336
|
-
"metadataToken":
|
|
336
|
+
"metadataToken": 385876380,
|
|
337
337
|
"canonicalSignature": ":System.String",
|
|
338
338
|
"normalizedSignature": "protocol|:System.String|static=false|accessor=get",
|
|
339
339
|
"emitScope": "ClassSurface",
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
{
|
|
353
353
|
"stableId": "nodejs:nodejs.Http.ClientRequest::aborted:System.Boolean",
|
|
354
354
|
"clrName": "aborted",
|
|
355
|
-
"metadataToken":
|
|
355
|
+
"metadataToken": 385876381,
|
|
356
356
|
"canonicalSignature": ":System.Boolean",
|
|
357
357
|
"normalizedSignature": "aborted|:System.Boolean|static=false|accessor=get",
|
|
358
358
|
"emitScope": "ClassSurface",
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
{
|
|
393
393
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::destroy():System.Void",
|
|
394
394
|
"clrName": "destroy",
|
|
395
|
-
"metadataToken":
|
|
395
|
+
"metadataToken": 100665222,
|
|
396
396
|
"canonicalSignature": "():System.Void",
|
|
397
397
|
"normalizedSignature": "destroy|():System.Void|static=false",
|
|
398
398
|
"emitScope": "ClassSurface",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
"isExtensionMethod": false
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
|
-
"stableId": "nodejs:nodejs.Http.IncomingMessage::setTimeout(System.
|
|
413
|
+
"stableId": "nodejs:nodejs.Http.IncomingMessage::setTimeout(System.Double,System.Action):nodejs.Http.IncomingMessage",
|
|
414
414
|
"clrName": "setTimeout",
|
|
415
|
-
"metadataToken":
|
|
416
|
-
"canonicalSignature": "(System.
|
|
417
|
-
"normalizedSignature": "setTimeout|(System.
|
|
415
|
+
"metadataToken": 100665223,
|
|
416
|
+
"canonicalSignature": "(System.Double,System.Action):nodejs.Http.IncomingMessage",
|
|
417
|
+
"normalizedSignature": "setTimeout|(System.Double,System.Action):nodejs.Http.IncomingMessage|static=false",
|
|
418
418
|
"emitScope": "ClassSurface",
|
|
419
419
|
"provenance": "Original",
|
|
420
420
|
"arity": 0,
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
{
|
|
433
433
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::readAll():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
434
434
|
"clrName": "readAll",
|
|
435
|
-
"metadataToken":
|
|
435
|
+
"metadataToken": 100665224,
|
|
436
436
|
"canonicalSignature": "():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
437
437
|
"normalizedSignature": "readAll|():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
438
438
|
"emitScope": "ClassSurface",
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
{
|
|
453
453
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::onData(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
454
454
|
"clrName": "onData",
|
|
455
|
-
"metadataToken":
|
|
455
|
+
"metadataToken": 100665225,
|
|
456
456
|
"canonicalSignature": "(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
457
457
|
"normalizedSignature": "onData|(System.Action_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
458
458
|
"emitScope": "ClassSurface",
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
{
|
|
473
473
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::onEnd(System.Action):System.Void",
|
|
474
474
|
"clrName": "onEnd",
|
|
475
|
-
"metadataToken":
|
|
475
|
+
"metadataToken": 100665226,
|
|
476
476
|
"canonicalSignature": "(System.Action):System.Void",
|
|
477
477
|
"normalizedSignature": "onEnd|(System.Action):System.Void|static=false",
|
|
478
478
|
"emitScope": "ClassSurface",
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
{
|
|
493
493
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::onClose(System.Action):System.Void",
|
|
494
494
|
"clrName": "onClose",
|
|
495
|
-
"metadataToken":
|
|
495
|
+
"metadataToken": 100665227,
|
|
496
496
|
"canonicalSignature": "(System.Action):System.Void",
|
|
497
497
|
"normalizedSignature": "onClose|(System.Action):System.Void|static=false",
|
|
498
498
|
"emitScope": "ClassSurface",
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
{
|
|
515
515
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::method:System.String",
|
|
516
516
|
"clrName": "method",
|
|
517
|
-
"metadataToken":
|
|
517
|
+
"metadataToken": 385876386,
|
|
518
518
|
"canonicalSignature": ":System.String",
|
|
519
519
|
"normalizedSignature": "method|:System.String|static=false|accessor=get",
|
|
520
520
|
"emitScope": "ClassSurface",
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
{
|
|
534
534
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::url:System.String",
|
|
535
535
|
"clrName": "url",
|
|
536
|
-
"metadataToken":
|
|
536
|
+
"metadataToken": 385876387,
|
|
537
537
|
"canonicalSignature": ":System.String",
|
|
538
538
|
"normalizedSignature": "url|:System.String|static=false|accessor=get",
|
|
539
539
|
"emitScope": "ClassSurface",
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
{
|
|
553
553
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::httpVersion:System.String",
|
|
554
554
|
"clrName": "httpVersion",
|
|
555
|
-
"metadataToken":
|
|
555
|
+
"metadataToken": 385876388,
|
|
556
556
|
"canonicalSignature": ":System.String",
|
|
557
557
|
"normalizedSignature": "httpVersion|:System.String|static=false|accessor=get",
|
|
558
558
|
"emitScope": "ClassSurface",
|
|
@@ -569,11 +569,11 @@
|
|
|
569
569
|
"declaringAssemblyName": "nodejs"
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
|
-
"stableId": "nodejs:nodejs.Http.IncomingMessage::statusCode:System.Nullable_1[[System.
|
|
572
|
+
"stableId": "nodejs:nodejs.Http.IncomingMessage::statusCode:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
573
573
|
"clrName": "statusCode",
|
|
574
|
-
"metadataToken":
|
|
575
|
-
"canonicalSignature": ":System.Nullable_1[[System.
|
|
576
|
-
"normalizedSignature": "statusCode|:System.Nullable_1[[System.
|
|
574
|
+
"metadataToken": 385876389,
|
|
575
|
+
"canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
576
|
+
"normalizedSignature": "statusCode|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
577
577
|
"emitScope": "ClassSurface",
|
|
578
578
|
"provenance": "Original",
|
|
579
579
|
"isIndexer": false,
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
{
|
|
591
591
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::statusMessage:System.String",
|
|
592
592
|
"clrName": "statusMessage",
|
|
593
|
-
"metadataToken":
|
|
593
|
+
"metadataToken": 385876390,
|
|
594
594
|
"canonicalSignature": ":System.String",
|
|
595
595
|
"normalizedSignature": "statusMessage|:System.String|static=false|accessor=get",
|
|
596
596
|
"emitScope": "ClassSurface",
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
{
|
|
610
610
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::headers:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
611
611
|
"clrName": "headers",
|
|
612
|
-
"metadataToken":
|
|
612
|
+
"metadataToken": 385876391,
|
|
613
613
|
"canonicalSignature": ":System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
614
614
|
"normalizedSignature": "headers|:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
615
615
|
"emitScope": "ClassSurface",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
{
|
|
629
629
|
"stableId": "nodejs:nodejs.Http.IncomingMessage::complete:System.Boolean",
|
|
630
630
|
"clrName": "complete",
|
|
631
|
-
"metadataToken":
|
|
631
|
+
"metadataToken": 385876392,
|
|
632
632
|
"canonicalSignature": ":System.Boolean",
|
|
633
633
|
"normalizedSignature": "complete|:System.Boolean|static=false|accessor=getset",
|
|
634
634
|
"emitScope": "ClassSurface",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
{
|
|
670
670
|
"stableId": "nodejs:nodejs.Http.RequestOptions::hostname:System.String",
|
|
671
671
|
"clrName": "hostname",
|
|
672
|
-
"metadataToken":
|
|
672
|
+
"metadataToken": 385876393,
|
|
673
673
|
"canonicalSignature": ":System.String",
|
|
674
674
|
"normalizedSignature": "hostname|:System.String|static=false|accessor=getset",
|
|
675
675
|
"emitScope": "ClassSurface",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
{
|
|
689
689
|
"stableId": "nodejs:nodejs.Http.RequestOptions::host:System.String",
|
|
690
690
|
"clrName": "host",
|
|
691
|
-
"metadataToken":
|
|
691
|
+
"metadataToken": 385876394,
|
|
692
692
|
"canonicalSignature": ":System.String",
|
|
693
693
|
"normalizedSignature": "host|:System.String|static=false|accessor=getset",
|
|
694
694
|
"emitScope": "ClassSurface",
|
|
@@ -707,7 +707,7 @@
|
|
|
707
707
|
{
|
|
708
708
|
"stableId": "nodejs:nodejs.Http.RequestOptions::port:System.Int32",
|
|
709
709
|
"clrName": "port",
|
|
710
|
-
"metadataToken":
|
|
710
|
+
"metadataToken": 385876395,
|
|
711
711
|
"canonicalSignature": ":System.Int32",
|
|
712
712
|
"normalizedSignature": "port|:System.Int32|static=false|accessor=getset",
|
|
713
713
|
"emitScope": "ClassSurface",
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
{
|
|
727
727
|
"stableId": "nodejs:nodejs.Http.RequestOptions::path:System.String",
|
|
728
728
|
"clrName": "path",
|
|
729
|
-
"metadataToken":
|
|
729
|
+
"metadataToken": 385876396,
|
|
730
730
|
"canonicalSignature": ":System.String",
|
|
731
731
|
"normalizedSignature": "path|:System.String|static=false|accessor=getset",
|
|
732
732
|
"emitScope": "ClassSurface",
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
{
|
|
746
746
|
"stableId": "nodejs:nodejs.Http.RequestOptions::method:System.String",
|
|
747
747
|
"clrName": "method",
|
|
748
|
-
"metadataToken":
|
|
748
|
+
"metadataToken": 385876397,
|
|
749
749
|
"canonicalSignature": ":System.String",
|
|
750
750
|
"normalizedSignature": "method|:System.String|static=false|accessor=getset",
|
|
751
751
|
"emitScope": "ClassSurface",
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
{
|
|
765
765
|
"stableId": "nodejs:nodejs.Http.RequestOptions::headers:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
766
766
|
"clrName": "headers",
|
|
767
|
-
"metadataToken":
|
|
767
|
+
"metadataToken": 385876398,
|
|
768
768
|
"canonicalSignature": ":System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
769
769
|
"normalizedSignature": "headers|:System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
770
770
|
"emitScope": "ClassSurface",
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
{
|
|
784
784
|
"stableId": "nodejs:nodejs.Http.RequestOptions::protocol:System.String",
|
|
785
785
|
"clrName": "protocol",
|
|
786
|
-
"metadataToken":
|
|
786
|
+
"metadataToken": 385876399,
|
|
787
787
|
"canonicalSignature": ":System.String",
|
|
788
788
|
"normalizedSignature": "protocol|:System.String|static=false|accessor=getset",
|
|
789
789
|
"emitScope": "ClassSurface",
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
{
|
|
803
803
|
"stableId": "nodejs:nodejs.Http.RequestOptions::timeout:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
804
804
|
"clrName": "timeout",
|
|
805
|
-
"metadataToken":
|
|
805
|
+
"metadataToken": 385876400,
|
|
806
806
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
807
807
|
"normalizedSignature": "timeout|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
808
808
|
"emitScope": "ClassSurface",
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
{
|
|
822
822
|
"stableId": "nodejs:nodejs.Http.RequestOptions::agent:System.Object",
|
|
823
823
|
"clrName": "agent",
|
|
824
|
-
"metadataToken":
|
|
824
|
+
"metadataToken": 385876401,
|
|
825
825
|
"canonicalSignature": ":System.Object",
|
|
826
826
|
"normalizedSignature": "agent|:System.Object|static=false|accessor=getset",
|
|
827
827
|
"emitScope": "ClassSurface",
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
{
|
|
841
841
|
"stableId": "nodejs:nodejs.Http.RequestOptions::auth:System.String",
|
|
842
842
|
"clrName": "auth",
|
|
843
|
-
"metadataToken":
|
|
843
|
+
"metadataToken": 385876402,
|
|
844
844
|
"canonicalSignature": ":System.String",
|
|
845
845
|
"normalizedSignature": "auth|:System.String|static=false|accessor=getset",
|
|
846
846
|
"emitScope": "ClassSurface",
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
"constructors": [
|
|
863
863
|
{
|
|
864
864
|
"stableId": "nodejs:nodejs.Http.RequestOptions::.ctor():void",
|
|
865
|
-
"metadataToken":
|
|
865
|
+
"metadataToken": 100665248,
|
|
866
866
|
"canonicalSignature": "():void",
|
|
867
867
|
"normalizedSignature": "constructor|():void|static=false",
|
|
868
868
|
"isStatic": false,
|
|
@@ -890,11 +890,11 @@
|
|
|
890
890
|
},
|
|
891
891
|
"methods": [
|
|
892
892
|
{
|
|
893
|
-
"stableId": "nodejs:nodejs.Http.Server::listen(System.
|
|
893
|
+
"stableId": "nodejs:nodejs.Http.Server::listen(System.Double,System.String,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action):nodejs.Http.Server",
|
|
894
894
|
"clrName": "listen",
|
|
895
|
-
"metadataToken":
|
|
896
|
-
"canonicalSignature": "(System.
|
|
897
|
-
"normalizedSignature": "listen|(System.
|
|
895
|
+
"metadataToken": 100665262,
|
|
896
|
+
"canonicalSignature": "(System.Double,System.String,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action):nodejs.Http.Server",
|
|
897
|
+
"normalizedSignature": "listen|(System.Double,System.String,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action):nodejs.Http.Server|static=false",
|
|
898
898
|
"emitScope": "ClassSurface",
|
|
899
899
|
"provenance": "Original",
|
|
900
900
|
"arity": 0,
|
|
@@ -910,11 +910,11 @@
|
|
|
910
910
|
"isExtensionMethod": false
|
|
911
911
|
},
|
|
912
912
|
{
|
|
913
|
-
"stableId": "nodejs:nodejs.Http.Server::listen(System.
|
|
913
|
+
"stableId": "nodejs:nodejs.Http.Server::listen(System.Double,System.Action):nodejs.Http.Server",
|
|
914
914
|
"clrName": "listen",
|
|
915
|
-
"metadataToken":
|
|
916
|
-
"canonicalSignature": "(System.
|
|
917
|
-
"normalizedSignature": "listen|(System.
|
|
915
|
+
"metadataToken": 100665263,
|
|
916
|
+
"canonicalSignature": "(System.Double,System.Action):nodejs.Http.Server",
|
|
917
|
+
"normalizedSignature": "listen|(System.Double,System.Action):nodejs.Http.Server|static=false",
|
|
918
918
|
"emitScope": "ClassSurface",
|
|
919
919
|
"provenance": "Original",
|
|
920
920
|
"arity": 0,
|
|
@@ -929,10 +929,30 @@
|
|
|
929
929
|
"declaringAssemblyName": "nodejs",
|
|
930
930
|
"isExtensionMethod": false
|
|
931
931
|
},
|
|
932
|
+
{
|
|
933
|
+
"stableId": "nodejs:nodejs.Http.Server::listen(System.Double,System.String,System.Action):nodejs.Http.Server",
|
|
934
|
+
"clrName": "listen",
|
|
935
|
+
"metadataToken": 100665264,
|
|
936
|
+
"canonicalSignature": "(System.Double,System.String,System.Action):nodejs.Http.Server",
|
|
937
|
+
"normalizedSignature": "listen|(System.Double,System.String,System.Action):nodejs.Http.Server|static=false",
|
|
938
|
+
"emitScope": "ClassSurface",
|
|
939
|
+
"provenance": "Original",
|
|
940
|
+
"arity": 0,
|
|
941
|
+
"parameterCount": 3,
|
|
942
|
+
"isStatic": false,
|
|
943
|
+
"isAbstract": false,
|
|
944
|
+
"isVirtual": false,
|
|
945
|
+
"isOverride": false,
|
|
946
|
+
"isSealed": false,
|
|
947
|
+
"visibility": "Public",
|
|
948
|
+
"declaringClrType": "nodejs.Http.Server",
|
|
949
|
+
"declaringAssemblyName": "nodejs",
|
|
950
|
+
"isExtensionMethod": false
|
|
951
|
+
},
|
|
932
952
|
{
|
|
933
953
|
"stableId": "nodejs:nodejs.Http.Server::close(System.Action):nodejs.Http.Server",
|
|
934
954
|
"clrName": "close",
|
|
935
|
-
"metadataToken":
|
|
955
|
+
"metadataToken": 100665265,
|
|
936
956
|
"canonicalSignature": "(System.Action):nodejs.Http.Server",
|
|
937
957
|
"normalizedSignature": "close|(System.Action):nodejs.Http.Server|static=false",
|
|
938
958
|
"emitScope": "ClassSurface",
|
|
@@ -950,11 +970,11 @@
|
|
|
950
970
|
"isExtensionMethod": false
|
|
951
971
|
},
|
|
952
972
|
{
|
|
953
|
-
"stableId": "nodejs:nodejs.Http.Server::setTimeout(System.
|
|
973
|
+
"stableId": "nodejs:nodejs.Http.Server::setTimeout(System.Double,System.Action):nodejs.Http.Server",
|
|
954
974
|
"clrName": "setTimeout",
|
|
955
|
-
"metadataToken":
|
|
956
|
-
"canonicalSignature": "(System.
|
|
957
|
-
"normalizedSignature": "setTimeout|(System.
|
|
975
|
+
"metadataToken": 100665267,
|
|
976
|
+
"canonicalSignature": "(System.Double,System.Action):nodejs.Http.Server",
|
|
977
|
+
"normalizedSignature": "setTimeout|(System.Double,System.Action):nodejs.Http.Server|static=false",
|
|
958
978
|
"emitScope": "ClassSurface",
|
|
959
979
|
"provenance": "Original",
|
|
960
980
|
"arity": 0,
|
|
@@ -972,7 +992,7 @@
|
|
|
972
992
|
{
|
|
973
993
|
"stableId": "nodejs:nodejs.Http.Server::address():nodejs.Http.AddressInfo",
|
|
974
994
|
"clrName": "address",
|
|
975
|
-
"metadataToken":
|
|
995
|
+
"metadataToken": 100665268,
|
|
976
996
|
"canonicalSignature": "():nodejs.Http.AddressInfo",
|
|
977
997
|
"normalizedSignature": "address|():nodejs.Http.AddressInfo|static=false",
|
|
978
998
|
"emitScope": "ClassSurface",
|
|
@@ -994,7 +1014,7 @@
|
|
|
994
1014
|
{
|
|
995
1015
|
"stableId": "nodejs:nodejs.Http.Server::maxHeadersCount:System.Int32",
|
|
996
1016
|
"clrName": "maxHeadersCount",
|
|
997
|
-
"metadataToken":
|
|
1017
|
+
"metadataToken": 385876403,
|
|
998
1018
|
"canonicalSignature": ":System.Int32",
|
|
999
1019
|
"normalizedSignature": "maxHeadersCount|:System.Int32|static=false|accessor=getset",
|
|
1000
1020
|
"emitScope": "ClassSurface",
|
|
@@ -1011,11 +1031,11 @@
|
|
|
1011
1031
|
"declaringAssemblyName": "nodejs"
|
|
1012
1032
|
},
|
|
1013
1033
|
{
|
|
1014
|
-
"stableId": "nodejs:nodejs.Http.Server::timeout:System.
|
|
1034
|
+
"stableId": "nodejs:nodejs.Http.Server::timeout:System.Double",
|
|
1015
1035
|
"clrName": "timeout",
|
|
1016
|
-
"metadataToken":
|
|
1017
|
-
"canonicalSignature": ":System.
|
|
1018
|
-
"normalizedSignature": "timeout|:System.
|
|
1036
|
+
"metadataToken": 385876404,
|
|
1037
|
+
"canonicalSignature": ":System.Double",
|
|
1038
|
+
"normalizedSignature": "timeout|:System.Double|static=false|accessor=getset",
|
|
1019
1039
|
"emitScope": "ClassSurface",
|
|
1020
1040
|
"provenance": "Original",
|
|
1021
1041
|
"isIndexer": false,
|
|
@@ -1030,11 +1050,11 @@
|
|
|
1030
1050
|
"declaringAssemblyName": "nodejs"
|
|
1031
1051
|
},
|
|
1032
1052
|
{
|
|
1033
|
-
"stableId": "nodejs:nodejs.Http.Server::headersTimeout:System.
|
|
1053
|
+
"stableId": "nodejs:nodejs.Http.Server::headersTimeout:System.Double",
|
|
1034
1054
|
"clrName": "headersTimeout",
|
|
1035
|
-
"metadataToken":
|
|
1036
|
-
"canonicalSignature": ":System.
|
|
1037
|
-
"normalizedSignature": "headersTimeout|:System.
|
|
1055
|
+
"metadataToken": 385876405,
|
|
1056
|
+
"canonicalSignature": ":System.Double",
|
|
1057
|
+
"normalizedSignature": "headersTimeout|:System.Double|static=false|accessor=getset",
|
|
1038
1058
|
"emitScope": "ClassSurface",
|
|
1039
1059
|
"provenance": "Original",
|
|
1040
1060
|
"isIndexer": false,
|
|
@@ -1049,11 +1069,11 @@
|
|
|
1049
1069
|
"declaringAssemblyName": "nodejs"
|
|
1050
1070
|
},
|
|
1051
1071
|
{
|
|
1052
|
-
"stableId": "nodejs:nodejs.Http.Server::requestTimeout:System.
|
|
1072
|
+
"stableId": "nodejs:nodejs.Http.Server::requestTimeout:System.Double",
|
|
1053
1073
|
"clrName": "requestTimeout",
|
|
1054
|
-
"metadataToken":
|
|
1055
|
-
"canonicalSignature": ":System.
|
|
1056
|
-
"normalizedSignature": "requestTimeout|:System.
|
|
1074
|
+
"metadataToken": 385876406,
|
|
1075
|
+
"canonicalSignature": ":System.Double",
|
|
1076
|
+
"normalizedSignature": "requestTimeout|:System.Double|static=false|accessor=getset",
|
|
1057
1077
|
"emitScope": "ClassSurface",
|
|
1058
1078
|
"provenance": "Original",
|
|
1059
1079
|
"isIndexer": false,
|
|
@@ -1068,11 +1088,11 @@
|
|
|
1068
1088
|
"declaringAssemblyName": "nodejs"
|
|
1069
1089
|
},
|
|
1070
1090
|
{
|
|
1071
|
-
"stableId": "nodejs:nodejs.Http.Server::keepAliveTimeout:System.
|
|
1091
|
+
"stableId": "nodejs:nodejs.Http.Server::keepAliveTimeout:System.Double",
|
|
1072
1092
|
"clrName": "keepAliveTimeout",
|
|
1073
|
-
"metadataToken":
|
|
1074
|
-
"canonicalSignature": ":System.
|
|
1075
|
-
"normalizedSignature": "keepAliveTimeout|:System.
|
|
1093
|
+
"metadataToken": 385876407,
|
|
1094
|
+
"canonicalSignature": ":System.Double",
|
|
1095
|
+
"normalizedSignature": "keepAliveTimeout|:System.Double|static=false|accessor=getset",
|
|
1076
1096
|
"emitScope": "ClassSurface",
|
|
1077
1097
|
"provenance": "Original",
|
|
1078
1098
|
"isIndexer": false,
|
|
@@ -1089,7 +1109,7 @@
|
|
|
1089
1109
|
{
|
|
1090
1110
|
"stableId": "nodejs:nodejs.Http.Server::listening:System.Boolean",
|
|
1091
1111
|
"clrName": "listening",
|
|
1092
|
-
"metadataToken":
|
|
1112
|
+
"metadataToken": 385876408,
|
|
1093
1113
|
"canonicalSignature": ":System.Boolean",
|
|
1094
1114
|
"normalizedSignature": "listening|:System.Boolean|static=false|accessor=get",
|
|
1095
1115
|
"emitScope": "ClassSurface",
|
|
@@ -1110,10 +1130,10 @@
|
|
|
1110
1130
|
"events": [],
|
|
1111
1131
|
"constructors": [
|
|
1112
1132
|
{
|
|
1113
|
-
"stableId": "nodejs:nodejs.Http.Server::.ctor(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1114
|
-
"metadataToken":
|
|
1115
|
-
"canonicalSignature": "(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1116
|
-
"normalizedSignature": "constructor|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1133
|
+
"stableId": "nodejs:nodejs.Http.Server::.ctor(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):void",
|
|
1134
|
+
"metadataToken": 100665250,
|
|
1135
|
+
"canonicalSignature": "(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):void",
|
|
1136
|
+
"normalizedSignature": "constructor|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):void|static=false",
|
|
1117
1137
|
"isStatic": false,
|
|
1118
1138
|
"parameterCount": 1,
|
|
1119
1139
|
"visibility": "Public",
|
|
@@ -1139,11 +1159,11 @@
|
|
|
1139
1159
|
},
|
|
1140
1160
|
"methods": [
|
|
1141
1161
|
{
|
|
1142
|
-
"stableId": "nodejs:nodejs.Http.ServerResponse::writeHead(System.
|
|
1162
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::writeHead(System.Double,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",
|
|
1143
1163
|
"clrName": "writeHead",
|
|
1144
|
-
"metadataToken":
|
|
1145
|
-
"canonicalSignature": "(System.
|
|
1146
|
-
"normalizedSignature": "writeHead|(System.
|
|
1164
|
+
"metadataToken": 100665283,
|
|
1165
|
+
"canonicalSignature": "(System.Double,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",
|
|
1166
|
+
"normalizedSignature": "writeHead|(System.Double,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",
|
|
1147
1167
|
"emitScope": "ClassSurface",
|
|
1148
1168
|
"provenance": "Original",
|
|
1149
1169
|
"arity": 0,
|
|
@@ -1159,11 +1179,11 @@
|
|
|
1159
1179
|
"isExtensionMethod": false
|
|
1160
1180
|
},
|
|
1161
1181
|
{
|
|
1162
|
-
"stableId": "nodejs:nodejs.Http.ServerResponse::writeHead(System.
|
|
1182
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::writeHead(System.Double,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",
|
|
1163
1183
|
"clrName": "writeHead",
|
|
1164
|
-
"metadataToken":
|
|
1165
|
-
"canonicalSignature": "(System.
|
|
1166
|
-
"normalizedSignature": "writeHead|(System.
|
|
1184
|
+
"metadataToken": 100665284,
|
|
1185
|
+
"canonicalSignature": "(System.Double,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",
|
|
1186
|
+
"normalizedSignature": "writeHead|(System.Double,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",
|
|
1167
1187
|
"emitScope": "ClassSurface",
|
|
1168
1188
|
"provenance": "Original",
|
|
1169
1189
|
"arity": 0,
|
|
@@ -1181,7 +1201,7 @@
|
|
|
1181
1201
|
{
|
|
1182
1202
|
"stableId": "nodejs:nodejs.Http.ServerResponse::setHeader(System.String,System.String):nodejs.Http.ServerResponse",
|
|
1183
1203
|
"clrName": "setHeader",
|
|
1184
|
-
"metadataToken":
|
|
1204
|
+
"metadataToken": 100665285,
|
|
1185
1205
|
"canonicalSignature": "(System.String,System.String):nodejs.Http.ServerResponse",
|
|
1186
1206
|
"normalizedSignature": "setHeader|(System.String,System.String):nodejs.Http.ServerResponse|static=false",
|
|
1187
1207
|
"emitScope": "ClassSurface",
|
|
@@ -1201,7 +1221,7 @@
|
|
|
1201
1221
|
{
|
|
1202
1222
|
"stableId": "nodejs:nodejs.Http.ServerResponse::getHeader(System.String):System.String",
|
|
1203
1223
|
"clrName": "getHeader",
|
|
1204
|
-
"metadataToken":
|
|
1224
|
+
"metadataToken": 100665286,
|
|
1205
1225
|
"canonicalSignature": "(System.String):System.String",
|
|
1206
1226
|
"normalizedSignature": "getHeader|(System.String):System.String|static=false",
|
|
1207
1227
|
"emitScope": "ClassSurface",
|
|
@@ -1221,7 +1241,7 @@
|
|
|
1221
1241
|
{
|
|
1222
1242
|
"stableId": "nodejs:nodejs.Http.ServerResponse::getHeaderNames():System.String[]",
|
|
1223
1243
|
"clrName": "getHeaderNames",
|
|
1224
|
-
"metadataToken":
|
|
1244
|
+
"metadataToken": 100665287,
|
|
1225
1245
|
"canonicalSignature": "():System.String[]",
|
|
1226
1246
|
"normalizedSignature": "getHeaderNames|():System.String[]|static=false",
|
|
1227
1247
|
"emitScope": "ClassSurface",
|
|
@@ -1241,7 +1261,7 @@
|
|
|
1241
1261
|
{
|
|
1242
1262
|
"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]]",
|
|
1243
1263
|
"clrName": "getHeaders",
|
|
1244
|
-
"metadataToken":
|
|
1264
|
+
"metadataToken": 100665288,
|
|
1245
1265
|
"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]]",
|
|
1246
1266
|
"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",
|
|
1247
1267
|
"emitScope": "ClassSurface",
|
|
@@ -1261,7 +1281,7 @@
|
|
|
1261
1281
|
{
|
|
1262
1282
|
"stableId": "nodejs:nodejs.Http.ServerResponse::hasHeader(System.String):System.Boolean",
|
|
1263
1283
|
"clrName": "hasHeader",
|
|
1264
|
-
"metadataToken":
|
|
1284
|
+
"metadataToken": 100665289,
|
|
1265
1285
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
1266
1286
|
"normalizedSignature": "hasHeader|(System.String):System.Boolean|static=false",
|
|
1267
1287
|
"emitScope": "ClassSurface",
|
|
@@ -1281,7 +1301,7 @@
|
|
|
1281
1301
|
{
|
|
1282
1302
|
"stableId": "nodejs:nodejs.Http.ServerResponse::removeHeader(System.String):System.Void",
|
|
1283
1303
|
"clrName": "removeHeader",
|
|
1284
|
-
"metadataToken":
|
|
1304
|
+
"metadataToken": 100665290,
|
|
1285
1305
|
"canonicalSignature": "(System.String):System.Void",
|
|
1286
1306
|
"normalizedSignature": "removeHeader|(System.String):System.Void|static=false",
|
|
1287
1307
|
"emitScope": "ClassSurface",
|
|
@@ -1301,7 +1321,7 @@
|
|
|
1301
1321
|
{
|
|
1302
1322
|
"stableId": "nodejs:nodejs.Http.ServerResponse::write(System.String,System.String,System.Action):System.Boolean",
|
|
1303
1323
|
"clrName": "write",
|
|
1304
|
-
"metadataToken":
|
|
1324
|
+
"metadataToken": 100665291,
|
|
1305
1325
|
"canonicalSignature": "(System.String,System.String,System.Action):System.Boolean",
|
|
1306
1326
|
"normalizedSignature": "write|(System.String,System.String,System.Action):System.Boolean|static=false",
|
|
1307
1327
|
"emitScope": "ClassSurface",
|
|
@@ -1318,10 +1338,90 @@
|
|
|
1318
1338
|
"declaringAssemblyName": "nodejs",
|
|
1319
1339
|
"isExtensionMethod": false
|
|
1320
1340
|
},
|
|
1341
|
+
{
|
|
1342
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::write(nodejs.Buffer,System.Action):System.Boolean",
|
|
1343
|
+
"clrName": "write",
|
|
1344
|
+
"metadataToken": 100665292,
|
|
1345
|
+
"canonicalSignature": "(nodejs.Buffer,System.Action):System.Boolean",
|
|
1346
|
+
"normalizedSignature": "write|(nodejs.Buffer,System.Action):System.Boolean|static=false",
|
|
1347
|
+
"emitScope": "ClassSurface",
|
|
1348
|
+
"provenance": "Original",
|
|
1349
|
+
"arity": 0,
|
|
1350
|
+
"parameterCount": 2,
|
|
1351
|
+
"isStatic": false,
|
|
1352
|
+
"isAbstract": false,
|
|
1353
|
+
"isVirtual": false,
|
|
1354
|
+
"isOverride": false,
|
|
1355
|
+
"isSealed": false,
|
|
1356
|
+
"visibility": "Public",
|
|
1357
|
+
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1358
|
+
"declaringAssemblyName": "nodejs",
|
|
1359
|
+
"isExtensionMethod": false
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::write(System.Byte[],System.Action):System.Boolean",
|
|
1363
|
+
"clrName": "write",
|
|
1364
|
+
"metadataToken": 100665293,
|
|
1365
|
+
"canonicalSignature": "(System.Byte[],System.Action):System.Boolean",
|
|
1366
|
+
"normalizedSignature": "write|(System.Byte[],System.Action):System.Boolean|static=false",
|
|
1367
|
+
"emitScope": "ClassSurface",
|
|
1368
|
+
"provenance": "Original",
|
|
1369
|
+
"arity": 0,
|
|
1370
|
+
"parameterCount": 2,
|
|
1371
|
+
"isStatic": false,
|
|
1372
|
+
"isAbstract": false,
|
|
1373
|
+
"isVirtual": false,
|
|
1374
|
+
"isOverride": false,
|
|
1375
|
+
"isSealed": false,
|
|
1376
|
+
"visibility": "Public",
|
|
1377
|
+
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1378
|
+
"declaringAssemblyName": "nodejs",
|
|
1379
|
+
"isExtensionMethod": false
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::end():nodejs.Http.ServerResponse",
|
|
1383
|
+
"clrName": "end",
|
|
1384
|
+
"metadataToken": 100665294,
|
|
1385
|
+
"canonicalSignature": "():nodejs.Http.ServerResponse",
|
|
1386
|
+
"normalizedSignature": "end|():nodejs.Http.ServerResponse|static=false",
|
|
1387
|
+
"emitScope": "ClassSurface",
|
|
1388
|
+
"provenance": "Original",
|
|
1389
|
+
"arity": 0,
|
|
1390
|
+
"parameterCount": 0,
|
|
1391
|
+
"isStatic": false,
|
|
1392
|
+
"isAbstract": false,
|
|
1393
|
+
"isVirtual": false,
|
|
1394
|
+
"isOverride": false,
|
|
1395
|
+
"isSealed": false,
|
|
1396
|
+
"visibility": "Public",
|
|
1397
|
+
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1398
|
+
"declaringAssemblyName": "nodejs",
|
|
1399
|
+
"isExtensionMethod": false
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::end(System.Action):nodejs.Http.ServerResponse",
|
|
1403
|
+
"clrName": "end",
|
|
1404
|
+
"metadataToken": 100665295,
|
|
1405
|
+
"canonicalSignature": "(System.Action):nodejs.Http.ServerResponse",
|
|
1406
|
+
"normalizedSignature": "end|(System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1407
|
+
"emitScope": "ClassSurface",
|
|
1408
|
+
"provenance": "Original",
|
|
1409
|
+
"arity": 0,
|
|
1410
|
+
"parameterCount": 1,
|
|
1411
|
+
"isStatic": false,
|
|
1412
|
+
"isAbstract": false,
|
|
1413
|
+
"isVirtual": false,
|
|
1414
|
+
"isOverride": false,
|
|
1415
|
+
"isSealed": false,
|
|
1416
|
+
"visibility": "Public",
|
|
1417
|
+
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1418
|
+
"declaringAssemblyName": "nodejs",
|
|
1419
|
+
"isExtensionMethod": false
|
|
1420
|
+
},
|
|
1321
1421
|
{
|
|
1322
1422
|
"stableId": "nodejs:nodejs.Http.ServerResponse::end(System.String,System.String,System.Action):nodejs.Http.ServerResponse",
|
|
1323
1423
|
"clrName": "end",
|
|
1324
|
-
"metadataToken":
|
|
1424
|
+
"metadataToken": 100665296,
|
|
1325
1425
|
"canonicalSignature": "(System.String,System.String,System.Action):nodejs.Http.ServerResponse",
|
|
1326
1426
|
"normalizedSignature": "end|(System.String,System.String,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1327
1427
|
"emitScope": "ClassSurface",
|
|
@@ -1339,11 +1439,51 @@
|
|
|
1339
1439
|
"isExtensionMethod": false
|
|
1340
1440
|
},
|
|
1341
1441
|
{
|
|
1342
|
-
"stableId": "nodejs:nodejs.Http.ServerResponse::
|
|
1442
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::end(nodejs.Buffer,System.Action):nodejs.Http.ServerResponse",
|
|
1443
|
+
"clrName": "end",
|
|
1444
|
+
"metadataToken": 100665297,
|
|
1445
|
+
"canonicalSignature": "(nodejs.Buffer,System.Action):nodejs.Http.ServerResponse",
|
|
1446
|
+
"normalizedSignature": "end|(nodejs.Buffer,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1447
|
+
"emitScope": "ClassSurface",
|
|
1448
|
+
"provenance": "Original",
|
|
1449
|
+
"arity": 0,
|
|
1450
|
+
"parameterCount": 2,
|
|
1451
|
+
"isStatic": false,
|
|
1452
|
+
"isAbstract": false,
|
|
1453
|
+
"isVirtual": false,
|
|
1454
|
+
"isOverride": false,
|
|
1455
|
+
"isSealed": false,
|
|
1456
|
+
"visibility": "Public",
|
|
1457
|
+
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1458
|
+
"declaringAssemblyName": "nodejs",
|
|
1459
|
+
"isExtensionMethod": false
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::end(System.Byte[],System.Action):nodejs.Http.ServerResponse",
|
|
1463
|
+
"clrName": "end",
|
|
1464
|
+
"metadataToken": 100665298,
|
|
1465
|
+
"canonicalSignature": "(System.Byte[],System.Action):nodejs.Http.ServerResponse",
|
|
1466
|
+
"normalizedSignature": "end|(System.Byte[],System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1467
|
+
"emitScope": "ClassSurface",
|
|
1468
|
+
"provenance": "Original",
|
|
1469
|
+
"arity": 0,
|
|
1470
|
+
"parameterCount": 2,
|
|
1471
|
+
"isStatic": false,
|
|
1472
|
+
"isAbstract": false,
|
|
1473
|
+
"isVirtual": false,
|
|
1474
|
+
"isOverride": false,
|
|
1475
|
+
"isSealed": false,
|
|
1476
|
+
"visibility": "Public",
|
|
1477
|
+
"declaringClrType": "nodejs.Http.ServerResponse",
|
|
1478
|
+
"declaringAssemblyName": "nodejs",
|
|
1479
|
+
"isExtensionMethod": false
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::setTimeout(System.Double,System.Action):nodejs.Http.ServerResponse",
|
|
1343
1483
|
"clrName": "setTimeout",
|
|
1344
|
-
"metadataToken":
|
|
1345
|
-
"canonicalSignature": "(System.
|
|
1346
|
-
"normalizedSignature": "setTimeout|(System.
|
|
1484
|
+
"metadataToken": 100665299,
|
|
1485
|
+
"canonicalSignature": "(System.Double,System.Action):nodejs.Http.ServerResponse",
|
|
1486
|
+
"normalizedSignature": "setTimeout|(System.Double,System.Action):nodejs.Http.ServerResponse|static=false",
|
|
1347
1487
|
"emitScope": "ClassSurface",
|
|
1348
1488
|
"provenance": "Original",
|
|
1349
1489
|
"arity": 0,
|
|
@@ -1361,7 +1501,7 @@
|
|
|
1361
1501
|
{
|
|
1362
1502
|
"stableId": "nodejs:nodejs.Http.ServerResponse::flushHeaders():System.Void",
|
|
1363
1503
|
"clrName": "flushHeaders",
|
|
1364
|
-
"metadataToken":
|
|
1504
|
+
"metadataToken": 100665300,
|
|
1365
1505
|
"canonicalSignature": "():System.Void",
|
|
1366
1506
|
"normalizedSignature": "flushHeaders|():System.Void|static=false",
|
|
1367
1507
|
"emitScope": "ClassSurface",
|
|
@@ -1381,11 +1521,11 @@
|
|
|
1381
1521
|
],
|
|
1382
1522
|
"properties": [
|
|
1383
1523
|
{
|
|
1384
|
-
"stableId": "nodejs:nodejs.Http.ServerResponse::statusCode:System.
|
|
1524
|
+
"stableId": "nodejs:nodejs.Http.ServerResponse::statusCode:System.Double",
|
|
1385
1525
|
"clrName": "statusCode",
|
|
1386
|
-
"metadataToken":
|
|
1387
|
-
"canonicalSignature": ":System.
|
|
1388
|
-
"normalizedSignature": "statusCode|:System.
|
|
1526
|
+
"metadataToken": 385876412,
|
|
1527
|
+
"canonicalSignature": ":System.Double",
|
|
1528
|
+
"normalizedSignature": "statusCode|:System.Double|static=false|accessor=getset",
|
|
1389
1529
|
"emitScope": "ClassSurface",
|
|
1390
1530
|
"provenance": "Original",
|
|
1391
1531
|
"isIndexer": false,
|
|
@@ -1402,7 +1542,7 @@
|
|
|
1402
1542
|
{
|
|
1403
1543
|
"stableId": "nodejs:nodejs.Http.ServerResponse::statusMessage:System.String",
|
|
1404
1544
|
"clrName": "statusMessage",
|
|
1405
|
-
"metadataToken":
|
|
1545
|
+
"metadataToken": 385876413,
|
|
1406
1546
|
"canonicalSignature": ":System.String",
|
|
1407
1547
|
"normalizedSignature": "statusMessage|:System.String|static=false|accessor=getset",
|
|
1408
1548
|
"emitScope": "ClassSurface",
|
|
@@ -1421,7 +1561,7 @@
|
|
|
1421
1561
|
{
|
|
1422
1562
|
"stableId": "nodejs:nodejs.Http.ServerResponse::headersSent:System.Boolean",
|
|
1423
1563
|
"clrName": "headersSent",
|
|
1424
|
-
"metadataToken":
|
|
1564
|
+
"metadataToken": 385876414,
|
|
1425
1565
|
"canonicalSignature": ":System.Boolean",
|
|
1426
1566
|
"normalizedSignature": "headersSent|:System.Boolean|static=false|accessor=get",
|
|
1427
1567
|
"emitScope": "ClassSurface",
|
|
@@ -1440,7 +1580,7 @@
|
|
|
1440
1580
|
{
|
|
1441
1581
|
"stableId": "nodejs:nodejs.Http.ServerResponse::finished:System.Boolean",
|
|
1442
1582
|
"clrName": "finished",
|
|
1443
|
-
"metadataToken":
|
|
1583
|
+
"metadataToken": 385876415,
|
|
1444
1584
|
"canonicalSignature": ":System.Boolean",
|
|
1445
1585
|
"normalizedSignature": "finished|:System.Boolean|static=false|accessor=get",
|
|
1446
1586
|
"emitScope": "ClassSurface",
|
|
@@ -1489,7 +1629,7 @@
|
|
|
1489
1629
|
"constructors": [
|
|
1490
1630
|
{
|
|
1491
1631
|
"stableId": "nodejs:nodejs.Http.TypeError::.ctor(System.String):void",
|
|
1492
|
-
"metadataToken":
|
|
1632
|
+
"metadataToken": 100665211,
|
|
1493
1633
|
"canonicalSignature": "(System.String):void",
|
|
1494
1634
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1495
1635
|
"isStatic": false,
|
|
@@ -1517,11 +1657,11 @@
|
|
|
1517
1657
|
},
|
|
1518
1658
|
"methods": [
|
|
1519
1659
|
{
|
|
1520
|
-
"stableId": "nodejs:nodejs.Http.http::createServer(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1660
|
+
"stableId": "nodejs:nodejs.Http.http::createServer(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.Server",
|
|
1521
1661
|
"clrName": "createServer",
|
|
1522
|
-
"metadataToken":
|
|
1523
|
-
"canonicalSignature": "(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1524
|
-
"normalizedSignature": "createServer|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1662
|
+
"metadataToken": 100665202,
|
|
1663
|
+
"canonicalSignature": "(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.Server",
|
|
1664
|
+
"normalizedSignature": "createServer|(System.Action_2[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null],[nodejs.Http.ServerResponse,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.Server|static=true",
|
|
1525
1665
|
"emitScope": "ClassSurface",
|
|
1526
1666
|
"provenance": "Original",
|
|
1527
1667
|
"arity": 0,
|
|
@@ -1537,11 +1677,11 @@
|
|
|
1537
1677
|
"isExtensionMethod": false
|
|
1538
1678
|
},
|
|
1539
1679
|
{
|
|
1540
|
-
"stableId": "nodejs:nodejs.Http.http::request(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1680
|
+
"stableId": "nodejs:nodejs.Http.http::request(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
1541
1681
|
"clrName": "request",
|
|
1542
|
-
"metadataToken":
|
|
1543
|
-
"canonicalSignature": "(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1544
|
-
"normalizedSignature": "request|(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1682
|
+
"metadataToken": 100665203,
|
|
1683
|
+
"canonicalSignature": "(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
1684
|
+
"normalizedSignature": "request|(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
1545
1685
|
"emitScope": "ClassSurface",
|
|
1546
1686
|
"provenance": "Original",
|
|
1547
1687
|
"arity": 0,
|
|
@@ -1557,11 +1697,11 @@
|
|
|
1557
1697
|
"isExtensionMethod": false
|
|
1558
1698
|
},
|
|
1559
1699
|
{
|
|
1560
|
-
"stableId": "nodejs:nodejs.Http.http::request(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1700
|
+
"stableId": "nodejs:nodejs.Http.http::request(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
1561
1701
|
"clrName": "request",
|
|
1562
|
-
"metadataToken":
|
|
1563
|
-
"canonicalSignature": "(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1564
|
-
"normalizedSignature": "request|(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1702
|
+
"metadataToken": 100665204,
|
|
1703
|
+
"canonicalSignature": "(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
1704
|
+
"normalizedSignature": "request|(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
1565
1705
|
"emitScope": "ClassSurface",
|
|
1566
1706
|
"provenance": "Original",
|
|
1567
1707
|
"arity": 0,
|
|
@@ -1577,11 +1717,11 @@
|
|
|
1577
1717
|
"isExtensionMethod": false
|
|
1578
1718
|
},
|
|
1579
1719
|
{
|
|
1580
|
-
"stableId": "nodejs:nodejs.Http.http::get(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1720
|
+
"stableId": "nodejs:nodejs.Http.http::get(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
1581
1721
|
"clrName": "get",
|
|
1582
|
-
"metadataToken":
|
|
1583
|
-
"canonicalSignature": "(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1584
|
-
"normalizedSignature": "get|(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1722
|
+
"metadataToken": 100665205,
|
|
1723
|
+
"canonicalSignature": "(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
1724
|
+
"normalizedSignature": "get|(System.String,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
1585
1725
|
"emitScope": "ClassSurface",
|
|
1586
1726
|
"provenance": "Original",
|
|
1587
1727
|
"arity": 0,
|
|
@@ -1597,11 +1737,11 @@
|
|
|
1597
1737
|
"isExtensionMethod": false
|
|
1598
1738
|
},
|
|
1599
1739
|
{
|
|
1600
|
-
"stableId": "nodejs:nodejs.Http.http::get(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1740
|
+
"stableId": "nodejs:nodejs.Http.http::get(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
1601
1741
|
"clrName": "get",
|
|
1602
|
-
"metadataToken":
|
|
1603
|
-
"canonicalSignature": "(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1604
|
-
"normalizedSignature": "get|(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.
|
|
1742
|
+
"metadataToken": 100665206,
|
|
1743
|
+
"canonicalSignature": "(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest",
|
|
1744
|
+
"normalizedSignature": "get|(nodejs.Http.RequestOptions,System.Action_1[[nodejs.Http.IncomingMessage,nodejs,Version=1.0.3.0,Culture=neutral,PublicKeyToken=null]]):nodejs.Http.ClientRequest|static=true",
|
|
1605
1745
|
"emitScope": "ClassSurface",
|
|
1606
1746
|
"provenance": "Original",
|
|
1607
1747
|
"arity": 0,
|
|
@@ -1619,7 +1759,7 @@
|
|
|
1619
1759
|
{
|
|
1620
1760
|
"stableId": "nodejs:nodejs.Http.http::validateHeaderName(System.String):System.Void",
|
|
1621
1761
|
"clrName": "validateHeaderName",
|
|
1622
|
-
"metadataToken":
|
|
1762
|
+
"metadataToken": 100665207,
|
|
1623
1763
|
"canonicalSignature": "(System.String):System.Void",
|
|
1624
1764
|
"normalizedSignature": "validateHeaderName|(System.String):System.Void|static=true",
|
|
1625
1765
|
"emitScope": "ClassSurface",
|
|
@@ -1639,7 +1779,7 @@
|
|
|
1639
1779
|
{
|
|
1640
1780
|
"stableId": "nodejs:nodejs.Http.http::validateHeaderValue(System.String,System.Object):System.Void",
|
|
1641
1781
|
"clrName": "validateHeaderValue",
|
|
1642
|
-
"metadataToken":
|
|
1782
|
+
"metadataToken": 100665208,
|
|
1643
1783
|
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
1644
1784
|
"normalizedSignature": "validateHeaderValue|(System.String,System.Object):System.Void|static=true",
|
|
1645
1785
|
"emitScope": "ClassSurface",
|
|
@@ -1661,7 +1801,7 @@
|
|
|
1661
1801
|
{
|
|
1662
1802
|
"stableId": "nodejs:nodejs.Http.http::globalAgent_maxSockets:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1663
1803
|
"clrName": "globalAgent_maxSockets",
|
|
1664
|
-
"metadataToken":
|
|
1804
|
+
"metadataToken": 385876382,
|
|
1665
1805
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1666
1806
|
"normalizedSignature": "globalAgent_maxSockets|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true|accessor=getset",
|
|
1667
1807
|
"emitScope": "ClassSurface",
|
|
@@ -1680,7 +1820,7 @@
|
|
|
1680
1820
|
{
|
|
1681
1821
|
"stableId": "nodejs:nodejs.Http.http::globalAgent_maxFreeSockets:System.Int32",
|
|
1682
1822
|
"clrName": "globalAgent_maxFreeSockets",
|
|
1683
|
-
"metadataToken":
|
|
1823
|
+
"metadataToken": 385876383,
|
|
1684
1824
|
"canonicalSignature": ":System.Int32",
|
|
1685
1825
|
"normalizedSignature": "globalAgent_maxFreeSockets|:System.Int32|static=true|accessor=getset",
|
|
1686
1826
|
"emitScope": "ClassSurface",
|
|
@@ -1699,7 +1839,7 @@
|
|
|
1699
1839
|
{
|
|
1700
1840
|
"stableId": "nodejs:nodejs.Http.http::globalAgent_timeout:System.Int32",
|
|
1701
1841
|
"clrName": "globalAgent_timeout",
|
|
1702
|
-
"metadataToken":
|
|
1842
|
+
"metadataToken": 385876384,
|
|
1703
1843
|
"canonicalSignature": ":System.Int32",
|
|
1704
1844
|
"normalizedSignature": "globalAgent_timeout|:System.Int32|static=true|accessor=getset",
|
|
1705
1845
|
"emitScope": "ClassSurface",
|
|
@@ -1718,7 +1858,7 @@
|
|
|
1718
1858
|
{
|
|
1719
1859
|
"stableId": "nodejs:nodejs.Http.http::maxHeaderSize:System.Int32",
|
|
1720
1860
|
"clrName": "maxHeaderSize",
|
|
1721
|
-
"metadataToken":
|
|
1861
|
+
"metadataToken": 385876385,
|
|
1722
1862
|
"canonicalSignature": ":System.Int32",
|
|
1723
1863
|
"normalizedSignature": "maxHeaderSize|:System.Int32|static=true|accessor=getset",
|
|
1724
1864
|
"emitScope": "ClassSurface",
|