VNetwork MemberssP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API

The VNetwork type exposes the following members.
Constructors

  NameDescription
Public methodVNetwork
Initialises new instance of VNetwork object
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberFromByteArray
Creates VNetwork object from byte array
Public methodGetBytes
Gets VNetwork object bytes
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetProperty
Gets property value by property name, value = getProperty("property_name") is equivalent to value = VNetwork["property_name"]
Public methodGetSerializationLength
Gets number of bytes needed to store object
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodParseFromBytes
Initialises VNetwork object from byte array
Public methodsetProperty
Sets property value, setProperty("property_name",value) is equivalent to VNetwork["property_name"] = value
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWriteToByteArray
Writes VNetwork object bytes to byte array
Back to Top
Extension Methods

  NameDescription
Public Extension MethodWriteLogEntry
Writes new log entry
(Defined by Logger.)
Back to Top
Properties

  NameDescription
Public propertyAllProperties
Gets all properties associated with object
Public propertyItem
Gets or sets custom properties of object
Public propertyName
Virtual network name, when stored it's represented like other custom properties with only difference it's required
Public propertyUID
Gets unique identifier of virtual network object
Back to Top
See Also