• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class Request<TUriId>

A base class representing a logical resource-specific request.

Inheritance
object
Request
Request<TUriId>
GetResourceCatalogRequest
Inherited Members
Request.Http
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: WhenFresh.Api.Client.Http
Assembly: WhenFresh.Api.Client.dll
Syntax
public abstract class Request<TUriId> : Request where TUriId : UriId
Type Parameters
Name Description
TUriId

Constructors

Request(string)

A base class representing a logical resource-specific request.

Declaration
protected Request(string method)
Parameters
Type Name Description
string method

Properties

Identifier

A base class representing a logical resource-specific request.

Declaration
public TUriId Identifier { get; set; }
Property Value
Type Description
TUriId