2using System.Collections.Generic;
6using System.Threading.Tasks;
21 : base(typeof(
MyCaffeGymUiService), new Uri[] {
new Uri(
"net.pipe://localhost/MyCaffeGym") })
23 NetNamedPipeBinding binding =
new NetNamedPipeBinding();
24 binding.MaxReceivedMessageSize = nMaxBuffer;
25 binding.MaxBufferSize = nMaxBuffer;
26 binding.MaxBufferPoolSize = nMaxBuffer;
The MyCaffeGymUiServiceHost provides the hosting service that listens for users of the user interface...
MyCaffeGymUiServiceHost(int nMaxBuffer=2147483647)
The constructor.
The MyCaffeGymUiService provides the service used to show the Gym visualizations.
The IXMYCaffeGymUiService interface provides access to the MyCaffeGymUiService used to display the vi...
The MyCaffe.gym namespace contains all classes related to the Gym's supported by MyCaffe.