1 type derived from Handshake
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
346internal sealed class ServerNodeHandshake : Handshake
8 references to Handshake
Microsoft.Build.Tasks.Core (8)
CommunicationsUtilities.cs (3)
223/// Initializes a new instance of the <see cref="Handshake"/> class with the specified node type. 234/// Initializes a new instance of the <see cref="Handshake"/> class with the specified node type 505if (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)