Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Halter <halter73@gmail.com>2019-10-08 03:37:51 +0300
committerStephen Halter <halter73@gmail.com>2019-10-08 03:37:51 +0300
commit4baa717811a9c396060fe337e75bd056198d4347 (patch)
tree758287c6c3c6efc0f014c16fbe25fc3a97c6db82
parent1810bf720e735fce39c0b707467427331cfbba2c (diff)
Update netcoreapp ref assemblyste1nstone/uriendpoint-tostring
-rw-r--r--src/Servers/Connections.Abstractions/ref/Microsoft.AspNetCore.Connections.Abstractions.netcoreapp.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Servers/Connections.Abstractions/ref/Microsoft.AspNetCore.Connections.Abstractions.netcoreapp.cs b/src/Servers/Connections.Abstractions/ref/Microsoft.AspNetCore.Connections.Abstractions.netcoreapp.cs
index dbd0a70349..b59b0136a6 100644
--- a/src/Servers/Connections.Abstractions/ref/Microsoft.AspNetCore.Connections.Abstractions.netcoreapp.cs
+++ b/src/Servers/Connections.Abstractions/ref/Microsoft.AspNetCore.Connections.Abstractions.netcoreapp.cs
@@ -133,6 +133,7 @@ namespace Microsoft.AspNetCore.Connections
{
public UriEndPoint(System.Uri uri) { }
public System.Uri Uri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
+ public override string ToString() { throw null; }
}
}
namespace Microsoft.AspNetCore.Connections.Features