7 references to RequestPath
System.Web (7)
Management\EventlogProvider.cs (1)
97
dataFields.Add(reqInfo.
RequestPath
);
Management\WebEvents.cs (5)
1281
fields.Add(new WebEventFieldData("RequestPath", RequestInformation.
RequestPath
, WebEventFieldType.String));
1456
fields.Add(new WebEventFieldData("RequestPath", RequestInformation.
RequestPath
, WebEventFieldType.String));
1555
fields.Add(new WebEventFieldData("RequestPath", RequestInformation.
RequestPath
, WebEventFieldType.String));
1615
fields.Add(new WebEventFieldData("RequestPath", RequestInformation.
RequestPath
, WebEventFieldType.String));
2012
formatter.AppendLine(WebBaseEvent.FormatResourceStringWithCache(SR.Webevent_event_request_path,
RequestPath
));
Management\wmiprovider.cs (1)
113
wmiData.requestPath = reqInfo.
RequestPath
;