7 references to PeerInvitationResponse
System.Net (7)
net\PeerToPeer\Collaboration\Peer.cs (5)
740return new PeerInvitationResponse(PeerInvitationResponseType.Expired); 751peerInvResponse = new PeerInvitationResponse(pir.action); 1269inviteCompletedArgs = new InviteCompletedEventArgs(new PeerInvitationResponse(pir.action), null, false, 1323inviteCompletedArgs = new InviteCompletedEventArgs(new PeerInvitationResponse(PeerInvitationResponseType.Declined), null, false, 1328inviteCompletedArgs = new InviteCompletedEventArgs(new PeerInvitationResponse(PeerInvitationResponseType.Expired), null, false,
net\PeerToPeer\Collaboration\PeerContact.cs (2)
696return new PeerInvitationResponse(PeerInvitationResponseType.Declined); 698return new PeerInvitationResponse(PeerInvitationResponseType.Expired);