ClientWrapper Class

Wrapper for GraphQL.Client.Abstractions.Websocket.IGraphQLWebSocketClient This is a wrapper because the IGraphQLWebSocketClient interface is not mockable.

Definition

Namespace: spider.Wrappers
Assembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
C#
public class ClientWrapper : IClientWrapper
Inheritance
Object    ClientWrapper
Implements
IClientWrapper

Constructors

ClientWrapperInitializes a new instance of the ClientWrapper class

Properties

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SendQueryAsyncTResponse SendQueryAsync sends a query to the GitHub GraphQL API. If the request fails it will check the response headers for the Retry-After header and wait that amount of seconds before retrying the request.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also