HttpClient.hasContext

Checks whether a value is present n the client's context or not.

class HttpClient
final
bool
hasContext
(
string name
)

Parameters

name string

The name to check for existence.

Return Value

Type: bool

True if the value is present, false otherwise.

Meta