Client.Connect(ApplicationDescription,Address,Address,NetworkPacket,Int32,ConnectFlags) Method (Microsoft.DirectX.DirectPlay)

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 the server. Deprecated.

Definition

Visual Basic Public Sub Connect( _
    ByVal applicationDescription As ApplicationDescription, _
    ByVal hostAddress As Address, _
    ByVal deviceInformation As Address, _
    ByVal userConnectData As NetworkPacket, _
    ByRef asyncHandle As Integer, _
    ByVal flags As ConnectFlags _
)
C# public void Connect(
    ApplicationDescription applicationDescription,
    Address hostAddress,
    Address deviceInformation,
    NetworkPacket userConnectData,
    out int asyncHandle,
    ConnectFlags flags
);
C++ public:
void Connect(
    ApplicationDescription applicationDescription,
    AddresshostAddress,
    AddressdeviceInformation,
    NetworkPacketuserConnectData,
    [Out] intasyncHandle,
    ConnectFlags flags
);
JScript public function Connect(
    applicationDescription : ApplicationDescription,
    hostAddress : Address,
    deviceInformation : Address,
    userConnectData : NetworkPacket,
    asyncHandle : int,
    flags : ConnectFlags
);

Parameters

applicationDescription Microsoft.DirectX.DirectPlay.ApplicationDescription
hostAddress Microsoft.DirectX.DirectPlay.Address
deviceInformation Microsoft.DirectX.DirectPlay.Address
userConnectData Microsoft.DirectX.DirectPlay.NetworkPacket
asyncHandle System.Int32
flags Microsoft.DirectX.DirectPlay.ConnectFlags