PeerObject::ToString Method ()

 

Returns a String that represents a PeerObject instance.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A String representing the PeerObject.

Exception Condition
ObjectDisposedException

The PeerObject instance has been disposed.

.NET Framework
Available since 3.5
Return to top
Show: