| DataServerClientProtocolHeader Constructor |
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax protected DataServerClientProtocolHeader(
DataServerCommand command
)
Protected Sub New (
command As DataServerCommand
)
protected:
DataServerClientProtocolHeader(
DataServerCommand command
)
new :
command : DataServerCommand -> DataServerClientProtocolHeader
Parameters
- command
- Type: Ookii.Jumbo.DfsDataServerCommand
The command to send to the server.
See Also