Skip to content

CompletedResponse Methods

Represents a completed Response.

Dispose

override
View source
public override void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetResult

override
View source
public override T GetResult<T>()
Gets the result as the specified type.

Returns

The result.

ToString

override
View source
public override string ToString()
Returns a string that represents the current object.

Returns

A string that represents the current object.