PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Transactions.​ModelOpen­Transaction­Expression­Model<T>Request
Open sandboxFocus

OpenTransactionExpressionModel<T>.Request Property

Request

Gets the model of the request that causes the transaction to be opened. The type depends on the kind of transaction. For the ASP.NET Core, this property is of type AspNetCoreRequestExpressionModel and for the legacy ASP.NET, it is AspNetFrameworkRequestExpressionModel.

Declaration
public T Request { get; }
Property Value
Type Description
T