PeerApplicationLaunchInfo Class

Definition

Represents the launch information required by a PeerApplication that has initiated in response to a peer collaboration invitation.

public ref class PeerApplicationLaunchInfo
public class PeerApplicationLaunchInfo
type PeerApplicationLaunchInfo = class
Public Class PeerApplicationLaunchInfo
Inheritance
PeerApplicationLaunchInfo

Remarks

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.

Properties

Data

Gets or sets application-defined binary data associated with the PeerApplication invitation.

Message

Gets or sets 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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also