We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4af01 commit acc7602Copy full SHA for acc7602
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParserStateObjectNative.cs
@@ -13,7 +13,6 @@
13
using Interop.Windows.Sni;
14
using Microsoft.Data.Common;
15
using Microsoft.Data.ProviderBase;
16
-using Microsoft.Data.SqlClient.ManagedSni;
17
18
namespace Microsoft.Data.SqlClient
19
{
@@ -156,7 +155,7 @@ internal override void CreatePhysicalSNIHandle(
156
155
string serverName,
157
TimeoutTimer timeout,
158
out byte[] instanceName,
159
- out ResolvedServerSpn resolvedSpn,
+ out Microsoft.Data.SqlClient.ManagedSni.ResolvedServerSpn resolvedSpn,
160
bool flushCache,
161
bool async,
162
bool fParallel,
0 commit comments