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