File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
src/Servers/Connections.Abstractions/src/PublicAPI Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11#nullable enable
2+ Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature
3+ Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature.NamedPipe.get -> System.IO.Pipes.NamedPipeServerStream!
24Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature
35Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.Action<object?>! callback, object? state) -> void
46Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector
57Microsoft.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!
616Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext
717Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext.ClientHelloInfo.get -> System.Net.Security.SslClientHelloInfo
818Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext.ClientHelloInfo.set -> void
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.A
66Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector
77Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector.CanBind(System.Net.EndPoint! endpoint) -> bool
88Microsoft.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
1011Microsoft.AspNetCore.Connections.NamedPipeEndPoint.PipeName.get -> string!
1112Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ServerName.get -> string!
1213override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.Equals(object? obj) -> bool
Original file line number Diff line number Diff line change 11#nullable enable
2+ Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature
3+ Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature.NamedPipe.get -> System.IO.Pipes.NamedPipeServerStream!
24Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature
35Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.Action<object?>! callback, object? state) -> void
46Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector
57Microsoft.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!
You can’t perform that action at this time.
0 commit comments