IInvocationBinder Interface

Definition

Class used by IHubProtocols to get the Type(s) expected by the hub message being deserialized.

public interface class IInvocationBinder
public interface IInvocationBinder
type IInvocationBinder = interface
Public Interface IInvocationBinder

Methods

GetParameterTypes(String)

Gets the list of Types the method represented by methodName takes as arguments.

GetReturnType(String)

Gets the Type the invocation represented by the invocationId is expected to contain.

GetStreamItemType(String)

Gets the Type the stream item is expected to contain.

GetTarget(ReadOnlySpan<Byte>)

Gets the String representation for the target from bytes.

Applies to