PeerCollaboration::ContactManager Property

 

Gets the persistent store that contains all PeerContact objects for remote peers.

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

public:
property ContactManager^ ContactManager {
	[SecurityCriticalAttribute]
	static ContactManager^ get();
}

Property Value

Type: System.Net.PeerToPeer.Collaboration::ContactManager^

ContactManager object that contains all peer contact objects for remote peers. The default value for this property is null.

.NET Framework
Available since 3.5
Return to top
Show: