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