PeerApplication::Data Property
.NET Framework (current version)
Gets or sets data associated with the current PeerApplication instance.
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The size of this binary data object is either less than 0 or greater than 4,096 bytes. |
| ObjectDisposedException | The PeerApplication object has been disposed. |
This data is free form and is provided by the hosting peer. The maximum amount of data that can be provided is 4,096 bytes. This data is not part of a PeerApplication invitation, but rather allows additional data to be associated with the application on the local peer.
.NET Framework
Available since 3.5
Available since 3.5
Show: