Click or drag to resize

BaseTransportReadOp Method

Overwrite this in your custom transport to read the next byte from the transport

Namespace:  Crosser.Server.Modules.Transport
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public abstract int ReadOp()

Return Value

Type: Int32
The next byte from the transport

Implements

IBaseTransportReadOp
See Also