C# Class Stripe.Infrastructure.Middleware.RequestStringBuilder

Show file Open project: jaymedavis/stripe.net Class Usage Examples

Private Properties

Property Type Description
ProcessPlugins void
RequestStringBuilder System.Collections.Generic

Public Methods

Method Description
ApplyParameterToRequestString ( string &requestString, string argument, string value ) : void

Private Methods

Method Description
ProcessPlugins ( string &requestString, JsonPropertyAttribute attribute, PropertyInfo property, object propertyValue, object propertyParent ) : void
RequestStringBuilder ( ) : System.Collections.Generic

Method Details

ApplyParameterToRequestString() public static method

public static ApplyParameterToRequestString ( string &requestString, string argument, string value ) : void
requestString string
argument string
value string
return void