| WebApplicationServiceAdapterTService Class | 
            An Adapter that enables usage of IceNetService implementations in web applications
            directly, without generated code from the Service builder.
            
Inheritance HierarchySystemObject  PDTec.IceNet.Web.ServiceWebApplicationServiceAdapterTService  
Namespace: PDTec.IceNet.Web.ServiceAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static class WebApplicationServiceAdapter<TService>
where TService : new(), IceNetService
Type Parameters
- TService
 - The service implementation.
 
The WebApplicationServiceAdapterTService type exposes the following members.
Properties
Examplesr0 = WebApplicationServiceAdapter<MyService>.Instance.MyMethod(p1, p2);
See Also