Gets the unique identifier for current request. ProcessRequest method should be called before trying to get this value.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public int RequestId { get; }
Visual Basic
Public ReadOnly Property RequestId As Integer
	Get

See Also