1 type derived from Handshake
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
152internal sealed class ServerNodeHandshake : Handshake
3 references to Handshake
Microsoft.Build.Tasks.Core (3)
NodePipeBase.cs (1)
64protected NodePipeBase(string pipeName, Handshake handshake)
NodePipeClient.cs (1)
22internal NodePipeClient(string pipeName, Handshake handshake)
NodePipeServer.cs (1)
38internal NodePipeServer(string pipeName, Handshake handshake, int maxNumberOfServerInstances = 1)