Brunet.Transport.WrapperEdge.HandleData C# (CSharp) Метод

HandleData() публичный Метод

We automatically push all data to the listener of this edge.
public HandleData ( MemBlock b, ISender return_path, object state ) : void
b Brunet.Util.MemBlock
return_path ISender
state object
Результат void
    public void HandleData(MemBlock b, ISender return_path, object state) {
      ReceivedPacketEvent(b);
    }