Design Pattern Framework 3.5
RequestId Field
Patterns-In-Action! Application ► ActionService.MessageBase ► RequestBase ► RequestId
A unique number (ideally a Guid) issued by the client representing the instance
of the request. Avoids rapid-fire processing of the same request over and over
in denial-of-service type attacks.
Assembly: ActionService (Module: ActionService) Version: 1.0.0.0 (1.0.0.0)