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 the .NET Micro Framework versions 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

WsServiceOperation Members
Ws.Services Namespace