• Docs
Menu
  • Guides
  • Tutorials
  • Samples
  • Reference
  • Downloads
    • .NET SDK
    • Kinvey CLI
    • Business Logic CLI
    • Flex SDK
  • .NET
    • Change Platform
    • iOS
    • Android
    • NativeScript
    • HTML5
    • Angular
    • PhoneGap
    • Node.js
    • Xamarin
    • .NET
    • REST API
  • Explore Kinvey
    • Kinvey Homepage
    • Kinvey Backend Console
    • Kinvey Chat Portal
    • Kinvey Studio
  • .NET Reference /
  • API Reference

API Reference

Class AbstractKinveyClientRequest<T>.RequestPayloadType

Base class of a request payload type.

Inheritance
System.Object
AbstractKinveyClientRequest<T>.RequestPayloadType
AbstractKinveyClientRequest<T>.JSONPayload
AbstractKinveyClientRequest<T>.URLEncodedPayload
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public abstract class RequestPayloadType : object

Methods

| Improve this Doc View Source

getContentType()

Gets the content type of the request payload type.

Declaration
public abstract string getContentType()
Returns
Type Description
System.String

The string value of the content type.

| Improve this Doc View Source

getHttpContent(Object)

Gets the Http content as string.

Declaration
public abstract string getHttpContent(object HttpContent)
Parameters
Type Name Description
System.Object HttpContent

Http content.

Returns
Type Description
System.String

The string value of the Http content.

  • Improve this Doc
  • View Source
© Kinvey
Terms of Use Privacy Policy