|
| Type | Description | ||
| PeerInfo as IDispatch FAR* | Object, as provided by the transport service. |
Connected event is fired when wodBeep establishes connection with remote peer. Negotiation messages are already exchanged at this point, so you are free to start opening channels and send your messages. In general, it is now known of what type PeerInfo can be - this depends purely on transport service implementation. You should always read specification about transport service you used to see what kind of properties PeerInfo interface may support.
|