Show / Hide Table of Contents

Method SendPackage

| Edit this page View Source

SendPackage(long, ZPackage)

Send a package to a single target. Compresses and fragments the package if necessary.
Declaration
public void SendPackage(long target, ZPackage package)
Parameters
Type Name Description
long target
ZPackage package
| Edit this page View Source

SendPackage(List<ZNetPeer>, ZPackage)

Send a package to a list of peers. Compresses and fragments the package if necessary.
Declaration
public void SendPackage(List<ZNetPeer> peers, ZPackage package)
Parameters
Type Name Description
List<ZNetPeer> peers
ZPackage package
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾