What are the core
components of an Windows Communication Foundation service?
A service class,
implemented in C# or VB.NET or another CLR-based language that implements one
or more methods;
A host environment—an application domain and process—in which the service runs;
One or more endpoints that allow clients to access the service.
A host environment—an application domain and process—in which the service runs;
One or more endpoints that allow clients to access the service.
No comments :
Post a Comment