sP2P NAT Traversal and peer-to-peer networking APIThe VNetwork type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | VNetwork |
Initialises new instance of VNetwork object
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | FromByteArray |
Creates VNetwork object from byte array
|
![]() | GetBytes |
Gets VNetwork 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 = VNetwork["property_name"]
|
![]() | GetSerializationLength |
Gets number of bytes needed to store object
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ParseFromBytes |
Initialises VNetwork object from byte array
|
![]() | setProperty |
Sets property value, setProperty("property_name",value) is equivalent to VNetwork["property_name"] = value
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | WriteToByteArray |
Writes VNetwork 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
|
![]() | Name |
Virtual network name, when stored it's represented like other custom properties with only difference it's required
|
![]() | UID |
Gets unique identifier of virtual network object
|
See Also