1 implementation of IIpcServerTransportCallbackInternal
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
157internal abstract class NetServerRouterFactory : IIpcServerTransportCallbackInternal
10 references to IIpcServerTransportCallbackInternal
Microsoft.Diagnostics.NETCore.Client (10)
DiagnosticsIpc\IpcServerTransport.cs (8)
17private IIpcServerTransportCallbackInternal _callback; 20public static IpcServerTransport Create(string address, int maxConnections, ReversedDiagnosticsServer.Kind kind, IIpcServerTransportCallbackInternal transportCallback = null) 43protected IpcServerTransport(IIpcServerTransportCallbackInternal transportCallback = null) 82internal void SetCallback(IIpcServerTransportCallbackInternal callback) 103public IpcWindowsNamedPipeServerTransport(string pipeName, int maxInstances, IIpcServerTransportCallbackInternal transportCallback = null) 169protected IpcSocketServerTransport(IIpcServerTransportCallbackInternal transportCallback = null) 234public IpcTcpSocketServerTransport(string address, int backlog, IIpcServerTransportCallbackInternal transportCallback = null) 269public IpcUnixDomainSocketServerTransport(string path, int backlog, IIpcServerTransportCallbackInternal transportCallback = null)
DiagnosticsIpc\IpcWebSocketServerTransport.cs (1)
12public IpcWebSocketServerTransport(IIpcServerTransportCallbackInternal transportCallback = null)
ReversedServer\ReversedDiagnosticsServer.cs (1)
425internal IIpcServerTransportCallbackInternal TransportCallback { get; set; }