Table of Contents

Class FfiRequestExtensions

public static class FfiRequestExtensions
Inheritance
FfiRequestExtensions
Inherited Members

Methods

EnsureClean(FfiResponse)

public static void EnsureClean(this FfiResponse response)

Parameters

response FfiResponse

InitializeRequestAsyncId<T>(T)

public static ulong InitializeRequestAsyncId<T>(this T request)

Parameters

request T

Returns

ulong

Type Parameters

T

Inject<T>(FfiRequest, T)

public static void Inject<T>(this FfiRequest ffiRequest, T request)

Parameters

ffiRequest FfiRequest
request T

Type Parameters

T