Method |
Description |
|
AddHandler ( Type interfaceType, MethodInfo method, Type invokePayloadType, Type returnPayloadType, FilterChain filterChain, bool isSyncHandler, bool isReentrant ) : void |
|
|
BuildAsyncHandler ( Type targetType, Type invokePayloadType, Type returnPayloadType, MethodInfo method, FilterChain filterChain ) : RequestAsyncHandler |
|
|
BuildExtendedInterfaceHandlers ( ) : void |
|
|
BuildGenericAsyncHandler ( Type targetType, Type invokePayloadType, Type returnPayloadType, MethodInfo method, FilterChain filterChain ) : RequestAsyncHandler |
|
|
BuildGenericHandler ( Type targetType, Type invokePayloadType, Type returnPayloadType, MethodInfo method, FilterChain filterChain ) : RequestHandler |
|
|
BuildHandler ( Type targetType, Type invokePayloadType, Type returnPayloadType, MethodInfo method, FilterChain filterChain ) : RequestHandler |
|
|
BuildRegularInterfaceHandlers ( ) : void |
|
|
GetInterfacePayloadTypeTable ( Type interfaceType ) : ].Type[ |
|
|