コード例 #1
0
 private static bool IsScaleOutBackendSocket(MockSocket s)
 => s.GetIdentity() == null;
コード例 #2
0
 private bool IsScaleOutFrontendSocket(MockSocket s)
 => Equals(s?.GetIdentity(), scaleOutAddress.Identity);