The `Enqueue` method is a function within the `MonoTorrent.Client.PeerId` class in C#. It allows for the addition of messages to a peer's output queue. When called, this method places the specified message at the end of the peer's queue to be sent out at a later time. This queue is used for sending messages to connected peers in a BitTorrent client implemented with MonoTorrent.
C# (CSharp) MonoTorrent.Client PeerId.Enqueue - 26 examples found. These are the top rated real world C# (CSharp) examples of MonoTorrent.Client.PeerId.Enqueue extracted from open source projects. You can rate examples to help us improve the quality of examples.