DuckDuckGoService Class

Assembly
Rocket.Surgery.Airframe.Data.dll
Namespace
Data
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IDuckDuckGoService"] click Interface0 "/api/Data/IDuckDuckGoService" Type["DuckDuckGoService"] class Type type-node

Syntax

public class DuckDuckGoService : IDuckDuckGoService

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Properties

Name Value Summary
QueryResults IObservable<IChangeSet<DuckDuckGoQueryResult, string>>

Methods

Name Value Summary
Query(string) Task

Extension Methods