PeerApplicationLaunchInfo Class
Represents the launch information required by a PeerApplication that has initiated in response to a peer collaboration invitation.
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | Data | Gets or sets application-defined binary data associated with the PeerApplication invitation. |
![]() | Message | Get or set a message associated with the response to the PeerCollaboration invitation. |
![]() | PeerApplication | Gets or sets the PeerApplication for which the invitation was sent. |
![]() | PeerContact | Gets or sets the PeerContact that sent the invitation. |
![]() | PeerEndPoint | Gets or sets the PeerEndPoint from which the PeerApplication invitation was sent. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
An application can inspect the Data and Message properties in this class to get the information specific to the invitation that initiated the application launch.
Access to this class requires a PermissionState of Unrestricted. This state is created when the Peer collaboration session begins.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


