This documentation is archived and is not being maintained.

Peer::Invite Method

Sends an invitation to a Peer to start a specific PeerApplication.

Namespace:  System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
virtual PeerInvitationResponse^ Invite() abstract

Return Value

Type: System.Net.PeerToPeer.Collaboration::PeerInvitationResponse
A PeerInvitationResponse from the peer that received the invitation.

ExceptionCondition
PeerToPeerException
  • An error occurred during the invitation process.

  • The currently executing application is not registered with the Peer Collaboration infrastructure.

Calling this method requires a PermissionState of Unrestricted. This state is created when the Peer Collaboration session begins.

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: