Table of Contents

Struct FfiResponseWrap

public readonly struct FfiResponseWrap : IDisposable
Implements
Inherited Members
Extension Methods

Constructors

FfiResponseWrap(FfiResponse, IFFIClient)

public FfiResponseWrap(FfiResponse response, IFFIClient client)

Parameters

response FfiResponse
client IFFIClient

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Operators

implicit operator FfiResponse(FfiResponseWrap)

public static implicit operator FfiResponse(FfiResponseWrap wrap)

Parameters

wrap FfiResponseWrap

Returns

FfiResponse