20 references to PeerInvitationResponseType
System.Net (20)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
594
if (response.PeerInvitationResponseType <
PeerInvitationResponseType
.Declined ||
595
response.PeerInvitationResponseType >
PeerInvitationResponseType
.Expired)
net\PeerToPeer\Collaboration\Peer.cs (9)
740
return new PeerInvitationResponse(
PeerInvitationResponseType
.Expired);
1015
Collection<
PeerInvitationResponseType
> m_responses = new Collection<
PeerInvitationResponseType
>();
1268
if (pir.action ==
PeerInvitationResponseType
.Accepted){
1306
foreach (
PeerInvitationResponseType
responseType in m_responses)
1308
if (responseType ==
PeerInvitationResponseType
.Expired){
1311
else if (responseType ==
PeerInvitationResponseType
.Declined){
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 (5)
686
if (endPointResponse.PeerInvitationResponseType ==
PeerInvitationResponseType
.Accepted)
688
else if (endPointResponse.PeerInvitationResponseType ==
PeerInvitationResponseType
.Declined)
691
else if (endPointResponse.PeerInvitationResponseType ==
PeerInvitationResponseType
.Expired)
696
return new PeerInvitationResponse(
PeerInvitationResponseType
.Declined);
698
return new PeerInvitationResponse(
PeerInvitationResponseType
.Expired);
net\PeerToPeer\Collaboration\PeerInvitationResponse.cs (3)
7
private
PeerInvitationResponseType
m_peerInvResponseType;
10
internal PeerInvitationResponse(
PeerInvitationResponseType
reponseType)
15
public
PeerInvitationResponseType
PeerInvitationResponseType
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (1)
419
internal
PeerInvitationResponseType
action;