1 type derived from Handshake
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
274
internal 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)
329
if (
Handshake
.IsHandshakeOptionEnabled(handshakeOptions,
Handshake
.NetTaskHostFlags))
NodePipeBase.cs (1)
64
protected NodePipeBase(string pipeName,
Handshake
handshake)
NodePipeClient.cs (1)
22
internal NodePipeClient(string pipeName,
Handshake
handshake)
NodePipeServer.cs (1)
39
internal NodePipeServer(string pipeName,
Handshake
handshake, int maxNumberOfServerInstances = 1)