Class DifferentProtocolVersionEventArgs
The event data that provides a value when DifferentVersionPeerEncountered is occured.
Inherited Members
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class DifferentProtocolVersionEventArgs
Properties
| Improve this Doc View SourceActualVersion
Declaration
public int ActualVersion { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ExpectedVersion
The protocol version of the current Swarm.
Declaration
public int ExpectedVersion { get; set; }
Property Value
Type | Description |
---|---|
Int32 |