Share via


WsMessageCheck.IsDuplicate Method

Checks for a duplicate request message.

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

Syntax

public bool IsDuplicate (
         string messageID,
         string remoteEndpoint
)

Parameters

  • messageID
    The message ID obtained from a WsaWsHeader object.
  • remoteEndpoint
    The remote endpoint address obtained from a receiving socket.

Return Value

true if a match is found; otherwise, false.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

WsMessageCheck Class
WsMessageCheck Members
Ws.Services.Transport Namespace