Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Server Namespaces
Crosser.Server.Modules Namespaces
Crosser.Server.Modules.Transport
BaseTransport Class
BaseTransport Methods
CreateStreams Method
Dispose Method
Flush Method
ReadAsync Method
ReadOp Method
RemoteAddress Method
WriteAsync Method
BaseTransport
ReadOp 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#
Copy
public
abstract
int
ReadOp
()
Return Value
Type:
Int32
The next byte from the transport
Implements
IBaseTransport
ReadOp
See Also
Reference
BaseTransport Class
Crosser.Server.Modules.Transport Namespace