Example #1
0
 protected override void OnClose(TimeSpan timeout) =>
 endpoint.Close((int)timeout.TotalMilliseconds);
Example #2
0
 protected override void OnAbort() =>
 endpoint?.Close(0);