sP2P NAT Traversal and peer-to-peer networking APIThe VUser type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | VUser |
Initialises new instance of VUser object
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | FromByteArray |
Creates VUser object from byte array
|
![]() | GetBytes |
Gets VUser object bytes
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getProperty |
Gets property value by property name, value = getProperty("property_name") is equivalent to value = VUser["property_name"]
|
![]() | GetSerializationLength |
Gets number of bytes needed to store object
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ParseFromBytes |
Initialises VUser object from byte array
|
![]() | RemoveProperty | Removes property with name if exists |
![]() | setProperty |
Sets property value, setProperty("property_name",value) is equivalent to VUser["property_name"] = value
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | WriteToByteArray |
Writes VUser object bytes to byte array
|
Extension Methods
Name | Description | |
---|---|---|
![]() | WriteLogEntry | Writes new log entry (Defined by Logger.) |
Properties
Name | Description | |
---|---|---|
![]() | AllProperties | Gets all properties associated with object |
![]() | Item |
Gets or sets custom properties of object
|
![]() | NetworkUIDS |
Gets list of virtual network UIDs virtual user belongs to
|
![]() | PeerUIDS |
Gets list of UIDs of Peers currently bound to virtual user object. Note that multiple peers object can authenticated virtual user object and also one peer can authenticated multiple virtual user objects
|
![]() | UID |
Gets unique identifier of virtual network object
|
![]() | Username |
Virtual user username, when stored it's represented like other custom properties with only difference it's required
|
See Also