Share via


WsServiceOperation Class

Stores information that identifies a target service's exposed operations or action endpoint.

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

Syntax

public class WsServiceOperation

Remarks

You must create a WsServiceOperation object for each method in a service that will be exposed to to a caller. When a request is dispatched to a service, the service uses this collection to validate and select the target method to invoke.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsServiceOperation Members
Ws.Services Namespace