| DataServerClientProtocolHeaderCommand Property |
Gets or sets the command issued to the data server.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public DataServerCommand Command { get; }
Public ReadOnly Property Command As DataServerCommand
Get
public:
property DataServerCommand Command {
DataServerCommand get ();
}
member Command : DataServerCommand with get
Property Value
Type:
DataServerCommand
One of the
DataServerCommand values indicating which command is issued to the data server.
See Also