WsServiceEndpoints.Contains Method (IWsServiceEndpoint)

Determines whether a IWsServiceEndpoint object is in the WsServiceEndpoints collection.

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

Syntax

public bool Contains (
         IWsServiceEndpointservice
)

Parameters

  • service
    The IWsServiceEndpoint to locate in the WsServiceEndpoints collection. The value can be null.

Return Value

true if item is found in the WsServiceEndpoints collection; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsServiceEndpoints Class
WsServiceEndpoints Members
Ws.Services Namespace