C# Class Microsoft.Azure.WebJobs.Script.Binding.HttpTriggerAttributeBindingProvider.HttpTriggerBinding

Inheritance: ITriggerBinding
Mostra file Open project: Azure/azure-webjobs-sdk-script Class Usage Examples

Public Methods

Method Description
BindAsync ( object value, Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext context ) : Task
CreateListenerAsync ( Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext context ) : Task
HttpTriggerBinding ( HttpTriggerAttribute attribute, ParameterInfo parameter, bool isUserTypeBinding ) : System
ToInvokeString ( HttpRequestMessage request ) : string
ToParameterDescriptor ( ) : ParameterDescriptor

Private Methods

Method Description
ApplyBindingData ( object target, object>.IDictionary bindingData ) : void
ConvertValueIfNecessary ( object value, Type targetType ) : object
CreateUserTypeValueProvider ( HttpRequestMessage request, string invokeString ) : Task
GetRequestBindingDataAsync ( HttpRequestMessage request, Type>.Dictionary bindingDataContract = null ) : object>>.Task

Method Details

BindAsync() public method

public BindAsync ( object value, Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext context ) : Task
value object
context Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext
return Task

CreateListenerAsync() public method

public CreateListenerAsync ( Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext context ) : Task
context Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext
return Task

HttpTriggerBinding() public method

public HttpTriggerBinding ( HttpTriggerAttribute attribute, ParameterInfo parameter, bool isUserTypeBinding ) : System
attribute HttpTriggerAttribute
parameter System.Reflection.ParameterInfo
isUserTypeBinding bool
return System

ToInvokeString() public static method

public static ToInvokeString ( HttpRequestMessage request ) : string
request System.Net.Http.HttpRequestMessage
return string

ToParameterDescriptor() public method

public ToParameterDescriptor ( ) : ParameterDescriptor
return ParameterDescriptor