RequestId Field

Design Pattern Framework 3.5

Design Pattern Framework 3.5 RequestId Field
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.
Declaration Syntax
C# Visual Basic
public string RequestId
Public RequestId As String

Assembly: ActionService (Module: ActionService) Version: 1.0.0.0 (1.0.0.0)