Share via


IWsServiceEndpoint Interface

Services hosted by the stack must implement this interface.

Namespace: Ws.Services
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public interface IWsServiceEndpoint

Remarks

Implementation-specific services must derive from this interface. The methods and properties defined in the interface are used by the stack services to dispatch requests to service endpoints. DpwsHostedService and DpwsClient base classes implement this interface. This class should only be used by experienced developers that intend to completely bypass the features provided by the DpwsHostedService and DpswClient base classes.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

IWsServiceEndpoint Members
Ws.Services Namespace