public sealed class SearchUrisRequest : IMessage<SearchUrisRequest>, IEquatable<SearchUrisRequest>, IDeepCloneable<SearchUrisRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["This webpage details the `SearchUrisRequest` class, which is used to check URIs against specified threat lists."],["The `SearchUrisRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SearchUrisRequest` class contains two constructors: a default constructor and a constructor that takes another `SearchUrisRequest` instance as a parameter."],["The class includes two primary properties: `ThreatTypes`, a required field for specifying multiple threat lists, and `Uri`, a required string field for the URI to be checked."],["The webpage also provides a list of available versions for this request class, from 1.2.0 to the latest 2.6.0."]]],[]]