Skip to content

Commit 07303f9

Browse files
committed
API updates
1 parent a9a5eab commit 07303f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@ This functions the same as the CreateCircuit() method, however the method accep
8484

8585
This functions near the same as the the CreateCircuit(string[]) method, except that the routers specified in the argument list will be appended onto the end of an existing circuit.
8686

87-
### client.BandwidthChanged (event)
87+
### client.Status.BandwidthChanged (event)
8888

8989
This is raised whenever the download and update rates, estimated for within the last second, have changed within the Tor service. When requests are being dispatched across a connection these values reflect the number of bytes downloaded and uploaded, on average, since the last event.
9090

91-
### client.CircuitsChanged (event)
91+
### client.Status.CircuitsChanged (event)
9292

9393
This is raised whenever circuits have been altered in the Tor service. When the event is raised, this signals that the Circuits property contains new information.
9494

95-
### client.ORConnectionsChanged (event)
95+
### client.Status.ORConnectionsChanged (event)
9696

9797
This is raised whenever OR connections have been altered in the Tor service. When the event is raised, this signals that the ORConnections property contains new information.
9898

99-
### client.StreamsChanged (event)
99+
### client.Status.StreamsChanged (event)
100100

101101
This is raised whenever streams have been altered in the Tor service. When the event is raised, this signals that the Streams property contains new information.
102102

0 commit comments

Comments
 (0)