5 references to Declined
System.Net (5)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
594
if (response.PeerInvitationResponseType < PeerInvitationResponseType.
Declined
||
net\PeerToPeer\Collaboration\Peer.cs (2)
1311
else if (responseType == PeerInvitationResponseType.
Declined
){
1323
inviteCompletedArgs = new InviteCompletedEventArgs(new PeerInvitationResponse(PeerInvitationResponseType.
Declined
), null, false,
net\PeerToPeer\Collaboration\PeerContact.cs (2)
688
else if (endPointResponse.PeerInvitationResponseType == PeerInvitationResponseType.
Declined
)
696
return new PeerInvitationResponse(PeerInvitationResponseType.
Declined
);