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
.NET Framework (current version)
Initializes a new PeerApplication instance.
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | PeerApplication() | Initializes a new default instance of the PeerApplication type. |
![]() | PeerApplication(Guid, String^, array<Byte>^, String^, String^, PeerScope) | Initializes a new PeerApplication instance with the supplied application ID, description, scope, and data elements. |
![]() | PeerApplication(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.
Show:

