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