Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
1b57554e71
1 changed files with 16 additions and 0 deletions
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -219,6 +219,22 @@ Contains a managed pointer to the peer.
 
 `Peer.Data` set or get the user-supplied data. Consider a cast to the desired primitive data type.
 
+`Peer.ConfigureThrottle(uint interval, uint acceleration, uint deceleration)` 
+
+`Peer.Send(byte channelID, byte[] data, int length)` 
+
+`Peer.Ping()` 
+
+`PingInterval(uint interval)` 
+
+`Peer.Disconnect(uint data)` 
+
+`Peer.DisconnectNow(uint data)` 
+
+`Peer.DisconnectLater(uint data)` 
+
+`Peer.Reset()` 
+
 ### Classes
 #### Host
 Contains a managed pointer to the host.