PeerNameRegistration::Data Property
.NET Framework (current version)
Gets or sets application-defined binary data for the PeerNameRegistration object.
Assembly: System.Net (in System.Net.dll)
public: property array<unsigned char>^ Data { array<unsigned char>^ get(); void set(array<unsigned char>^ value); }
Property Value
Type: array<System::Byte>^An array of bytes that holds the binary data associated with the entry. This property is set to null by default.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified Data is greater than 4096 bytes. |
The maximum amount of Data that can be supplied is 4,096 bytes.
.NET Framework
Available since 3.5
Available since 3.5
Show: