public sealed class ConditionContext.Types.Request : IMessage<ConditionContext.Types.Request>, IEquatable<ConditionContext.Types.Request>, IDeepCloneable<ConditionContext.Types.Request>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Troubleshooter v3 API class ConditionContext.Types.Request.
This message defines attributes for an HTTP request. If the actual
request is not an HTTP request, the runtime system should try to map
the actual request to an equivalent HTTP request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This documentation covers the `ConditionContext.Types.Request` class within the Policy Troubleshooter v3 API for .NET."],["The `ConditionContext.Types.Request` class defines attributes for HTTP requests, or attempts to map non-HTTP requests to an equivalent HTTP request."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConditionContext.Types.Request` class has two constructors: a default constructor and a copy constructor that takes another `ConditionContext.Types.Request` object."],["It includes one property, `ReceiveTime`, which is an optional timestamp representing when the destination service received the first byte of the request."]]],[]]