AsyncWcfLib

WcfReqIdent.RequestId Field

RequestId is incremented by WcfAsyncClient for remote connections only. Remote service returns the same number.

0=Notification, 11...=remote requests

It is used to detect programming errors.
[DataMember(Name="null", Order=-1, IsRequired=False, EmitDefaultValue=True)]
public uint RequestId;

See Also

WcfReqIdent Class | SourceForge.AsyncWcfLib Namespace