Click or drag to resize

DataServerClientProtocolHeader Constructor

Initializes a new instance of the DataServerClientProtocolHeader class with the specified command.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
protected DataServerClientProtocolHeader(
	DataServerCommand command
)

Parameters

command
Type: Ookii.Jumbo.DfsDataServerCommand
The command to send to the server.
See Also