@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +38 -7
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -0
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +11 -3
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
20
|
+
"clrName": "Azure.Core.Pipeline.HttpPipelinePolicy"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Azure.Core:Azure.Core.Pipeline.BearerTokenAuthenticationPolicy::ProcessAsync(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Threading.Tasks.ValueTask",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": true,
|
|
32
36
|
"isOverride": true,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
35
40
|
"declaringAssemblyName": "Azure.Core",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -50,6 +55,127 @@
|
|
|
50
55
|
"isVirtual": true,
|
|
51
56
|
"isOverride": true,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
59
|
+
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
60
|
+
"declaringAssemblyName": "Azure.Core",
|
|
61
|
+
"isExtensionMethod": false
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.BearerTokenAuthenticationPolicy::AuthorizeRequestAsync(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask",
|
|
65
|
+
"clrName": "AuthorizeRequestAsync",
|
|
66
|
+
"metadataToken": 100664486,
|
|
67
|
+
"canonicalSignature": "(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask",
|
|
68
|
+
"normalizedSignature": "AuthorizeRequestAsync|(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask|static=false",
|
|
69
|
+
"emitScope": "ClassSurface",
|
|
70
|
+
"provenance": "Original",
|
|
71
|
+
"arity": 0,
|
|
72
|
+
"parameterCount": 1,
|
|
73
|
+
"isStatic": false,
|
|
74
|
+
"isAbstract": false,
|
|
75
|
+
"isVirtual": true,
|
|
76
|
+
"isOverride": false,
|
|
77
|
+
"isSealed": false,
|
|
78
|
+
"visibility": "Protected",
|
|
79
|
+
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
80
|
+
"declaringAssemblyName": "Azure.Core",
|
|
81
|
+
"isExtensionMethod": false
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.BearerTokenAuthenticationPolicy::AuthorizeRequest(Azure.Core.HttpMessage):System.Void",
|
|
85
|
+
"clrName": "AuthorizeRequest",
|
|
86
|
+
"metadataToken": 100664487,
|
|
87
|
+
"canonicalSignature": "(Azure.Core.HttpMessage):System.Void",
|
|
88
|
+
"normalizedSignature": "AuthorizeRequest|(Azure.Core.HttpMessage):System.Void|static=false",
|
|
89
|
+
"emitScope": "ClassSurface",
|
|
90
|
+
"provenance": "Original",
|
|
91
|
+
"arity": 0,
|
|
92
|
+
"parameterCount": 1,
|
|
93
|
+
"isStatic": false,
|
|
94
|
+
"isAbstract": false,
|
|
95
|
+
"isVirtual": true,
|
|
96
|
+
"isOverride": false,
|
|
97
|
+
"isSealed": false,
|
|
98
|
+
"visibility": "Protected",
|
|
99
|
+
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
100
|
+
"declaringAssemblyName": "Azure.Core",
|
|
101
|
+
"isExtensionMethod": false
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.BearerTokenAuthenticationPolicy::AuthorizeRequestOnChallengeAsync(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
105
|
+
"clrName": "AuthorizeRequestOnChallengeAsync",
|
|
106
|
+
"metadataToken": 100664488,
|
|
107
|
+
"canonicalSignature": "(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
108
|
+
"normalizedSignature": "AuthorizeRequestOnChallengeAsync|(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
109
|
+
"emitScope": "ClassSurface",
|
|
110
|
+
"provenance": "Original",
|
|
111
|
+
"arity": 0,
|
|
112
|
+
"parameterCount": 1,
|
|
113
|
+
"isStatic": false,
|
|
114
|
+
"isAbstract": false,
|
|
115
|
+
"isVirtual": true,
|
|
116
|
+
"isOverride": false,
|
|
117
|
+
"isSealed": false,
|
|
118
|
+
"visibility": "Protected",
|
|
119
|
+
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
120
|
+
"declaringAssemblyName": "Azure.Core",
|
|
121
|
+
"isExtensionMethod": false
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.BearerTokenAuthenticationPolicy::AuthorizeRequestOnChallenge(Azure.Core.HttpMessage):System.Boolean",
|
|
125
|
+
"clrName": "AuthorizeRequestOnChallenge",
|
|
126
|
+
"metadataToken": 100664489,
|
|
127
|
+
"canonicalSignature": "(Azure.Core.HttpMessage):System.Boolean",
|
|
128
|
+
"normalizedSignature": "AuthorizeRequestOnChallenge|(Azure.Core.HttpMessage):System.Boolean|static=false",
|
|
129
|
+
"emitScope": "ClassSurface",
|
|
130
|
+
"provenance": "Original",
|
|
131
|
+
"arity": 0,
|
|
132
|
+
"parameterCount": 1,
|
|
133
|
+
"isStatic": false,
|
|
134
|
+
"isAbstract": false,
|
|
135
|
+
"isVirtual": true,
|
|
136
|
+
"isOverride": false,
|
|
137
|
+
"isSealed": false,
|
|
138
|
+
"visibility": "Protected",
|
|
139
|
+
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
140
|
+
"declaringAssemblyName": "Azure.Core",
|
|
141
|
+
"isExtensionMethod": false
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.BearerTokenAuthenticationPolicy::AuthenticateAndAuthorizeRequestAsync(Azure.Core.HttpMessage,Azure.Core.TokenRequestContext):System.Threading.Tasks.ValueTask",
|
|
145
|
+
"clrName": "AuthenticateAndAuthorizeRequestAsync",
|
|
146
|
+
"metadataToken": 100664492,
|
|
147
|
+
"canonicalSignature": "(Azure.Core.HttpMessage,Azure.Core.TokenRequestContext):System.Threading.Tasks.ValueTask",
|
|
148
|
+
"normalizedSignature": "AuthenticateAndAuthorizeRequestAsync|(Azure.Core.HttpMessage,Azure.Core.TokenRequestContext):System.Threading.Tasks.ValueTask|static=false",
|
|
149
|
+
"emitScope": "ClassSurface",
|
|
150
|
+
"provenance": "Original",
|
|
151
|
+
"arity": 0,
|
|
152
|
+
"parameterCount": 2,
|
|
153
|
+
"isStatic": false,
|
|
154
|
+
"isAbstract": false,
|
|
155
|
+
"isVirtual": false,
|
|
156
|
+
"isOverride": false,
|
|
157
|
+
"isSealed": false,
|
|
158
|
+
"visibility": "Protected",
|
|
159
|
+
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
160
|
+
"declaringAssemblyName": "Azure.Core",
|
|
161
|
+
"isExtensionMethod": false
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.BearerTokenAuthenticationPolicy::AuthenticateAndAuthorizeRequest(Azure.Core.HttpMessage,Azure.Core.TokenRequestContext):System.Void",
|
|
165
|
+
"clrName": "AuthenticateAndAuthorizeRequest",
|
|
166
|
+
"metadataToken": 100664493,
|
|
167
|
+
"canonicalSignature": "(Azure.Core.HttpMessage,Azure.Core.TokenRequestContext):System.Void",
|
|
168
|
+
"normalizedSignature": "AuthenticateAndAuthorizeRequest|(Azure.Core.HttpMessage,Azure.Core.TokenRequestContext):System.Void|static=false",
|
|
169
|
+
"emitScope": "ClassSurface",
|
|
170
|
+
"provenance": "Original",
|
|
171
|
+
"arity": 0,
|
|
172
|
+
"parameterCount": 2,
|
|
173
|
+
"isStatic": false,
|
|
174
|
+
"isAbstract": false,
|
|
175
|
+
"isVirtual": false,
|
|
176
|
+
"isOverride": false,
|
|
177
|
+
"isSealed": false,
|
|
178
|
+
"visibility": "Protected",
|
|
53
179
|
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
54
180
|
"declaringAssemblyName": "Azure.Core",
|
|
55
181
|
"isExtensionMethod": false
|
|
@@ -69,6 +195,7 @@
|
|
|
69
195
|
"isVirtual": true,
|
|
70
196
|
"isOverride": false,
|
|
71
197
|
"isSealed": false,
|
|
198
|
+
"visibility": "Public",
|
|
72
199
|
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
73
200
|
"declaringAssemblyName": "Azure.Core",
|
|
74
201
|
"isExtensionMethod": false
|
|
@@ -88,6 +215,7 @@
|
|
|
88
215
|
"isVirtual": true,
|
|
89
216
|
"isOverride": false,
|
|
90
217
|
"isSealed": false,
|
|
218
|
+
"visibility": "Public",
|
|
91
219
|
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
92
220
|
"declaringAssemblyName": "Azure.Core",
|
|
93
221
|
"isExtensionMethod": false
|
|
@@ -104,6 +232,7 @@
|
|
|
104
232
|
"normalizedSignature": "constructor|(Azure.Core.TokenCredential,System.String):void|static=false",
|
|
105
233
|
"isStatic": false,
|
|
106
234
|
"parameterCount": 2,
|
|
235
|
+
"visibility": "Public",
|
|
107
236
|
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
108
237
|
"declaringAssemblyName": "Azure.Core"
|
|
109
238
|
},
|
|
@@ -114,6 +243,7 @@
|
|
|
114
243
|
"normalizedSignature": "constructor|(Azure.Core.TokenCredential,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
115
244
|
"isStatic": false,
|
|
116
245
|
"parameterCount": 2,
|
|
246
|
+
"visibility": "Public",
|
|
117
247
|
"declaringClrType": "Azure.Core.Pipeline.BearerTokenAuthenticationPolicy",
|
|
118
248
|
"declaringAssemblyName": "Azure.Core"
|
|
119
249
|
}
|
|
@@ -130,6 +260,16 @@
|
|
|
130
260
|
"isSealed": true,
|
|
131
261
|
"isStatic": false,
|
|
132
262
|
"arity": 0,
|
|
263
|
+
"baseType": {
|
|
264
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipeline",
|
|
265
|
+
"clrName": "Azure.Core.Pipeline.HttpPipeline"
|
|
266
|
+
},
|
|
267
|
+
"interfaces": [
|
|
268
|
+
{
|
|
269
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
270
|
+
"clrName": "System.IDisposable"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
133
273
|
"methods": [
|
|
134
274
|
{
|
|
135
275
|
"stableId": "Azure.Core:Azure.Core.Pipeline.DisposableHttpPipeline::Dispose():System.Void",
|
|
@@ -146,6 +286,7 @@
|
|
|
146
286
|
"isVirtual": true,
|
|
147
287
|
"isOverride": false,
|
|
148
288
|
"isSealed": true,
|
|
289
|
+
"visibility": "Public",
|
|
149
290
|
"declaringClrType": "Azure.Core.Pipeline.DisposableHttpPipeline",
|
|
150
291
|
"declaringAssemblyName": "Azure.Core",
|
|
151
292
|
"isExtensionMethod": false
|
|
@@ -167,6 +308,16 @@
|
|
|
167
308
|
"isSealed": false,
|
|
168
309
|
"isStatic": false,
|
|
169
310
|
"arity": 0,
|
|
311
|
+
"baseType": {
|
|
312
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineTransport",
|
|
313
|
+
"clrName": "Azure.Core.Pipeline.HttpPipelineTransport"
|
|
314
|
+
},
|
|
315
|
+
"interfaces": [
|
|
316
|
+
{
|
|
317
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
318
|
+
"clrName": "System.IDisposable"
|
|
319
|
+
}
|
|
320
|
+
],
|
|
170
321
|
"methods": [
|
|
171
322
|
{
|
|
172
323
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpClientTransport::CreateRequest():Azure.Core.Request",
|
|
@@ -183,6 +334,7 @@
|
|
|
183
334
|
"isVirtual": true,
|
|
184
335
|
"isOverride": true,
|
|
185
336
|
"isSealed": true,
|
|
337
|
+
"visibility": "Public",
|
|
186
338
|
"declaringClrType": "Azure.Core.Pipeline.HttpClientTransport",
|
|
187
339
|
"declaringAssemblyName": "Azure.Core",
|
|
188
340
|
"isExtensionMethod": false
|
|
@@ -202,6 +354,7 @@
|
|
|
202
354
|
"isVirtual": true,
|
|
203
355
|
"isOverride": true,
|
|
204
356
|
"isSealed": false,
|
|
357
|
+
"visibility": "Public",
|
|
205
358
|
"declaringClrType": "Azure.Core.Pipeline.HttpClientTransport",
|
|
206
359
|
"declaringAssemblyName": "Azure.Core",
|
|
207
360
|
"isExtensionMethod": false
|
|
@@ -221,6 +374,7 @@
|
|
|
221
374
|
"isVirtual": true,
|
|
222
375
|
"isOverride": true,
|
|
223
376
|
"isSealed": false,
|
|
377
|
+
"visibility": "Public",
|
|
224
378
|
"declaringClrType": "Azure.Core.Pipeline.HttpClientTransport",
|
|
225
379
|
"declaringAssemblyName": "Azure.Core",
|
|
226
380
|
"isExtensionMethod": false
|
|
@@ -240,6 +394,7 @@
|
|
|
240
394
|
"isVirtual": true,
|
|
241
395
|
"isOverride": false,
|
|
242
396
|
"isSealed": true,
|
|
397
|
+
"visibility": "Public",
|
|
243
398
|
"declaringClrType": "Azure.Core.Pipeline.HttpClientTransport",
|
|
244
399
|
"declaringAssemblyName": "Azure.Core",
|
|
245
400
|
"isExtensionMethod": false
|
|
@@ -255,6 +410,7 @@
|
|
|
255
410
|
"isStatic": true,
|
|
256
411
|
"isReadOnly": true,
|
|
257
412
|
"isLiteral": false,
|
|
413
|
+
"visibility": "Public",
|
|
258
414
|
"declaringClrType": "Azure.Core.Pipeline.HttpClientTransport",
|
|
259
415
|
"declaringAssemblyName": "Azure.Core"
|
|
260
416
|
}
|
|
@@ -268,6 +424,7 @@
|
|
|
268
424
|
"normalizedSignature": "constructor|():void|static=false",
|
|
269
425
|
"isStatic": false,
|
|
270
426
|
"parameterCount": 0,
|
|
427
|
+
"visibility": "Public",
|
|
271
428
|
"declaringClrType": "Azure.Core.Pipeline.HttpClientTransport",
|
|
272
429
|
"declaringAssemblyName": "Azure.Core"
|
|
273
430
|
},
|
|
@@ -278,6 +435,7 @@
|
|
|
278
435
|
"normalizedSignature": "constructor|(System.Net.Http.HttpMessageHandler):void|static=false",
|
|
279
436
|
"isStatic": false,
|
|
280
437
|
"parameterCount": 1,
|
|
438
|
+
"visibility": "Public",
|
|
281
439
|
"declaringClrType": "Azure.Core.Pipeline.HttpClientTransport",
|
|
282
440
|
"declaringAssemblyName": "Azure.Core"
|
|
283
441
|
},
|
|
@@ -288,6 +446,7 @@
|
|
|
288
446
|
"normalizedSignature": "constructor|(System.Net.Http.HttpClient):void|static=false",
|
|
289
447
|
"isStatic": false,
|
|
290
448
|
"parameterCount": 1,
|
|
449
|
+
"visibility": "Public",
|
|
291
450
|
"declaringClrType": "Azure.Core.Pipeline.HttpClientTransport",
|
|
292
451
|
"declaringAssemblyName": "Azure.Core"
|
|
293
452
|
}
|
|
@@ -304,6 +463,10 @@
|
|
|
304
463
|
"isSealed": false,
|
|
305
464
|
"isStatic": false,
|
|
306
465
|
"arity": 0,
|
|
466
|
+
"baseType": {
|
|
467
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
468
|
+
"clrName": "System.Object"
|
|
469
|
+
},
|
|
307
470
|
"methods": [
|
|
308
471
|
{
|
|
309
472
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipeline::CreateRequest():Azure.Core.Request",
|
|
@@ -320,6 +483,7 @@
|
|
|
320
483
|
"isVirtual": false,
|
|
321
484
|
"isOverride": false,
|
|
322
485
|
"isSealed": false,
|
|
486
|
+
"visibility": "Public",
|
|
323
487
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
324
488
|
"declaringAssemblyName": "Azure.Core",
|
|
325
489
|
"isExtensionMethod": false
|
|
@@ -339,6 +503,7 @@
|
|
|
339
503
|
"isVirtual": false,
|
|
340
504
|
"isOverride": false,
|
|
341
505
|
"isSealed": false,
|
|
506
|
+
"visibility": "Public",
|
|
342
507
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
343
508
|
"declaringAssemblyName": "Azure.Core",
|
|
344
509
|
"isExtensionMethod": false
|
|
@@ -358,6 +523,7 @@
|
|
|
358
523
|
"isVirtual": false,
|
|
359
524
|
"isOverride": false,
|
|
360
525
|
"isSealed": false,
|
|
526
|
+
"visibility": "Public",
|
|
361
527
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
362
528
|
"declaringAssemblyName": "Azure.Core",
|
|
363
529
|
"isExtensionMethod": false
|
|
@@ -377,6 +543,7 @@
|
|
|
377
543
|
"isVirtual": false,
|
|
378
544
|
"isOverride": false,
|
|
379
545
|
"isSealed": false,
|
|
546
|
+
"visibility": "Public",
|
|
380
547
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
381
548
|
"declaringAssemblyName": "Azure.Core",
|
|
382
549
|
"isExtensionMethod": false
|
|
@@ -396,6 +563,7 @@
|
|
|
396
563
|
"isVirtual": false,
|
|
397
564
|
"isOverride": false,
|
|
398
565
|
"isSealed": false,
|
|
566
|
+
"visibility": "Public",
|
|
399
567
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
400
568
|
"declaringAssemblyName": "Azure.Core",
|
|
401
569
|
"isExtensionMethod": false
|
|
@@ -415,6 +583,7 @@
|
|
|
415
583
|
"isVirtual": false,
|
|
416
584
|
"isOverride": false,
|
|
417
585
|
"isSealed": false,
|
|
586
|
+
"visibility": "Public",
|
|
418
587
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
419
588
|
"declaringAssemblyName": "Azure.Core",
|
|
420
589
|
"isExtensionMethod": false
|
|
@@ -434,6 +603,7 @@
|
|
|
434
603
|
"isVirtual": false,
|
|
435
604
|
"isOverride": false,
|
|
436
605
|
"isSealed": false,
|
|
606
|
+
"visibility": "Public",
|
|
437
607
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
438
608
|
"declaringAssemblyName": "Azure.Core",
|
|
439
609
|
"isExtensionMethod": false
|
|
@@ -453,6 +623,7 @@
|
|
|
453
623
|
"isVirtual": false,
|
|
454
624
|
"isOverride": false,
|
|
455
625
|
"isSealed": false,
|
|
626
|
+
"visibility": "Public",
|
|
456
627
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
457
628
|
"declaringAssemblyName": "Azure.Core",
|
|
458
629
|
"isExtensionMethod": false
|
|
@@ -472,6 +643,7 @@
|
|
|
472
643
|
"isVirtual": false,
|
|
473
644
|
"isOverride": false,
|
|
474
645
|
"isSealed": false,
|
|
646
|
+
"visibility": "Public",
|
|
475
647
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
476
648
|
"declaringAssemblyName": "Azure.Core",
|
|
477
649
|
"isExtensionMethod": false
|
|
@@ -491,6 +663,7 @@
|
|
|
491
663
|
"isVirtual": false,
|
|
492
664
|
"isOverride": false,
|
|
493
665
|
"isSealed": false,
|
|
666
|
+
"visibility": "Public",
|
|
494
667
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
495
668
|
"declaringAssemblyName": "Azure.Core",
|
|
496
669
|
"isExtensionMethod": false
|
|
@@ -512,6 +685,7 @@
|
|
|
512
685
|
"isAbstract": false,
|
|
513
686
|
"isVirtual": false,
|
|
514
687
|
"isOverride": false,
|
|
688
|
+
"visibility": "Public",
|
|
515
689
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
516
690
|
"declaringAssemblyName": "Azure.Core"
|
|
517
691
|
}
|
|
@@ -526,6 +700,7 @@
|
|
|
526
700
|
"normalizedSignature": "constructor|(Azure.Core.Pipeline.HttpPipelineTransport,Azure.Core.Pipeline.HttpPipelinePolicy[],Azure.Core.ResponseClassifier):void|static=false",
|
|
527
701
|
"isStatic": false,
|
|
528
702
|
"parameterCount": 3,
|
|
703
|
+
"visibility": "Public",
|
|
529
704
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipeline",
|
|
530
705
|
"declaringAssemblyName": "Azure.Core"
|
|
531
706
|
}
|
|
@@ -542,6 +717,10 @@
|
|
|
542
717
|
"isSealed": false,
|
|
543
718
|
"isStatic": false,
|
|
544
719
|
"arity": 0,
|
|
720
|
+
"baseType": {
|
|
721
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
722
|
+
"clrName": "System.Object"
|
|
723
|
+
},
|
|
545
724
|
"methods": [],
|
|
546
725
|
"properties": [
|
|
547
726
|
{
|
|
@@ -559,6 +738,7 @@
|
|
|
559
738
|
"isAbstract": false,
|
|
560
739
|
"isVirtual": false,
|
|
561
740
|
"isOverride": false,
|
|
741
|
+
"visibility": "Public",
|
|
562
742
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineOptions",
|
|
563
743
|
"declaringAssemblyName": "Azure.Core"
|
|
564
744
|
},
|
|
@@ -577,6 +757,7 @@
|
|
|
577
757
|
"isAbstract": false,
|
|
578
758
|
"isVirtual": false,
|
|
579
759
|
"isOverride": false,
|
|
760
|
+
"visibility": "Public",
|
|
580
761
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineOptions",
|
|
581
762
|
"declaringAssemblyName": "Azure.Core"
|
|
582
763
|
},
|
|
@@ -595,6 +776,7 @@
|
|
|
595
776
|
"isAbstract": false,
|
|
596
777
|
"isVirtual": false,
|
|
597
778
|
"isOverride": false,
|
|
779
|
+
"visibility": "Public",
|
|
598
780
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineOptions",
|
|
599
781
|
"declaringAssemblyName": "Azure.Core"
|
|
600
782
|
},
|
|
@@ -613,6 +795,7 @@
|
|
|
613
795
|
"isAbstract": false,
|
|
614
796
|
"isVirtual": false,
|
|
615
797
|
"isOverride": false,
|
|
798
|
+
"visibility": "Public",
|
|
616
799
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineOptions",
|
|
617
800
|
"declaringAssemblyName": "Azure.Core"
|
|
618
801
|
},
|
|
@@ -631,6 +814,7 @@
|
|
|
631
814
|
"isAbstract": false,
|
|
632
815
|
"isVirtual": false,
|
|
633
816
|
"isOverride": false,
|
|
817
|
+
"visibility": "Public",
|
|
634
818
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineOptions",
|
|
635
819
|
"declaringAssemblyName": "Azure.Core"
|
|
636
820
|
}
|
|
@@ -645,6 +829,7 @@
|
|
|
645
829
|
"normalizedSignature": "constructor|(Azure.Core.ClientOptions):void|static=false",
|
|
646
830
|
"isStatic": false,
|
|
647
831
|
"parameterCount": 1,
|
|
832
|
+
"visibility": "Public",
|
|
648
833
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineOptions",
|
|
649
834
|
"declaringAssemblyName": "Azure.Core"
|
|
650
835
|
}
|
|
@@ -661,6 +846,10 @@
|
|
|
661
846
|
"isSealed": false,
|
|
662
847
|
"isStatic": false,
|
|
663
848
|
"arity": 0,
|
|
849
|
+
"baseType": {
|
|
850
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
851
|
+
"clrName": "System.Object"
|
|
852
|
+
},
|
|
664
853
|
"methods": [
|
|
665
854
|
{
|
|
666
855
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelinePolicy::ProcessAsync(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Threading.Tasks.ValueTask",
|
|
@@ -677,6 +866,7 @@
|
|
|
677
866
|
"isVirtual": true,
|
|
678
867
|
"isOverride": false,
|
|
679
868
|
"isSealed": false,
|
|
869
|
+
"visibility": "Public",
|
|
680
870
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
681
871
|
"declaringAssemblyName": "Azure.Core",
|
|
682
872
|
"isExtensionMethod": false
|
|
@@ -696,6 +886,47 @@
|
|
|
696
886
|
"isVirtual": true,
|
|
697
887
|
"isOverride": false,
|
|
698
888
|
"isSealed": false,
|
|
889
|
+
"visibility": "Public",
|
|
890
|
+
"declaringClrType": "Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
891
|
+
"declaringAssemblyName": "Azure.Core",
|
|
892
|
+
"isExtensionMethod": false
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelinePolicy::ProcessNextAsync(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Threading.Tasks.ValueTask",
|
|
896
|
+
"clrName": "ProcessNextAsync",
|
|
897
|
+
"metadataToken": 100664558,
|
|
898
|
+
"canonicalSignature": "(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Threading.Tasks.ValueTask",
|
|
899
|
+
"normalizedSignature": "ProcessNextAsync|(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Threading.Tasks.ValueTask|static=true",
|
|
900
|
+
"emitScope": "ClassSurface",
|
|
901
|
+
"provenance": "Original",
|
|
902
|
+
"arity": 0,
|
|
903
|
+
"parameterCount": 2,
|
|
904
|
+
"isStatic": true,
|
|
905
|
+
"isAbstract": false,
|
|
906
|
+
"isVirtual": false,
|
|
907
|
+
"isOverride": false,
|
|
908
|
+
"isSealed": false,
|
|
909
|
+
"visibility": "Protected",
|
|
910
|
+
"declaringClrType": "Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
911
|
+
"declaringAssemblyName": "Azure.Core",
|
|
912
|
+
"isExtensionMethod": false
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelinePolicy::ProcessNext(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Void",
|
|
916
|
+
"clrName": "ProcessNext",
|
|
917
|
+
"metadataToken": 100664559,
|
|
918
|
+
"canonicalSignature": "(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Void",
|
|
919
|
+
"normalizedSignature": "ProcessNext|(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Void|static=true",
|
|
920
|
+
"emitScope": "ClassSurface",
|
|
921
|
+
"provenance": "Original",
|
|
922
|
+
"arity": 0,
|
|
923
|
+
"parameterCount": 2,
|
|
924
|
+
"isStatic": true,
|
|
925
|
+
"isAbstract": false,
|
|
926
|
+
"isVirtual": false,
|
|
927
|
+
"isOverride": false,
|
|
928
|
+
"isSealed": false,
|
|
929
|
+
"visibility": "Protected",
|
|
699
930
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
700
931
|
"declaringAssemblyName": "Azure.Core",
|
|
701
932
|
"isExtensionMethod": false
|
|
@@ -704,7 +935,19 @@
|
|
|
704
935
|
"properties": [],
|
|
705
936
|
"fields": [],
|
|
706
937
|
"events": [],
|
|
707
|
-
"constructors": [
|
|
938
|
+
"constructors": [
|
|
939
|
+
{
|
|
940
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelinePolicy::.ctor():void",
|
|
941
|
+
"metadataToken": 100664560,
|
|
942
|
+
"canonicalSignature": "():void",
|
|
943
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
944
|
+
"isStatic": false,
|
|
945
|
+
"parameterCount": 0,
|
|
946
|
+
"visibility": "Protected",
|
|
947
|
+
"declaringClrType": "Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
948
|
+
"declaringAssemblyName": "Azure.Core"
|
|
949
|
+
}
|
|
950
|
+
]
|
|
708
951
|
},
|
|
709
952
|
{
|
|
710
953
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineSynchronousPolicy",
|
|
@@ -717,6 +960,10 @@
|
|
|
717
960
|
"isSealed": false,
|
|
718
961
|
"isStatic": false,
|
|
719
962
|
"arity": 0,
|
|
963
|
+
"baseType": {
|
|
964
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
965
|
+
"clrName": "Azure.Core.Pipeline.HttpPipelinePolicy"
|
|
966
|
+
},
|
|
720
967
|
"methods": [
|
|
721
968
|
{
|
|
722
969
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineSynchronousPolicy::Process(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Void",
|
|
@@ -733,6 +980,7 @@
|
|
|
733
980
|
"isVirtual": true,
|
|
734
981
|
"isOverride": true,
|
|
735
982
|
"isSealed": false,
|
|
983
|
+
"visibility": "Public",
|
|
736
984
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineSynchronousPolicy",
|
|
737
985
|
"declaringAssemblyName": "Azure.Core",
|
|
738
986
|
"isExtensionMethod": false
|
|
@@ -752,6 +1000,7 @@
|
|
|
752
1000
|
"isVirtual": true,
|
|
753
1001
|
"isOverride": true,
|
|
754
1002
|
"isSealed": false,
|
|
1003
|
+
"visibility": "Public",
|
|
755
1004
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineSynchronousPolicy",
|
|
756
1005
|
"declaringAssemblyName": "Azure.Core",
|
|
757
1006
|
"isExtensionMethod": false
|
|
@@ -771,6 +1020,7 @@
|
|
|
771
1020
|
"isVirtual": true,
|
|
772
1021
|
"isOverride": false,
|
|
773
1022
|
"isSealed": false,
|
|
1023
|
+
"visibility": "Public",
|
|
774
1024
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineSynchronousPolicy",
|
|
775
1025
|
"declaringAssemblyName": "Azure.Core",
|
|
776
1026
|
"isExtensionMethod": false
|
|
@@ -790,6 +1040,7 @@
|
|
|
790
1040
|
"isVirtual": true,
|
|
791
1041
|
"isOverride": false,
|
|
792
1042
|
"isSealed": false,
|
|
1043
|
+
"visibility": "Public",
|
|
793
1044
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineSynchronousPolicy",
|
|
794
1045
|
"declaringAssemblyName": "Azure.Core",
|
|
795
1046
|
"isExtensionMethod": false
|
|
@@ -809,6 +1060,7 @@
|
|
|
809
1060
|
"isVirtual": true,
|
|
810
1061
|
"isOverride": false,
|
|
811
1062
|
"isSealed": false,
|
|
1063
|
+
"visibility": "Public",
|
|
812
1064
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineSynchronousPolicy",
|
|
813
1065
|
"declaringAssemblyName": "Azure.Core",
|
|
814
1066
|
"isExtensionMethod": false
|
|
@@ -828,6 +1080,7 @@
|
|
|
828
1080
|
"isVirtual": true,
|
|
829
1081
|
"isOverride": false,
|
|
830
1082
|
"isSealed": false,
|
|
1083
|
+
"visibility": "Public",
|
|
831
1084
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineSynchronousPolicy",
|
|
832
1085
|
"declaringAssemblyName": "Azure.Core",
|
|
833
1086
|
"isExtensionMethod": false
|
|
@@ -836,7 +1089,19 @@
|
|
|
836
1089
|
"properties": [],
|
|
837
1090
|
"fields": [],
|
|
838
1091
|
"events": [],
|
|
839
|
-
"constructors": [
|
|
1092
|
+
"constructors": [
|
|
1093
|
+
{
|
|
1094
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineSynchronousPolicy::.ctor():void",
|
|
1095
|
+
"metadataToken": 100664561,
|
|
1096
|
+
"canonicalSignature": "():void",
|
|
1097
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1098
|
+
"isStatic": false,
|
|
1099
|
+
"parameterCount": 0,
|
|
1100
|
+
"visibility": "Protected",
|
|
1101
|
+
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineSynchronousPolicy",
|
|
1102
|
+
"declaringAssemblyName": "Azure.Core"
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
840
1105
|
},
|
|
841
1106
|
{
|
|
842
1107
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineTransport",
|
|
@@ -849,6 +1114,10 @@
|
|
|
849
1114
|
"isSealed": false,
|
|
850
1115
|
"isStatic": false,
|
|
851
1116
|
"arity": 0,
|
|
1117
|
+
"baseType": {
|
|
1118
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1119
|
+
"clrName": "System.Object"
|
|
1120
|
+
},
|
|
852
1121
|
"methods": [
|
|
853
1122
|
{
|
|
854
1123
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineTransport::Process(Azure.Core.HttpMessage):System.Void",
|
|
@@ -865,6 +1134,7 @@
|
|
|
865
1134
|
"isVirtual": true,
|
|
866
1135
|
"isOverride": false,
|
|
867
1136
|
"isSealed": false,
|
|
1137
|
+
"visibility": "Public",
|
|
868
1138
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineTransport",
|
|
869
1139
|
"declaringAssemblyName": "Azure.Core",
|
|
870
1140
|
"isExtensionMethod": false
|
|
@@ -884,6 +1154,7 @@
|
|
|
884
1154
|
"isVirtual": true,
|
|
885
1155
|
"isOverride": false,
|
|
886
1156
|
"isSealed": false,
|
|
1157
|
+
"visibility": "Public",
|
|
887
1158
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineTransport",
|
|
888
1159
|
"declaringAssemblyName": "Azure.Core",
|
|
889
1160
|
"isExtensionMethod": false
|
|
@@ -903,6 +1174,7 @@
|
|
|
903
1174
|
"isVirtual": true,
|
|
904
1175
|
"isOverride": false,
|
|
905
1176
|
"isSealed": false,
|
|
1177
|
+
"visibility": "Public",
|
|
906
1178
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineTransport",
|
|
907
1179
|
"declaringAssemblyName": "Azure.Core",
|
|
908
1180
|
"isExtensionMethod": false
|
|
@@ -911,7 +1183,19 @@
|
|
|
911
1183
|
"properties": [],
|
|
912
1184
|
"fields": [],
|
|
913
1185
|
"events": [],
|
|
914
|
-
"constructors": [
|
|
1186
|
+
"constructors": [
|
|
1187
|
+
{
|
|
1188
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineTransport::.ctor():void",
|
|
1189
|
+
"metadataToken": 100664572,
|
|
1190
|
+
"canonicalSignature": "():void",
|
|
1191
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1192
|
+
"isStatic": false,
|
|
1193
|
+
"parameterCount": 0,
|
|
1194
|
+
"visibility": "Protected",
|
|
1195
|
+
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineTransport",
|
|
1196
|
+
"declaringAssemblyName": "Azure.Core"
|
|
1197
|
+
}
|
|
1198
|
+
]
|
|
915
1199
|
},
|
|
916
1200
|
{
|
|
917
1201
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineTransportOptions",
|
|
@@ -924,6 +1208,10 @@
|
|
|
924
1208
|
"isSealed": false,
|
|
925
1209
|
"isStatic": false,
|
|
926
1210
|
"arity": 0,
|
|
1211
|
+
"baseType": {
|
|
1212
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1213
|
+
"clrName": "System.Object"
|
|
1214
|
+
},
|
|
927
1215
|
"methods": [],
|
|
928
1216
|
"properties": [
|
|
929
1217
|
{
|
|
@@ -941,6 +1229,7 @@
|
|
|
941
1229
|
"isAbstract": false,
|
|
942
1230
|
"isVirtual": false,
|
|
943
1231
|
"isOverride": false,
|
|
1232
|
+
"visibility": "Public",
|
|
944
1233
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineTransportOptions",
|
|
945
1234
|
"declaringAssemblyName": "Azure.Core"
|
|
946
1235
|
},
|
|
@@ -959,6 +1248,7 @@
|
|
|
959
1248
|
"isAbstract": false,
|
|
960
1249
|
"isVirtual": false,
|
|
961
1250
|
"isOverride": false,
|
|
1251
|
+
"visibility": "Public",
|
|
962
1252
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineTransportOptions",
|
|
963
1253
|
"declaringAssemblyName": "Azure.Core"
|
|
964
1254
|
},
|
|
@@ -977,6 +1267,7 @@
|
|
|
977
1267
|
"isAbstract": false,
|
|
978
1268
|
"isVirtual": false,
|
|
979
1269
|
"isOverride": false,
|
|
1270
|
+
"visibility": "Public",
|
|
980
1271
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineTransportOptions",
|
|
981
1272
|
"declaringAssemblyName": "Azure.Core"
|
|
982
1273
|
}
|
|
@@ -991,6 +1282,7 @@
|
|
|
991
1282
|
"normalizedSignature": "constructor|():void|static=false",
|
|
992
1283
|
"isStatic": false,
|
|
993
1284
|
"parameterCount": 0,
|
|
1285
|
+
"visibility": "Public",
|
|
994
1286
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineTransportOptions",
|
|
995
1287
|
"declaringAssemblyName": "Azure.Core"
|
|
996
1288
|
}
|
|
@@ -1007,6 +1299,10 @@
|
|
|
1007
1299
|
"isSealed": true,
|
|
1008
1300
|
"isStatic": false,
|
|
1009
1301
|
"arity": 0,
|
|
1302
|
+
"baseType": {
|
|
1303
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
1304
|
+
"clrName": "Azure.Core.Pipeline.HttpPipelinePolicy"
|
|
1305
|
+
},
|
|
1010
1306
|
"methods": [
|
|
1011
1307
|
{
|
|
1012
1308
|
"stableId": "Azure.Core:Azure.Core.Pipeline.RedirectPolicy::SetAllowAutoRedirect(Azure.Core.HttpMessage,System.Boolean):System.Void",
|
|
@@ -1023,6 +1319,7 @@
|
|
|
1023
1319
|
"isVirtual": false,
|
|
1024
1320
|
"isOverride": false,
|
|
1025
1321
|
"isSealed": false,
|
|
1322
|
+
"visibility": "Public",
|
|
1026
1323
|
"declaringClrType": "Azure.Core.Pipeline.RedirectPolicy",
|
|
1027
1324
|
"declaringAssemblyName": "Azure.Core",
|
|
1028
1325
|
"isExtensionMethod": false
|
|
@@ -1042,6 +1339,7 @@
|
|
|
1042
1339
|
"isVirtual": true,
|
|
1043
1340
|
"isOverride": true,
|
|
1044
1341
|
"isSealed": false,
|
|
1342
|
+
"visibility": "Public",
|
|
1045
1343
|
"declaringClrType": "Azure.Core.Pipeline.RedirectPolicy",
|
|
1046
1344
|
"declaringAssemblyName": "Azure.Core",
|
|
1047
1345
|
"isExtensionMethod": false
|
|
@@ -1061,6 +1359,7 @@
|
|
|
1061
1359
|
"isVirtual": true,
|
|
1062
1360
|
"isOverride": true,
|
|
1063
1361
|
"isSealed": false,
|
|
1362
|
+
"visibility": "Public",
|
|
1064
1363
|
"declaringClrType": "Azure.Core.Pipeline.RedirectPolicy",
|
|
1065
1364
|
"declaringAssemblyName": "Azure.Core",
|
|
1066
1365
|
"isExtensionMethod": false
|
|
@@ -1080,6 +1379,7 @@
|
|
|
1080
1379
|
"isVirtual": true,
|
|
1081
1380
|
"isOverride": false,
|
|
1082
1381
|
"isSealed": false,
|
|
1382
|
+
"visibility": "Public",
|
|
1083
1383
|
"declaringClrType": "Azure.Core.Pipeline.RedirectPolicy",
|
|
1084
1384
|
"declaringAssemblyName": "Azure.Core",
|
|
1085
1385
|
"isExtensionMethod": false
|
|
@@ -1099,6 +1399,7 @@
|
|
|
1099
1399
|
"isVirtual": true,
|
|
1100
1400
|
"isOverride": false,
|
|
1101
1401
|
"isSealed": false,
|
|
1402
|
+
"visibility": "Public",
|
|
1102
1403
|
"declaringClrType": "Azure.Core.Pipeline.RedirectPolicy",
|
|
1103
1404
|
"declaringAssemblyName": "Azure.Core",
|
|
1104
1405
|
"isExtensionMethod": false
|
|
@@ -1120,6 +1421,10 @@
|
|
|
1120
1421
|
"isSealed": false,
|
|
1121
1422
|
"isStatic": false,
|
|
1122
1423
|
"arity": 0,
|
|
1424
|
+
"baseType": {
|
|
1425
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelinePolicy",
|
|
1426
|
+
"clrName": "Azure.Core.Pipeline.HttpPipelinePolicy"
|
|
1427
|
+
},
|
|
1123
1428
|
"methods": [
|
|
1124
1429
|
{
|
|
1125
1430
|
"stableId": "Azure.Core:Azure.Core.Pipeline.RetryPolicy::ProcessAsync(Azure.Core.HttpMessage,System.ReadOnlyMemory_1[[Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):System.Threading.Tasks.ValueTask",
|
|
@@ -1136,6 +1441,7 @@
|
|
|
1136
1441
|
"isVirtual": true,
|
|
1137
1442
|
"isOverride": true,
|
|
1138
1443
|
"isSealed": false,
|
|
1444
|
+
"visibility": "Public",
|
|
1139
1445
|
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1140
1446
|
"declaringAssemblyName": "Azure.Core",
|
|
1141
1447
|
"isExtensionMethod": false
|
|
@@ -1155,6 +1461,127 @@
|
|
|
1155
1461
|
"isVirtual": true,
|
|
1156
1462
|
"isOverride": true,
|
|
1157
1463
|
"isSealed": false,
|
|
1464
|
+
"visibility": "Public",
|
|
1465
|
+
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1466
|
+
"declaringAssemblyName": "Azure.Core",
|
|
1467
|
+
"isExtensionMethod": false
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.RetryPolicy::ShouldRetry(Azure.Core.HttpMessage,System.Exception):System.Boolean",
|
|
1471
|
+
"clrName": "ShouldRetry",
|
|
1472
|
+
"metadataToken": 100664679,
|
|
1473
|
+
"canonicalSignature": "(Azure.Core.HttpMessage,System.Exception):System.Boolean",
|
|
1474
|
+
"normalizedSignature": "ShouldRetry|(Azure.Core.HttpMessage,System.Exception):System.Boolean|static=false",
|
|
1475
|
+
"emitScope": "ClassSurface",
|
|
1476
|
+
"provenance": "Original",
|
|
1477
|
+
"arity": 0,
|
|
1478
|
+
"parameterCount": 2,
|
|
1479
|
+
"isStatic": false,
|
|
1480
|
+
"isAbstract": false,
|
|
1481
|
+
"isVirtual": true,
|
|
1482
|
+
"isOverride": false,
|
|
1483
|
+
"isSealed": false,
|
|
1484
|
+
"visibility": "ProtectedInternal",
|
|
1485
|
+
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1486
|
+
"declaringAssemblyName": "Azure.Core",
|
|
1487
|
+
"isExtensionMethod": false
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.RetryPolicy::ShouldRetryAsync(Azure.Core.HttpMessage,System.Exception):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1491
|
+
"clrName": "ShouldRetryAsync",
|
|
1492
|
+
"metadataToken": 100664680,
|
|
1493
|
+
"canonicalSignature": "(Azure.Core.HttpMessage,System.Exception):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1494
|
+
"normalizedSignature": "ShouldRetryAsync|(Azure.Core.HttpMessage,System.Exception):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1495
|
+
"emitScope": "ClassSurface",
|
|
1496
|
+
"provenance": "Original",
|
|
1497
|
+
"arity": 0,
|
|
1498
|
+
"parameterCount": 2,
|
|
1499
|
+
"isStatic": false,
|
|
1500
|
+
"isAbstract": false,
|
|
1501
|
+
"isVirtual": true,
|
|
1502
|
+
"isOverride": false,
|
|
1503
|
+
"isSealed": false,
|
|
1504
|
+
"visibility": "ProtectedInternal",
|
|
1505
|
+
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1506
|
+
"declaringAssemblyName": "Azure.Core",
|
|
1507
|
+
"isExtensionMethod": false
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.RetryPolicy::OnSendingRequest(Azure.Core.HttpMessage):System.Void",
|
|
1511
|
+
"clrName": "OnSendingRequest",
|
|
1512
|
+
"metadataToken": 100664684,
|
|
1513
|
+
"canonicalSignature": "(Azure.Core.HttpMessage):System.Void",
|
|
1514
|
+
"normalizedSignature": "OnSendingRequest|(Azure.Core.HttpMessage):System.Void|static=false",
|
|
1515
|
+
"emitScope": "ClassSurface",
|
|
1516
|
+
"provenance": "Original",
|
|
1517
|
+
"arity": 0,
|
|
1518
|
+
"parameterCount": 1,
|
|
1519
|
+
"isStatic": false,
|
|
1520
|
+
"isAbstract": false,
|
|
1521
|
+
"isVirtual": true,
|
|
1522
|
+
"isOverride": false,
|
|
1523
|
+
"isSealed": false,
|
|
1524
|
+
"visibility": "ProtectedInternal",
|
|
1525
|
+
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1526
|
+
"declaringAssemblyName": "Azure.Core",
|
|
1527
|
+
"isExtensionMethod": false
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.RetryPolicy::OnSendingRequestAsync(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask",
|
|
1531
|
+
"clrName": "OnSendingRequestAsync",
|
|
1532
|
+
"metadataToken": 100664685,
|
|
1533
|
+
"canonicalSignature": "(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask",
|
|
1534
|
+
"normalizedSignature": "OnSendingRequestAsync|(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask|static=false",
|
|
1535
|
+
"emitScope": "ClassSurface",
|
|
1536
|
+
"provenance": "Original",
|
|
1537
|
+
"arity": 0,
|
|
1538
|
+
"parameterCount": 1,
|
|
1539
|
+
"isStatic": false,
|
|
1540
|
+
"isAbstract": false,
|
|
1541
|
+
"isVirtual": true,
|
|
1542
|
+
"isOverride": false,
|
|
1543
|
+
"isSealed": false,
|
|
1544
|
+
"visibility": "ProtectedInternal",
|
|
1545
|
+
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1546
|
+
"declaringAssemblyName": "Azure.Core",
|
|
1547
|
+
"isExtensionMethod": false
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.RetryPolicy::OnRequestSent(Azure.Core.HttpMessage):System.Void",
|
|
1551
|
+
"clrName": "OnRequestSent",
|
|
1552
|
+
"metadataToken": 100664686,
|
|
1553
|
+
"canonicalSignature": "(Azure.Core.HttpMessage):System.Void",
|
|
1554
|
+
"normalizedSignature": "OnRequestSent|(Azure.Core.HttpMessage):System.Void|static=false",
|
|
1555
|
+
"emitScope": "ClassSurface",
|
|
1556
|
+
"provenance": "Original",
|
|
1557
|
+
"arity": 0,
|
|
1558
|
+
"parameterCount": 1,
|
|
1559
|
+
"isStatic": false,
|
|
1560
|
+
"isAbstract": false,
|
|
1561
|
+
"isVirtual": true,
|
|
1562
|
+
"isOverride": false,
|
|
1563
|
+
"isSealed": false,
|
|
1564
|
+
"visibility": "ProtectedInternal",
|
|
1565
|
+
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1566
|
+
"declaringAssemblyName": "Azure.Core",
|
|
1567
|
+
"isExtensionMethod": false
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"stableId": "Azure.Core:Azure.Core.Pipeline.RetryPolicy::OnRequestSentAsync(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask",
|
|
1571
|
+
"clrName": "OnRequestSentAsync",
|
|
1572
|
+
"metadataToken": 100664687,
|
|
1573
|
+
"canonicalSignature": "(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask",
|
|
1574
|
+
"normalizedSignature": "OnRequestSentAsync|(Azure.Core.HttpMessage):System.Threading.Tasks.ValueTask|static=false",
|
|
1575
|
+
"emitScope": "ClassSurface",
|
|
1576
|
+
"provenance": "Original",
|
|
1577
|
+
"arity": 0,
|
|
1578
|
+
"parameterCount": 1,
|
|
1579
|
+
"isStatic": false,
|
|
1580
|
+
"isAbstract": false,
|
|
1581
|
+
"isVirtual": true,
|
|
1582
|
+
"isOverride": false,
|
|
1583
|
+
"isSealed": false,
|
|
1584
|
+
"visibility": "ProtectedInternal",
|
|
1158
1585
|
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1159
1586
|
"declaringAssemblyName": "Azure.Core",
|
|
1160
1587
|
"isExtensionMethod": false
|
|
@@ -1174,6 +1601,7 @@
|
|
|
1174
1601
|
"isVirtual": true,
|
|
1175
1602
|
"isOverride": false,
|
|
1176
1603
|
"isSealed": false,
|
|
1604
|
+
"visibility": "Public",
|
|
1177
1605
|
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1178
1606
|
"declaringAssemblyName": "Azure.Core",
|
|
1179
1607
|
"isExtensionMethod": false
|
|
@@ -1193,6 +1621,7 @@
|
|
|
1193
1621
|
"isVirtual": true,
|
|
1194
1622
|
"isOverride": false,
|
|
1195
1623
|
"isSealed": false,
|
|
1624
|
+
"visibility": "Public",
|
|
1196
1625
|
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1197
1626
|
"declaringAssemblyName": "Azure.Core",
|
|
1198
1627
|
"isExtensionMethod": false
|
|
@@ -1209,6 +1638,7 @@
|
|
|
1209
1638
|
"normalizedSignature": "constructor|(System.Int32,Azure.Core.DelayStrategy):void|static=false",
|
|
1210
1639
|
"isStatic": false,
|
|
1211
1640
|
"parameterCount": 2,
|
|
1641
|
+
"visibility": "Public",
|
|
1212
1642
|
"declaringClrType": "Azure.Core.Pipeline.RetryPolicy",
|
|
1213
1643
|
"declaringAssemblyName": "Azure.Core"
|
|
1214
1644
|
}
|
|
@@ -1225,6 +1655,10 @@
|
|
|
1225
1655
|
"isSealed": false,
|
|
1226
1656
|
"isStatic": false,
|
|
1227
1657
|
"arity": 0,
|
|
1658
|
+
"baseType": {
|
|
1659
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1660
|
+
"clrName": "System.Object"
|
|
1661
|
+
},
|
|
1228
1662
|
"methods": [],
|
|
1229
1663
|
"properties": [
|
|
1230
1664
|
{
|
|
@@ -1242,6 +1676,7 @@
|
|
|
1242
1676
|
"isAbstract": false,
|
|
1243
1677
|
"isVirtual": false,
|
|
1244
1678
|
"isOverride": false,
|
|
1679
|
+
"visibility": "Public",
|
|
1245
1680
|
"declaringClrType": "Azure.Core.Pipeline.ServerCertificateCustomValidationArgs",
|
|
1246
1681
|
"declaringAssemblyName": "Azure.Core"
|
|
1247
1682
|
},
|
|
@@ -1260,6 +1695,7 @@
|
|
|
1260
1695
|
"isAbstract": false,
|
|
1261
1696
|
"isVirtual": false,
|
|
1262
1697
|
"isOverride": false,
|
|
1698
|
+
"visibility": "Public",
|
|
1263
1699
|
"declaringClrType": "Azure.Core.Pipeline.ServerCertificateCustomValidationArgs",
|
|
1264
1700
|
"declaringAssemblyName": "Azure.Core"
|
|
1265
1701
|
},
|
|
@@ -1278,6 +1714,7 @@
|
|
|
1278
1714
|
"isAbstract": false,
|
|
1279
1715
|
"isVirtual": false,
|
|
1280
1716
|
"isOverride": false,
|
|
1717
|
+
"visibility": "Public",
|
|
1281
1718
|
"declaringClrType": "Azure.Core.Pipeline.ServerCertificateCustomValidationArgs",
|
|
1282
1719
|
"declaringAssemblyName": "Azure.Core"
|
|
1283
1720
|
}
|
|
@@ -1292,6 +1729,7 @@
|
|
|
1292
1729
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors):void|static=false",
|
|
1293
1730
|
"isStatic": false,
|
|
1294
1731
|
"parameterCount": 3,
|
|
1732
|
+
"visibility": "Public",
|
|
1295
1733
|
"declaringClrType": "Azure.Core.Pipeline.ServerCertificateCustomValidationArgs",
|
|
1296
1734
|
"declaringAssemblyName": "Azure.Core"
|
|
1297
1735
|
}
|
|
@@ -1308,6 +1746,10 @@
|
|
|
1308
1746
|
"isSealed": true,
|
|
1309
1747
|
"isStatic": true,
|
|
1310
1748
|
"arity": 0,
|
|
1749
|
+
"baseType": {
|
|
1750
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1751
|
+
"clrName": "System.Object"
|
|
1752
|
+
},
|
|
1311
1753
|
"methods": [
|
|
1312
1754
|
{
|
|
1313
1755
|
"stableId": "Azure.Core:Azure.Core.Pipeline.HttpPipelineBuilder::Build(Azure.Core.ClientOptions,Azure.Core.Pipeline.HttpPipelinePolicy[]):Azure.Core.Pipeline.HttpPipeline",
|
|
@@ -1324,6 +1766,7 @@
|
|
|
1324
1766
|
"isVirtual": false,
|
|
1325
1767
|
"isOverride": false,
|
|
1326
1768
|
"isSealed": false,
|
|
1769
|
+
"visibility": "Public",
|
|
1327
1770
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineBuilder",
|
|
1328
1771
|
"declaringAssemblyName": "Azure.Core",
|
|
1329
1772
|
"isExtensionMethod": false
|
|
@@ -1343,6 +1786,7 @@
|
|
|
1343
1786
|
"isVirtual": false,
|
|
1344
1787
|
"isOverride": false,
|
|
1345
1788
|
"isSealed": false,
|
|
1789
|
+
"visibility": "Public",
|
|
1346
1790
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineBuilder",
|
|
1347
1791
|
"declaringAssemblyName": "Azure.Core",
|
|
1348
1792
|
"isExtensionMethod": false
|
|
@@ -1362,6 +1806,7 @@
|
|
|
1362
1806
|
"isVirtual": false,
|
|
1363
1807
|
"isOverride": false,
|
|
1364
1808
|
"isSealed": false,
|
|
1809
|
+
"visibility": "Public",
|
|
1365
1810
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineBuilder",
|
|
1366
1811
|
"declaringAssemblyName": "Azure.Core",
|
|
1367
1812
|
"isExtensionMethod": false
|
|
@@ -1381,6 +1826,7 @@
|
|
|
1381
1826
|
"isVirtual": false,
|
|
1382
1827
|
"isOverride": false,
|
|
1383
1828
|
"isSealed": false,
|
|
1829
|
+
"visibility": "Public",
|
|
1384
1830
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineBuilder",
|
|
1385
1831
|
"declaringAssemblyName": "Azure.Core",
|
|
1386
1832
|
"isExtensionMethod": false
|
|
@@ -1400,6 +1846,7 @@
|
|
|
1400
1846
|
"isVirtual": false,
|
|
1401
1847
|
"isOverride": false,
|
|
1402
1848
|
"isSealed": false,
|
|
1849
|
+
"visibility": "Public",
|
|
1403
1850
|
"declaringClrType": "Azure.Core.Pipeline.HttpPipelineBuilder",
|
|
1404
1851
|
"declaringAssemblyName": "Azure.Core",
|
|
1405
1852
|
"isExtensionMethod": false
|