1 type derived from Handshake
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
274internal sealed class ServerNodeHandshake : Handshake
6 references to Handshake
Microsoft.Build.Tasks.Core (6)
CommunicationsUtilities.cs (1)
171/// Initializes a new instance of the <see cref="Handshake"/> class with the specified node type
INodePacket.cs (2)
329if (Handshake.IsHandshakeOptionEnabled(handshakeOptions, Handshake.NetTaskHostFlags))
NodePipeBase.cs (1)
64protected NodePipeBase(string pipeName, Handshake handshake)
NodePipeClient.cs (1)
22internal NodePipeClient(string pipeName, Handshake handshake)
NodePipeServer.cs (1)
39internal NodePipeServer(string pipeName, Handshake handshake, int maxNumberOfServerInstances = 1)