PeerApplicationLaunchInfo::Data Property

 

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

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

public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get();
	internal: void set(array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>^

An array of bytes that containing the data associated with the PeerCollaboration invitation.

This data blob is free form and is provided by the caller. The maximum amount of data that can be provided is 4,096 bytes.

The Data cannot be null.

.NET Framework
Available since 3.5
Return to top
Show: