Interface IPhotonAction
public interface IPhotonAction : IPhoton, IHasCookies
- Inherited Members
Properties
ContentType
string ContentType { get; set; }
Property Value
Methods
ReadBodyAsUTF8Async(long, CancellationToken)
Task<string?> ReadBodyAsUTF8Async(long maxLength = 31457280, CancellationToken cancellationToken = default)
Parameters
maxLength
longcancellationToken
CancellationToken
Returns
WriteBody(string?)
void WriteBody(string? value)
Parameters
value
string