NetworkEntity<(Of <(<'T, E>)>)> Class
Represents an abstract base class for a network entity that can operate in active or passive mode.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public abstract class NetworkEntity<T, E> : INetworkEntity<T, E> where E : IDataStream
Type Parameters
- T
- The type of data used in passive mode operations.
- E
- The type of data stream used in active mode operations, must implement IDataStream.