@tsonic/dotnet 0.8.0 → 0.8.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.
Files changed (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -407,7 +407,7 @@ export interface IPNetwork$instance {
407
407
 
408
408
 
409
409
  export const IPNetwork: {
410
- new(baseAddress: IPAddress, prefixLength: int): IPNetwork$instance;
410
+ new(baseAddress: IPAddress, prefixLength: int): IPNetwork;
411
411
  parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>): IPNetwork;
412
412
  parse(s: ReadOnlySpan_1<System_Internal.Char>): IPNetwork;
413
413
  parse(s: string): IPNetwork;
@@ -441,7 +441,7 @@ export interface AuthenticationManager$instance {
441
441
 
442
442
 
443
443
  export const AuthenticationManager: {
444
- new(): AuthenticationManager$instance;
444
+ new(): AuthenticationManager;
445
445
  credentialPolicy: ICredentialPolicy;
446
446
  readonly customTargetNameDictionary: StringDictionary;
447
447
  readonly registeredModules: IEnumerator;
@@ -465,9 +465,9 @@ export interface Authorization$instance {
465
465
 
466
466
 
467
467
  export const Authorization: {
468
- new(token: string): Authorization$instance;
469
- new(token: string, finished: boolean): Authorization$instance;
470
- new(token: string, finished: boolean, connectionGroupId: string): Authorization$instance;
468
+ new(token: string): Authorization;
469
+ new(token: string, finished: boolean): Authorization;
470
+ new(token: string, finished: boolean, connectionGroupId: string): Authorization;
471
471
  };
472
472
 
473
473
 
@@ -495,10 +495,10 @@ export interface Cookie$instance {
495
495
 
496
496
 
497
497
  export const Cookie: {
498
- new(): Cookie$instance;
499
- new(name: string, value: string): Cookie$instance;
500
- new(name: string, value: string, path: string): Cookie$instance;
501
- new(name: string, value: string, path: string, domain: string): Cookie$instance;
498
+ new(): Cookie;
499
+ new(name: string, value: string): Cookie;
500
+ new(name: string, value: string, path: string): Cookie;
501
+ new(name: string, value: string, path: string, domain: string): Cookie;
502
502
  };
503
503
 
504
504
 
@@ -523,7 +523,7 @@ export interface CookieCollection$instance {
523
523
 
524
524
 
525
525
  export const CookieCollection: {
526
- new(): CookieCollection$instance;
526
+ new(): CookieCollection;
527
527
  };
528
528
 
529
529
 
@@ -555,9 +555,9 @@ export interface CookieContainer$instance {
555
555
 
556
556
 
557
557
  export const CookieContainer: {
558
- new(): CookieContainer$instance;
559
- new(capacity: int): CookieContainer$instance;
560
- new(capacity: int, perDomainCapacity: int, maxCookieSize: int): CookieContainer$instance;
558
+ new(): CookieContainer;
559
+ new(capacity: int): CookieContainer;
560
+ new(capacity: int, perDomainCapacity: int, maxCookieSize: int): CookieContainer;
561
561
  readonly defaultCookieLimit: int;
562
562
  readonly defaultPerDomainCookieLimit: int;
563
563
  readonly defaultCookieLengthLimit: int;
@@ -572,9 +572,9 @@ export interface CookieException$instance extends FormatException {
572
572
 
573
573
 
574
574
  export const CookieException: {
575
- new(): CookieException$instance;
576
- new(message: string): CookieException$instance;
577
- new(message: string, innerException: Exception): CookieException$instance;
575
+ new(): CookieException;
576
+ new(message: string): CookieException;
577
+ new(message: string, innerException: Exception): CookieException;
578
578
  };
579
579
 
580
580
 
@@ -597,7 +597,7 @@ export interface CredentialCache$instance {
597
597
 
598
598
 
599
599
  export const CredentialCache: {
600
- new(): CredentialCache$instance;
600
+ new(): CredentialCache;
601
601
  readonly defaultCredentials: ICredentials;
602
602
  readonly defaultNetworkCredentials: NetworkCredential;
603
603
  };
@@ -625,8 +625,8 @@ export interface DnsEndPoint$instance extends EndPoint {
625
625
 
626
626
 
627
627
  export const DnsEndPoint: {
628
- new(host: string, port: int): DnsEndPoint$instance;
629
- new(host: string, port: int, addressFamily: AddressFamily): DnsEndPoint$instance;
628
+ new(host: string, port: int): DnsEndPoint;
629
+ new(host: string, port: int, addressFamily: AddressFamily): DnsEndPoint;
630
630
  };
631
631
 
632
632
 
@@ -638,7 +638,7 @@ export interface DownloadDataCompletedEventArgs$instance extends AsyncCompletedE
638
638
 
639
639
 
640
640
  export const DownloadDataCompletedEventArgs: {
641
- new(): DownloadDataCompletedEventArgs$instance;
641
+ new(): DownloadDataCompletedEventArgs;
642
642
  };
643
643
 
644
644
 
@@ -651,7 +651,7 @@ export interface DownloadProgressChangedEventArgs$instance extends ProgressChang
651
651
 
652
652
 
653
653
  export const DownloadProgressChangedEventArgs: {
654
- new(): DownloadProgressChangedEventArgs$instance;
654
+ new(): DownloadProgressChangedEventArgs;
655
655
  };
656
656
 
657
657
 
@@ -663,7 +663,7 @@ export interface DownloadStringCompletedEventArgs$instance extends AsyncComplete
663
663
 
664
664
 
665
665
  export const DownloadStringCompletedEventArgs: {
666
- new(): DownloadStringCompletedEventArgs$instance;
666
+ new(): DownloadStringCompletedEventArgs;
667
667
  };
668
668
 
669
669
 
@@ -710,7 +710,7 @@ export interface FileWebRequest$instance extends WebRequest$instance {
710
710
 
711
711
 
712
712
  export const FileWebRequest: {
713
- new(): FileWebRequest$instance;
713
+ new(): FileWebRequest;
714
714
  };
715
715
 
716
716
 
@@ -737,7 +737,7 @@ export interface FileWebResponse$instance extends WebResponse$instance {
737
737
 
738
738
 
739
739
  export const FileWebResponse: {
740
- new(): FileWebResponse$instance;
740
+ new(): FileWebResponse;
741
741
  };
742
742
 
743
743
 
@@ -785,7 +785,7 @@ export interface FtpWebRequest$instance extends WebRequest$instance {
785
785
 
786
786
 
787
787
  export const FtpWebRequest: {
788
- new(): FtpWebRequest$instance;
788
+ new(): FtpWebRequest;
789
789
  defaultCachePolicy: RequestCachePolicy;
790
790
  };
791
791
 
@@ -818,7 +818,7 @@ export interface FtpWebResponse$instance extends WebResponse$instance {
818
818
 
819
819
 
820
820
  export const FtpWebResponse: {
821
- new(): FtpWebResponse$instance;
821
+ new(): FtpWebResponse;
822
822
  };
823
823
 
824
824
 
@@ -837,7 +837,7 @@ export interface GlobalProxySelection$instance {
837
837
 
838
838
 
839
839
  export const GlobalProxySelection: {
840
- new(): GlobalProxySelection$instance;
840
+ new(): GlobalProxySelection;
841
841
  select: IWebProxy;
842
842
  getEmptyWebProxy(): IWebProxy;
843
843
  };
@@ -869,7 +869,7 @@ export interface HttpListener$instance {
869
869
 
870
870
 
871
871
  export const HttpListener: {
872
- new(): HttpListener$instance;
872
+ new(): HttpListener;
873
873
  readonly isSupported: boolean;
874
874
  };
875
875
 
@@ -889,7 +889,7 @@ export interface HttpListenerBasicIdentity$instance extends GenericIdentity {
889
889
 
890
890
 
891
891
  export const HttpListenerBasicIdentity: {
892
- new(username: string, password: string): HttpListenerBasicIdentity$instance;
892
+ new(username: string, password: string): HttpListenerBasicIdentity;
893
893
  };
894
894
 
895
895
 
@@ -914,7 +914,7 @@ export interface HttpListenerContext$instance {
914
914
 
915
915
 
916
916
  export const HttpListenerContext: {
917
- new(): HttpListenerContext$instance;
917
+ new(): HttpListenerContext;
918
918
  };
919
919
 
920
920
 
@@ -927,9 +927,9 @@ export interface HttpListenerException$instance extends Win32Exception {
927
927
 
928
928
 
929
929
  export const HttpListenerException: {
930
- new(): HttpListenerException$instance;
931
- new(errorCode: int): HttpListenerException$instance;
932
- new(errorCode: int, message: string): HttpListenerException$instance;
930
+ new(): HttpListenerException;
931
+ new(errorCode: int): HttpListenerException;
932
+ new(errorCode: int, message: string): HttpListenerException;
933
933
  };
934
934
 
935
935
 
@@ -955,7 +955,7 @@ export interface HttpListenerPrefixCollection$instance {
955
955
 
956
956
 
957
957
  export const HttpListenerPrefixCollection: {
958
- new(): HttpListenerPrefixCollection$instance;
958
+ new(): HttpListenerPrefixCollection;
959
959
  };
960
960
 
961
961
 
@@ -1006,7 +1006,7 @@ export interface HttpListenerRequest$instance {
1006
1006
 
1007
1007
 
1008
1008
  export const HttpListenerRequest: {
1009
- new(): HttpListenerRequest$instance;
1009
+ new(): HttpListenerRequest;
1010
1010
  };
1011
1011
 
1012
1012
 
@@ -1038,7 +1038,7 @@ export interface HttpListenerResponse$instance {
1038
1038
 
1039
1039
 
1040
1040
  export const HttpListenerResponse: {
1041
- new(): HttpListenerResponse$instance;
1041
+ new(): HttpListenerResponse;
1042
1042
  };
1043
1043
 
1044
1044
 
@@ -1062,7 +1062,7 @@ export interface HttpListenerTimeoutManager$instance {
1062
1062
 
1063
1063
 
1064
1064
  export const HttpListenerTimeoutManager: {
1065
- new(): HttpListenerTimeoutManager$instance;
1065
+ new(): HttpListenerTimeoutManager;
1066
1066
  };
1067
1067
 
1068
1068
 
@@ -1131,7 +1131,7 @@ export interface HttpWebRequest$instance extends WebRequest$instance {
1131
1131
 
1132
1132
 
1133
1133
  export const HttpWebRequest: {
1134
- new(): HttpWebRequest$instance;
1134
+ new(): HttpWebRequest;
1135
1135
  defaultMaximumResponseHeadersLength: int;
1136
1136
  defaultMaximumErrorResponseLength: int;
1137
1137
  defaultCachePolicy: RequestCachePolicy;
@@ -1172,7 +1172,7 @@ export interface HttpWebResponse$instance extends WebResponse$instance {
1172
1172
 
1173
1173
 
1174
1174
  export const HttpWebResponse: {
1175
- new(): HttpWebResponse$instance;
1175
+ new(): HttpWebResponse;
1176
1176
  };
1177
1177
 
1178
1178
 
@@ -1209,11 +1209,11 @@ export interface IPAddress$instance {
1209
1209
 
1210
1210
 
1211
1211
  export const IPAddress: {
1212
- new(newAddress: long): IPAddress$instance;
1213
- new(address: byte[], scopeid: long): IPAddress$instance;
1214
- new(address: ReadOnlySpan_1<System_Internal.Byte>, scopeid: long): IPAddress$instance;
1215
- new(address: byte[]): IPAddress$instance;
1216
- new(address: ReadOnlySpan_1<System_Internal.Byte>): IPAddress$instance;
1212
+ new(newAddress: long): IPAddress;
1213
+ new(address: byte[], scopeid: long): IPAddress;
1214
+ new(address: ReadOnlySpan_1<System_Internal.Byte>, scopeid: long): IPAddress;
1215
+ new(address: byte[]): IPAddress;
1216
+ new(address: ReadOnlySpan_1<System_Internal.Byte>): IPAddress;
1217
1217
  readonly any_: IPAddress;
1218
1218
  readonly loopback: IPAddress;
1219
1219
  readonly broadcast: IPAddress;
@@ -1269,8 +1269,8 @@ export interface IPEndPoint$instance extends EndPoint {
1269
1269
 
1270
1270
 
1271
1271
  export const IPEndPoint: {
1272
- new(address: long, port: int): IPEndPoint$instance;
1273
- new(address: IPAddress, port: int): IPEndPoint$instance;
1272
+ new(address: long, port: int): IPEndPoint;
1273
+ new(address: IPAddress, port: int): IPEndPoint;
1274
1274
  readonly minPort: int;
1275
1275
  readonly maxPort: int;
1276
1276
  parse(s: ReadOnlySpan_1<System_Internal.Char>): IPEndPoint;
@@ -1290,7 +1290,7 @@ export interface IPHostEntry$instance {
1290
1290
 
1291
1291
 
1292
1292
  export const IPHostEntry: {
1293
- new(): IPHostEntry$instance;
1293
+ new(): IPHostEntry;
1294
1294
  };
1295
1295
 
1296
1296
 
@@ -1307,11 +1307,11 @@ export interface NetworkCredential$instance {
1307
1307
 
1308
1308
 
1309
1309
  export const NetworkCredential: {
1310
- new(): NetworkCredential$instance;
1311
- new(userName: string, password: string): NetworkCredential$instance;
1312
- new(userName: string, password: string, domain: string): NetworkCredential$instance;
1313
- new(userName: string, password: SecureString): NetworkCredential$instance;
1314
- new(userName: string, password: SecureString, domain: string): NetworkCredential$instance;
1310
+ new(): NetworkCredential;
1311
+ new(userName: string, password: string): NetworkCredential;
1312
+ new(userName: string, password: string, domain: string): NetworkCredential;
1313
+ new(userName: string, password: SecureString): NetworkCredential;
1314
+ new(userName: string, password: SecureString, domain: string): NetworkCredential;
1315
1315
  };
1316
1316
 
1317
1317
 
@@ -1329,7 +1329,7 @@ export interface OpenReadCompletedEventArgs$instance extends AsyncCompletedEvent
1329
1329
 
1330
1330
 
1331
1331
  export const OpenReadCompletedEventArgs: {
1332
- new(): OpenReadCompletedEventArgs$instance;
1332
+ new(): OpenReadCompletedEventArgs;
1333
1333
  };
1334
1334
 
1335
1335
 
@@ -1341,7 +1341,7 @@ export interface OpenWriteCompletedEventArgs$instance extends AsyncCompletedEven
1341
1341
 
1342
1342
 
1343
1343
  export const OpenWriteCompletedEventArgs: {
1344
- new(): OpenWriteCompletedEventArgs$instance;
1344
+ new(): OpenWriteCompletedEventArgs;
1345
1345
  };
1346
1346
 
1347
1347
 
@@ -1352,7 +1352,7 @@ export interface PathList$instance {
1352
1352
 
1353
1353
 
1354
1354
  export const PathList: {
1355
- new(): PathList$instance;
1355
+ new(): PathList;
1356
1356
  };
1357
1357
 
1358
1358
 
@@ -1364,8 +1364,8 @@ export interface ProtocolViolationException$instance extends InvalidOperationExc
1364
1364
 
1365
1365
 
1366
1366
  export const ProtocolViolationException: {
1367
- new(): ProtocolViolationException$instance;
1368
- new(message: string): ProtocolViolationException$instance;
1367
+ new(): ProtocolViolationException;
1368
+ new(message: string): ProtocolViolationException;
1369
1369
  };
1370
1370
 
1371
1371
 
@@ -1398,7 +1398,7 @@ export interface ServicePoint$instance {
1398
1398
 
1399
1399
 
1400
1400
  export const ServicePoint: {
1401
- new(): ServicePoint$instance;
1401
+ new(): ServicePoint;
1402
1402
  };
1403
1403
 
1404
1404
 
@@ -1409,7 +1409,7 @@ export interface ServicePointManager$instance {
1409
1409
 
1410
1410
 
1411
1411
  export const ServicePointManager: {
1412
- new(): ServicePointManager$instance;
1412
+ new(): ServicePointManager;
1413
1413
  readonly defaultNonPersistentConnectionLimit: int;
1414
1414
  readonly defaultPersistentConnectionLimit: int;
1415
1415
  securityProtocol: SecurityProtocolType;
@@ -1446,8 +1446,8 @@ export interface SocketAddress$instance {
1446
1446
 
1447
1447
 
1448
1448
  export const SocketAddress: {
1449
- new(family: AddressFamily): SocketAddress$instance;
1450
- new(family: AddressFamily, size: int): SocketAddress$instance;
1449
+ new(family: AddressFamily): SocketAddress;
1450
+ new(family: AddressFamily, size: int): SocketAddress;
1451
1451
  getMaximumAddressSize(addressFamily: AddressFamily): int;
1452
1452
  };
1453
1453
 
@@ -1479,7 +1479,7 @@ export interface UploadDataCompletedEventArgs$instance extends AsyncCompletedEve
1479
1479
 
1480
1480
 
1481
1481
  export const UploadDataCompletedEventArgs: {
1482
- new(): UploadDataCompletedEventArgs$instance;
1482
+ new(): UploadDataCompletedEventArgs;
1483
1483
  };
1484
1484
 
1485
1485
 
@@ -1491,7 +1491,7 @@ export interface UploadFileCompletedEventArgs$instance extends AsyncCompletedEve
1491
1491
 
1492
1492
 
1493
1493
  export const UploadFileCompletedEventArgs: {
1494
- new(): UploadFileCompletedEventArgs$instance;
1494
+ new(): UploadFileCompletedEventArgs;
1495
1495
  };
1496
1496
 
1497
1497
 
@@ -1506,7 +1506,7 @@ export interface UploadProgressChangedEventArgs$instance extends ProgressChanged
1506
1506
 
1507
1507
 
1508
1508
  export const UploadProgressChangedEventArgs: {
1509
- new(): UploadProgressChangedEventArgs$instance;
1509
+ new(): UploadProgressChangedEventArgs;
1510
1510
  };
1511
1511
 
1512
1512
 
@@ -1518,7 +1518,7 @@ export interface UploadStringCompletedEventArgs$instance extends AsyncCompletedE
1518
1518
 
1519
1519
 
1520
1520
  export const UploadStringCompletedEventArgs: {
1521
- new(): UploadStringCompletedEventArgs$instance;
1521
+ new(): UploadStringCompletedEventArgs;
1522
1522
  };
1523
1523
 
1524
1524
 
@@ -1530,7 +1530,7 @@ export interface UploadValuesCompletedEventArgs$instance extends AsyncCompletedE
1530
1530
 
1531
1531
 
1532
1532
  export const UploadValuesCompletedEventArgs: {
1533
- new(): UploadValuesCompletedEventArgs$instance;
1533
+ new(): UploadValuesCompletedEventArgs;
1534
1534
  };
1535
1535
 
1536
1536
 
@@ -1634,7 +1634,7 @@ export interface WebClient$instance extends Component {
1634
1634
 
1635
1635
 
1636
1636
  export const WebClient: {
1637
- new(): WebClient$instance;
1637
+ new(): WebClient;
1638
1638
  };
1639
1639
 
1640
1640
 
@@ -1656,11 +1656,11 @@ export interface WebException$instance extends InvalidOperationException {
1656
1656
 
1657
1657
 
1658
1658
  export const WebException: {
1659
- new(): WebException$instance;
1660
- new(message: string): WebException$instance;
1661
- new(message: string, innerException: Exception): WebException$instance;
1662
- new(message: string, status: WebExceptionStatus): WebException$instance;
1663
- new(message: string, innerException: Exception, status: WebExceptionStatus, response: WebResponse): WebException$instance;
1659
+ new(): WebException;
1660
+ new(message: string): WebException;
1661
+ new(message: string, innerException: Exception): WebException;
1662
+ new(message: string, status: WebExceptionStatus): WebException;
1663
+ new(message: string, innerException: Exception, status: WebExceptionStatus, response: WebResponse): WebException;
1664
1664
  };
1665
1665
 
1666
1666
 
@@ -1698,7 +1698,7 @@ export interface WebHeaderCollection$instance extends NameValueCollection {
1698
1698
 
1699
1699
 
1700
1700
  export const WebHeaderCollection: {
1701
- new(): WebHeaderCollection$instance;
1701
+ new(): WebHeaderCollection;
1702
1702
  isRestricted(headerName: string, response: boolean): boolean;
1703
1703
  isRestricted(headerName: string): boolean;
1704
1704
  };
@@ -1727,16 +1727,16 @@ export interface WebProxy$instance {
1727
1727
 
1728
1728
 
1729
1729
  export const WebProxy: {
1730
- new(): WebProxy$instance;
1731
- new(Address: Uri): WebProxy$instance;
1732
- new(Address: Uri, BypassOnLocal: boolean): WebProxy$instance;
1733
- new(Address: Uri, BypassOnLocal: boolean, BypassList: string[]): WebProxy$instance;
1734
- new(Address: Uri, BypassOnLocal: boolean, BypassList: string[], Credentials: ICredentials): WebProxy$instance;
1735
- new(Host: string, Port: int): WebProxy$instance;
1736
- new(Address: string): WebProxy$instance;
1737
- new(Address: string, BypassOnLocal: boolean): WebProxy$instance;
1738
- new(Address: string, BypassOnLocal: boolean, BypassList: string[]): WebProxy$instance;
1739
- new(Address: string, BypassOnLocal: boolean, BypassList: string[], Credentials: ICredentials): WebProxy$instance;
1730
+ new(): WebProxy;
1731
+ new(Address: Uri): WebProxy;
1732
+ new(Address: Uri, BypassOnLocal: boolean): WebProxy;
1733
+ new(Address: Uri, BypassOnLocal: boolean, BypassList: string[]): WebProxy;
1734
+ new(Address: Uri, BypassOnLocal: boolean, BypassList: string[], Credentials: ICredentials): WebProxy;
1735
+ new(Host: string, Port: int): WebProxy;
1736
+ new(Address: string): WebProxy;
1737
+ new(Address: string, BypassOnLocal: boolean): WebProxy;
1738
+ new(Address: string, BypassOnLocal: boolean, BypassList: string[]): WebProxy;
1739
+ new(Address: string, BypassOnLocal: boolean, BypassList: string[], Credentials: ICredentials): WebProxy;
1740
1740
  getDefaultProxy(): WebProxy;
1741
1741
  };
1742
1742
 
@@ -1834,7 +1834,7 @@ export interface WriteStreamClosedEventArgs$instance extends EventArgs {
1834
1834
 
1835
1835
 
1836
1836
  export const WriteStreamClosedEventArgs: {
1837
- new(): WriteStreamClosedEventArgs$instance;
1837
+ new(): WriteStreamClosedEventArgs;
1838
1838
  };
1839
1839
 
1840
1840
 
@@ -54,12 +54,12 @@ export interface HttpRequestCachePolicy$instance extends RequestCachePolicy {
54
54
 
55
55
 
56
56
  export const HttpRequestCachePolicy: {
57
- new(): HttpRequestCachePolicy$instance;
58
- new(level: HttpRequestCacheLevel): HttpRequestCachePolicy$instance;
59
- new(cacheAgeControl: HttpCacheAgeControl, ageOrFreshOrStale: TimeSpan): HttpRequestCachePolicy$instance;
60
- new(cacheAgeControl: HttpCacheAgeControl, maxAge: TimeSpan, freshOrStale: TimeSpan): HttpRequestCachePolicy$instance;
61
- new(cacheSyncDate: DateTime): HttpRequestCachePolicy$instance;
62
- new(cacheAgeControl: HttpCacheAgeControl, maxAge: TimeSpan, freshOrStale: TimeSpan, cacheSyncDate: DateTime): HttpRequestCachePolicy$instance;
57
+ new(): HttpRequestCachePolicy;
58
+ new(level: HttpRequestCacheLevel): HttpRequestCachePolicy;
59
+ new(cacheAgeControl: HttpCacheAgeControl, ageOrFreshOrStale: TimeSpan): HttpRequestCachePolicy;
60
+ new(cacheAgeControl: HttpCacheAgeControl, maxAge: TimeSpan, freshOrStale: TimeSpan): HttpRequestCachePolicy;
61
+ new(cacheSyncDate: DateTime): HttpRequestCachePolicy;
62
+ new(cacheAgeControl: HttpCacheAgeControl, maxAge: TimeSpan, freshOrStale: TimeSpan, cacheSyncDate: DateTime): HttpRequestCachePolicy;
63
63
  };
64
64
 
65
65
 
@@ -72,8 +72,8 @@ export interface RequestCachePolicy$instance {
72
72
 
73
73
 
74
74
  export const RequestCachePolicy: {
75
- new(): RequestCachePolicy$instance;
76
- new(level: RequestCacheLevel): RequestCachePolicy$instance;
75
+ new(): RequestCachePolicy;
76
+ new(level: RequestCacheLevel): RequestCachePolicy;
77
77
  };
78
78
 
79
79