Method | Description | |
---|---|---|
BindAsync ( object value, Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext context ) : Task |
||
CreateListenerAsync ( Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext context ) : Task |
||
HttpTriggerBinding ( |
||
ToInvokeString ( |
||
ToParameterDescriptor ( ) : ParameterDescriptor |
Method | Description | |
---|---|---|
ApplyBindingData ( object target, object>.IDictionary |
||
ConvertValueIfNecessary ( object value, |
||
CreateUserTypeValueProvider ( |
||
GetRequestBindingDataAsync ( |
public BindAsync ( object value, Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext context ) : Task |
||
value | object | |
context | Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext | |
return | Task |
public CreateListenerAsync ( Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext context ) : Task |
||
context | Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext | |
return | Task |
public HttpTriggerBinding ( |
||
attribute | ||
parameter | ||
isUserTypeBinding | bool | |
return | System |
public static ToInvokeString ( |
||
request | ||
return | string |
public ToParameterDescriptor ( ) : ParameterDescriptor | ||
return | ParameterDescriptor |