ConnectionManager Connect Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Overload List

  NameDescription
Public methodConnect(Peer, ConnectionType, IPEndPoint, PeerConnectCallback)
Connects to peer using information given in a peer object
Public methodConnect(Guid, Guid, ConnectionType, IPEndPoint, PeerConnectCallback)
Connect to peer using identifiers of peer itself and it's checkpoint
Public methodConnect(Peer, ConnectionType, Guid, IPEndPoint, PeerConnectCallback)
Connects to peer using information given in a peer object
Public methodConnect(Guid, Guid, ConnectionType, Guid, IPEndPoint, PeerConnectCallback)
Connect to peer using identifiers of peer itself and it's checkpoint
Back to Top
See Also