IInvocationBinder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
GetReturnType(String) |
Gets the Type the invocation represented by the |
GetStreamItemType(String) |
Gets the Type the stream item is expected to contain. |
GetTarget(ReadOnlySpan<Byte>) |
Gets the String representation for the target from bytes. |