Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PeerApplication Constructor

 

Initializes a new PeerApplication instance.

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

NameDescription
System_CAPS_pubmethodPeerApplication()

Initializes a new default instance of the PeerApplication type.

System_CAPS_pubmethodPeerApplication(Guid, String^, array<Byte>^, String^, String^, PeerScope)

Initializes a new PeerApplication instance with the supplied application ID, description, scope, and data elements.

System_CAPS_protmethodPeerApplication(SerializationInfo^, StreamingContext)

Initializes a new instance of the PeerApplication type with the data required for serialization.

The globally unique Id and PeerApplicationRegistrationType properties of this instance must be set before the application can successfully be registered.

Return to top
Show:
© 2017 Microsoft