PeerNearMe::Invite Method

 

Sends an invitation to join a peer collaboration application to a remote peer.

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

NameDescription
System_CAPS_pubmethodInvite()

Sends an invitation to join a peer collaboration application to a remote peer.(Overrides Peer::Invite().)

System_CAPS_pubmethodInvite(PeerApplication^, String^, array<Byte>^)

Sends an invitation to join a peer collaboration application to a remote peer that includes data that describes or specifies the application invite.(Overrides Peer::Invite(PeerApplication^, String^, array<Byte>^).)

PeerInvitationResponse object containing the relevant PeerInvitationResponseType value specified by the remote peer.

Return to top
Show: