PeerInvitationResponse::PeerInvitationResponseType Property

 

Gets or sets the response to the invitation from the remote peer specified by PeerInvitationResponseType class.

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

public:
property PeerInvitationResponseType PeerInvitationResponseType {
	PeerInvitationResponseType get();
	internal: void set(PeerInvitationResponseType value);
}

Property Value

Type: System.Net.PeerToPeer.Collaboration::PeerInvitationResponseType

PeerInvitationResponseType object containing the response from an invitation to a remote peer.

.NET Framework
Available since 3.5
Return to top
Show: