public void SendByteSeq(byte[] seq, IPingReplyPrx?reply, Current current, CancellationToken cancel) { try { reply?.Clone(preferNonSecure: true).Reply(cancel: cancel); } catch { TestHelper.Assert(false); } }
public void Ping(IPingReplyPrx reply, Current current, CancellationToken cancel) { try { reply.Clone(preferNonSecure: true).Reply(cancel: cancel); } catch { TestHelper.Assert(false); } }