1 type derived from Handshake
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
347internal sealed class ServerNodeHandshake : Handshake
8 references to Handshake
Microsoft.Build.Tasks.Core (8)
CommunicationsUtilities.cs (3)
224/// Initializes a new instance of the <see cref="Handshake"/> class with the specified node type. 235/// Initializes a new instance of the <see cref="Handshake"/> class with the specified node type 776if (innerResult.Value != Handshake.PacketVersionFromChildMarker)
INodePacket.cs (2)
383if (Handshake.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.TaskHost) && Handshake.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.NET))
NodePipeBase.cs (1)
61protected NodePipeBase(string pipeName, Handshake handshake)
NodePipeClient.cs (1)
22internal NodePipeClient(string pipeName, Handshake handshake)
NodePipeServer.cs (1)
37internal NodePipeServer(string pipeName, Handshake handshake, int maxNumberOfServerInstances = 1)