Skip to content

Commit 5c2c1d6

Browse files
committed
Fix PublicAPI?
1 parent 8a3594b commit 5c2c1d6

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

src/Servers/Connections.Abstractions/src/PublicAPI/net7.0/PublicAPI.Unshipped.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
#nullable enable
2+
Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature
3+
Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature.NamedPipe.get -> System.IO.Pipes.NamedPipeServerStream!
24
Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature
35
Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.Action<object?>! callback, object? state) -> void
46
Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector
57
Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector.CanBind(System.Net.EndPoint! endpoint) -> bool
8+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint
9+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName) -> void
10+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName, string! serverName) -> void
11+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.PipeName.get -> string!
12+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ServerName.get -> string!
13+
override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.Equals(object? obj) -> bool
14+
override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.GetHashCode() -> int
15+
override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ToString() -> string!
616
Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext
717
Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext.ClientHelloInfo.get -> System.Net.Security.SslClientHelloInfo
818
Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext.ClientHelloInfo.set -> void

src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.A
66
Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector
77
Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector.CanBind(System.Net.EndPoint! endpoint) -> bool
88
Microsoft.AspNetCore.Connections.NamedPipeEndPoint
9-
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName, string! serverName = ".") -> void
9+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName) -> void
10+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName, string! serverName) -> void
1011
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.PipeName.get -> string!
1112
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ServerName.get -> string!
1213
override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.Equals(object? obj) -> bool
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#nullable enable
2+
Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature
3+
Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature.NamedPipe.get -> System.IO.Pipes.NamedPipeServerStream!
24
Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature
35
Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.Action<object?>! callback, object? state) -> void
46
Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector
57
Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector.CanBind(System.Net.EndPoint! endpoint) -> bool
8+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint
9+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName) -> void
10+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName, string! serverName) -> void
11+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.PipeName.get -> string!
12+
Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ServerName.get -> string!
13+
override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.Equals(object? obj) -> bool
14+
override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.GetHashCode() -> int
15+
override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ToString() -> string!

0 commit comments

Comments
 (0)