Peer.Connect Method ()

Warning: This method is deprecated. Deprecated components of Microsoft DirectX 9.0 for Managed Code are considered obsolete. While these components are still supported in this release of DirectX 9.0 for Managed Code, they may be removed in the future. When writing new applications, you should avoid using these deprecated components. When modifying existing applications, you are strongly encouraged to remove any dependency on these components.

Establishes the connection to all the peers in a peer-to-peer session. Once a connection is established, the communication channel on the object is open and the application should expect messages to arrive immediately. Deprecated.

Overload List

public void Connect(ApplicationDescription, Address, Address, NetworkPacket, ConnectFlags);
public void Connect(ApplicationDescription, Address, Address, NetworkPacket, ConnectFlags, object, object);
public void Connect(ApplicationDescription, Address, Address, NetworkPacket, out int, ConnectFlags);
public void Connect(ApplicationDescription, Address, Address, NetworkPacket, out int, ConnectFlags, object, object);