Kendo.Mvc.UI.Fluent.SignalRDataSourceTransportBuilder
Defines the fluent interface for configuring the Transport options.
Methods
Client(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder>)
Configures the client-side CRUD methods of the SignalR hub.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder>
The client configuration
Client(System.Object)
Configures the client-side CRUD methods of the SignalR hub.
Parameters
settings System.Object
The client settings object
Server(System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder>)
Configures the server-side CRUD methods of the SignalR hub.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SignalRCrudOperationsBuilder>
The server configuration
Server(System.Object)
Configures the server-side CRUD methods of the SignalR hub.
Parameters
settings System.Object
The server configuration object