Exemple #1
0
 public Task SendAsync(Packet <EndPointAddress> packet, CancellationToken cancellation = default)
 {
     return(_serverEndPoint.SendAsync(packet.Message, packet.EndPoint, cancellation));
 }