Table of Contents

Interface IPhotonAction

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.Abstractions.dll
public interface IPhotonAction : IPhoton, IHasCookies
Inherited Members

Properties

ContentType

string ContentType { get; set; }

Property Value

string

Methods

ReadBodyAsUTF8Async(long, CancellationToken)

Task<string?> ReadBodyAsUTF8Async(long maxLength = 31457280, CancellationToken cancellationToken = default)

Parameters

maxLength long
cancellationToken CancellationToken

Returns

Task<string>

WriteBody(string?)

void WriteBody(string? value)

Parameters

value string