sP2P NAT Traversal and peer-to-peer networking APIThe VNManager type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AuthenticateUser |
Returns virtual user object having exact username and password
| |
| ChangeUserPassword |
Changes virtual user object password
| |
| DeleteNetwork |
Deletes virtual network object form sP2P index storage
| |
| DeleteObject |
Deletes virtual object form sP2P index storage
| |
| DeleteUser |
Deletes virtual user object form sP2P index storage
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexHandleFromGuid |
Converts GUID to index handle string that can be used for index queries as id : ObjectId("indexhandle")
| |
| JoinUserToNetwork |
Joins virtual user object to virtual network object
| |
| LogOffUser |
Updates VUser object properties on index server to indicate user is no more logged in
| |
| QueryNeworks |
Queries virtual network objects in sP2P index storage
| |
| QueryNeworksCount |
Returns count of virtual networks objects in sP2P index storage matched by query
| |
| QueryObjects |
Queries virtual objects in sP2P index storage
| |
| QueryObjectsCount |
Returns count of virtual objects in sP2P index storage matched by query
| |
| QueryUsers |
Queries virtual user objects in sP2P index storage
| |
| QueryUsersCount |
Returns count of virtual user objects in sP2P index storage matched by query
| |
| SaveNetwork |
Creates/Updates Virtual network object in sP2P index storage
| |
| SaveObject |
Creates/Updates Virtual object in sP2P index storage
| |
| SaveUser |
Saves virtual user object in sP2P index storage
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| UnJoinUserFromNetwork |
Disjoins virtual user object from virtual network object
|
Extension Methods
| Name | Description | |
|---|---|---|
| WriteLogEntry | Writes new log entry (Defined by Logger.) |
See Also