PeerCollaboration Methods
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DeleteObject(PeerObject^) | Deregisters a PeerObject associated with the calling peer. |
![]() ![]() | GetLocalRegisteredApplications() | Gets all PeerApplication objects that are registered on the local machine. |
![]() ![]() | GetLocalRegisteredApplications(PeerApplicationRegistrationType) | Gets a collection of all PeerApplication objects that are registered on the local machine for the specified PeerApplicationRegistrationType. |
![]() ![]() | GetLocalSetObjects() | Obtains all PeerObject instances registered by the calling peer with the PeerCollaboration infrastructure on this machine. |
![]() ![]() | GetPeersNearMe() | Returns a collection of all the PeerCollaboration endpoints currently signed in on the network subnet of the calling peer. |
![]() ![]() | RegisterApplication(PeerApplication^, PeerApplicationRegistrationType) | Registers the specified PeerApplication for a collaboration session with the calling peer. |
![]() ![]() | SetObject(PeerObject^) | Registers a PeerObject associated with the calling peer. |
![]() ![]() | SignIn(PeerScope) | Signs the peer into the collaboration infrastructure with the specified PeerScope. |
![]() ![]() | SignOut(PeerScope) | Signs the peer out of the specified scope. |
![]() ![]() | UnregisterApplication(PeerApplication^, PeerApplicationRegistrationType) | Deregisters the specified PeerApplication from the PeerCollaboration infrastructure. |

