WsServiceEndpoints.Contains Method (String)

Determines whether a IWsServiceEndpoint object is in the WsServiceEndpoints collection.

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

Syntax

public bool Contains (
         stringserviceAddress
)

Parameters

  • serviceAddress
    The address of the IWsServiceEndpoint to locate in the WsServiceEndpoints collection.

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