Table of Contents

Interface IGeminiPatchRequest

Namespace
Uralstech.UGemini

All Gemini API PATCH requests must inherit from this interface.

public interface IGeminiPatchRequest : IGeminiRequest
Inherited Members
Extension Methods

Properties

ContentType

The MIME type of the request content.

string ContentType { get; }

Property Value

string

Methods

GetUtf8EncodedData()

Converts the request object to a UTF-8 encoded string.

string GetUtf8EncodedData()

Returns

string

The string data.