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