1 reference to Success
MSBuild (1)
CommunicationsUtilities.cs (1)
199public static HandshakeResult Success(int value = 0, byte negotiatedPacketVersion = 1) => new(HandshakeStatus.Success, value, null, negotiatedPacketVersion);