1 implementation of ICommunicationChannel
Microsoft.TestPlatform.CommunicationUtilities (1)
LengthPrefixCommunicationChannel.cs (1)
19
public class LengthPrefixCommunicationChannel :
ICommunicationChannel
11 references to ICommunicationChannel
Microsoft.TestPlatform.CommunicationUtilities (10)
Interfaces\Communication\ConnectedEventArgs.cs (2)
26
public ConnectedEventArgs(
ICommunicationChannel
channel)
41
public
ICommunicationChannel
? Channel { get; private set; }
SocketClient.cs (3)
25
private readonly Func<Stream,
ICommunicationChannel
> _channelFactory;
27
private
ICommunicationChannel
? _channel;
36
protected SocketClient(Func<Stream,
ICommunicationChannel
> channelFactory)
SocketServer.cs (3)
24
private readonly Func<Stream,
ICommunicationChannel
> _channelFactory;
26
private
ICommunicationChannel
? _channel;
45
protected SocketServer(Func<Stream,
ICommunicationChannel
> channelFactory)
TcpClientExtensions.cs (1)
24
ICommunicationChannel
channel,
TestRequestSender.cs (1)
41
private
ICommunicationChannel
? _channel;
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
48
private
ICommunicationChannel
? _channel;